From 8cc459b3430118773090eefa263b18d133ab8363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 20 Sep 2019 00:55:53 +0200 Subject: [PATCH] Stop providing PyYAML from python2-pyyaml, Python now means Python 3 --- PyYAML.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/PyYAML.spec b/PyYAML.spec index 61cddf3..7d77c12 100644 --- a/PyYAML.spec +++ b/PyYAML.spec @@ -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 - 5.1.2-3 +- Stop providing PyYAML from python2-pyyaml, Python now means Python 3 + * Thu Aug 15 2019 Miro Hrončok - 5.1.2-2 - Rebuilt for Python 3.8