New upstream release 5.1.1 (rhbz#1718110)
This commit is contained in:
parent
df56c4d5ae
commit
e2295c1b53
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ PyYAML-3.09.tar.gz
|
||||
/PyYAML-5.1b3.tar.gz
|
||||
/PyYAML-5.1b6.tar.gz
|
||||
/PyYAML-5.1.tar.gz
|
||||
/PyYAML-5.1.1.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: PyYAML
|
||||
Version: 5.1
|
||||
Version: 5.1.1
|
||||
Release: 1%{?dist}
|
||||
%global uversion %{version}
|
||||
Summary: YAML parser and emitter for Python
|
||||
@ -65,7 +65,7 @@ Obsoletes: python3-PyYAML < 4.1-5
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{uversion}
|
||||
%setup -q -n pyyaml-%{uversion}
|
||||
chmod a-x examples/yaml-highlight/yaml_hl.py
|
||||
|
||||
# remove pre-generated file
|
||||
@ -99,6 +99,9 @@ rm -rf ext/_yaml.c
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jun 7 2019 John Eckersberg <eck@redhat.com> - 5.1.1-1
|
||||
- New upstream release 5.1.1 (rhbz#1718110)
|
||||
|
||||
* 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)
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (PyYAML-5.1.tar.gz) = 8f27f92bdfa310a99dd6d83947332cc033fa18f0011998bb585ad5c4340a2da20d8c20bfdb53beaae15651198d1240c986818379b0a05b230f74d1f30f53e7fd
|
||||
SHA512 (PyYAML-5.1.1.tar.gz) = 5c89f432b370990702db74b1e54fa185c38d2666377d3325aebcbb4841897aa2039b10a2c8196ce7ed4bb1300a854312335d3475821d785016190d70195f1480
|
||||
|
||||
Loading…
Reference in New Issue
Block a user