New upstream beta release 4.2b4
This commit is contained in:
parent
8dad75a729
commit
94a5501618
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ PyYAML-3.09.tar.gz
|
||||
/PyYAML-3.12.tar.gz
|
||||
/PyYAML-4.1.tar.gz
|
||||
/pyyaml-4.1.tar.gz
|
||||
/PyYAML-4.2b4.tar.gz
|
||||
|
||||
17
PyYAML.spec
17
PyYAML.spec
@ -1,13 +1,13 @@
|
||||
%global _name pyyaml
|
||||
Name: PyYAML
|
||||
Version: 4.1
|
||||
Release: 5%{?dist}
|
||||
Version: 4.2b4
|
||||
Release: 1%{?dist}
|
||||
Summary: YAML parser and emitter for Python
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/yaml/pyyaml
|
||||
Source0: https://github.com/yaml/pyyaml/archive/%{_name}-%{version}.tar.gz
|
||||
Source0: https://github.com/yaml/pyyaml/archive/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libyaml-devel
|
||||
|
||||
BuildRequires: python2-devel
|
||||
@ -64,7 +64,7 @@ Obsoletes: python3-PyYAML < 4.1-5
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{_name}-%{version}
|
||||
%setup -q -n %{name}-%{version}
|
||||
chmod a-x examples/yaml-highlight/yaml_hl.py
|
||||
|
||||
# remove pre-generated file
|
||||
@ -98,6 +98,13 @@ rm -rf ext/_yaml.c
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 13 2018 John Eckersberg <eck@redhat.com> - 4.2b4-1
|
||||
- New upstream beta release 4.2b4
|
||||
- Replaces 4.1 which was retracted upstream
|
||||
See https://mail.python.org/pipermail/python-announce-list/2018-June/011977.html
|
||||
- Add BuildRequires for gcc
|
||||
See https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot
|
||||
|
||||
* Thu Jul 12 2018 Miro Hrončok <mhroncok@redhat.com> - 4.1-5
|
||||
- Rename python3-PyYAML to python3-pyyaml
|
||||
- Modernize spec
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pyyaml-4.1.tar.gz) = 3eb30d0d2f7e300dda98ad8378fa2ec4488071d165a7649d21ac32e1b3efeee14ee00ba86a32ba2db0c491866480f18480dec3e552ab7df82115bd9669833119
|
||||
SHA512 (PyYAML-4.2b4.tar.gz) = 9ca90bcbbdd51f7df24e200e6fed5262f6e0a12b5eb0aff359519e132a93e67bd2967ed6dc0937d44450e0f6735fb378154cfe88b44b175cc96a631c1c13f1ae
|
||||
|
||||
Loading…
Reference in New Issue
Block a user