- New upstream beta release 5.1b1 (rhbz#1680457)
- Typo fix (rhbz#1680463)
This commit is contained in:
parent
9df8eb64af
commit
ff70d17859
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ PyYAML-3.09.tar.gz
|
||||
/PyYAML-4.1.tar.gz
|
||||
/pyyaml-4.1.tar.gz
|
||||
/PyYAML-4.2b4.tar.gz
|
||||
/PyYAML-5.1b1.tar.gz
|
||||
|
||||
14
PyYAML.spec
14
PyYAML.spec
@ -1,7 +1,7 @@
|
||||
Name: PyYAML
|
||||
Version: 4.2
|
||||
Release: 0.2.b4%{?dist}
|
||||
%global uversion %{version}b4
|
||||
Version: 5.1
|
||||
Release: 0.1.b1%{?dist}
|
||||
%global uversion %{version}b1
|
||||
Summary: YAML parser and emitter for Python
|
||||
|
||||
License: MIT
|
||||
@ -31,7 +31,7 @@ supports standard YAML tags and provides Python-specific tags that\
|
||||
allow to represent an arbitrary Python object.\
|
||||
\
|
||||
PyYAML is applicable for a broad range of tasks from complex\
|
||||
configuration files to object serialization and persistance.
|
||||
configuration files to object serialization and persistence.
|
||||
|
||||
%description %_description
|
||||
|
||||
@ -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,10 @@ rm -rf ext/_yaml.c
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 25 2019 John Eckersberg <eck@redhat.com> - 5.1-0.1.b1
|
||||
- New upstream beta release 5.1b1 (rhbz#1680457)
|
||||
- Typo fix (rhbz#1680463)
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.2-0.2.b4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (PyYAML-4.2b4.tar.gz) = 9ca90bcbbdd51f7df24e200e6fed5262f6e0a12b5eb0aff359519e132a93e67bd2967ed6dc0937d44450e0f6735fb378154cfe88b44b175cc96a631c1c13f1ae
|
||||
SHA512 (PyYAML-5.1b1.tar.gz) = 52655642811bde09ea84caab551a99ee8653c2e51d91e3044c727662fffbc97a74909b4ae26f8828fdabd1e7e7890169defcf085a613825a8f8cf2599eb4db06
|
||||
|
||||
Loading…
Reference in New Issue
Block a user