New upstream release 5.2
This commit is contained in:
parent
f0fb35f7b6
commit
00b2e2f748
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ PyYAML-3.09.tar.gz
|
||||
/PyYAML-5.1.1.tar.gz
|
||||
/PyYAML-5.1.2.tar.gz
|
||||
/5.1.2.tar.gz
|
||||
/5.2.tar.gz
|
||||
|
||||
@ -2,8 +2,8 @@
|
||||
%bcond_with python2
|
||||
|
||||
Name: PyYAML
|
||||
Version: 5.1.2
|
||||
Release: 4%{?dist}
|
||||
Version: 5.2
|
||||
Release: 1%{?dist}
|
||||
%global uversion %{version}
|
||||
Summary: YAML parser and emitter for Python
|
||||
|
||||
@ -66,7 +66,7 @@ Obsoletes: python3-PyYAML < 4.1-5
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n pyyaml-%{version}
|
||||
chmod a-x examples/yaml-highlight/yaml_hl.py
|
||||
|
||||
# remove pre-generated file
|
||||
@ -110,6 +110,9 @@ rm -rf ext/_yaml.c
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Dec 3 2019 John Eckersberg <eck@redhat.com> - 5.2-1
|
||||
- New upstream release 5.2
|
||||
|
||||
* Fri Nov 22 2019 John Eckersberg <eck@redhat.com> - 5.1.2-4
|
||||
- Build without python2 by default (rhbz#1775075)
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (5.1.2.tar.gz) = b5ee201c612486a95c87b7e41d474313160284359b8b30ababc80b51325aef9dd7dc27eb3b8a03a4749cb8c7e3789c5684d5c285fe35d4b20be1f189641531e0
|
||||
SHA512 (5.2.tar.gz) = 8d8ec87cf5ce7f4299da5a7ffbaee60372bf1606d6e527f0897cde7cea3234100502767c0975027151bc99549d9d8edf243c003ea08948670f367e9778abdc89
|
||||
|
||||
Loading…
Reference in New Issue
Block a user