New upstream release 5.1 (rhbz#1688414)
Fixes CVE-2017-18342 (rhbz#1595744)
This commit is contained in:
parent
2d81f03dc5
commit
df56c4d5ae
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ PyYAML-3.09.tar.gz
|
||||
/PyYAML-5.1b1.tar.gz
|
||||
/PyYAML-5.1b3.tar.gz
|
||||
/PyYAML-5.1b6.tar.gz
|
||||
/PyYAML-5.1.tar.gz
|
||||
|
||||
10
PyYAML.spec
10
PyYAML.spec
@ -1,7 +1,7 @@
|
||||
Name: PyYAML
|
||||
Version: 5.1
|
||||
Release: 0.1.b6%{?dist}
|
||||
%global uversion %{version}b6
|
||||
Release: 1%{?dist}
|
||||
%global uversion %{version}
|
||||
Summary: YAML parser and emitter for Python
|
||||
|
||||
License: MIT
|
||||
@ -65,7 +65,7 @@ Obsoletes: python3-PyYAML < 4.1-5
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n pyyaml-%{uversion}
|
||||
%setup -q -n %{name}-%{uversion}
|
||||
chmod a-x examples/yaml-highlight/yaml_hl.py
|
||||
|
||||
# remove pre-generated file
|
||||
@ -99,6 +99,10 @@ rm -rf ext/_yaml.c
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 13 2019 John Eckersberg <eck@redhat.com> - 5.1-1
|
||||
- New upstream release 5.1 (rhbz#1688414)
|
||||
- Fixes CVE-2017-18342 (rhbz#1595744)
|
||||
|
||||
* Fri Mar 8 2019 John Eckersberg <eck@redhat.com> - 5.1-0.1.b6
|
||||
- New upstream beta release 5.1b6 (rhbz#1686643)
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (PyYAML-5.1b6.tar.gz) = 5f1e2e2b20edc95f746930621c11b90bc134a3132ef8c39cde5ec2f95574b173f56d42bf5e604f680fd0173d3fe7586569318a87dbbcae7b64d34c7e013bac98
|
||||
SHA512 (PyYAML-5.1.tar.gz) = 8f27f92bdfa310a99dd6d83947332cc033fa18f0011998bb585ad5c4340a2da20d8c20bfdb53beaae15651198d1240c986818379b0a05b230f74d1f30f53e7fd
|
||||
|
||||
Loading…
Reference in New Issue
Block a user