Stop providing PyYAML from python2-pyyaml, Python now means Python 3
This commit is contained in:
parent
def428a584
commit
8cc459b343
@ -1,6 +1,6 @@
|
||||
Name: PyYAML
|
||||
Version: 5.1.2
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
%global uversion %{version}
|
||||
Summary: YAML parser and emitter for Python
|
||||
|
||||
@ -42,10 +42,6 @@ Provides: python-yaml%{?_isa} = %{version}-%{release}
|
||||
Provides: python2-yaml = %{version}-%{release}
|
||||
Provides: python2-yaml%{?_isa} = %{version}-%{release}
|
||||
%{?python_provide:%python_provide python2-pyyaml}
|
||||
# Remove before F30
|
||||
Provides: PyYAML = %{version}-%{release}
|
||||
Provides: PyYAML%{?_isa} = %{version}-%{release}
|
||||
Obsoletes: PyYAML < %{version}-%{release}
|
||||
|
||||
%description -n python2-pyyaml %_description
|
||||
|
||||
@ -100,6 +96,9 @@ rm -rf ext/_yaml.c
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 19 2019 Miro Hrončok <mhroncok@redhat.com> - 5.1.2-3
|
||||
- Stop providing PyYAML from python2-pyyaml, Python now means Python 3
|
||||
|
||||
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 5.1.2-2
|
||||
- Rebuilt for Python 3.8
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user