New upstream release 5.1.2
This commit is contained in:
parent
7e6003640e
commit
c9806f7c7f
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ PyYAML-3.09.tar.gz
|
||||
/PyYAML-5.1b6.tar.gz
|
||||
/PyYAML-5.1.tar.gz
|
||||
/PyYAML-5.1.1.tar.gz
|
||||
/PyYAML-5.1.2.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: PyYAML
|
||||
Version: 5.1.1
|
||||
Release: 3%{?dist}
|
||||
Version: 5.1.2
|
||||
Release: 1%{?dist}
|
||||
%global uversion %{version}
|
||||
Summary: YAML parser and emitter for Python
|
||||
|
||||
@ -64,7 +64,7 @@ Obsoletes: python3-PyYAML < 4.1-5
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n pyyaml-%{uversion}
|
||||
%setup -q
|
||||
chmod a-x examples/yaml-highlight/yaml_hl.py
|
||||
|
||||
# remove pre-generated file
|
||||
@ -100,6 +100,9 @@ rm -rf ext/_yaml.c
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jul 31 2019 John Eckersberg <eck@redhat.com> - 5.1.2-1
|
||||
- New upstream release 5.1.2
|
||||
|
||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (PyYAML-5.1.1.tar.gz) = 5c89f432b370990702db74b1e54fa185c38d2666377d3325aebcbb4841897aa2039b10a2c8196ce7ed4bb1300a854312335d3475821d785016190d70195f1480
|
||||
SHA512 (PyYAML-5.1.2.tar.gz) = b5ee201c612486a95c87b7e41d474313160284359b8b30ababc80b51325aef9dd7dc27eb3b8a03a4749cb8c7e3789c5684d5c285fe35d4b20be1f189641531e0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user