From 327fc13734d78e70a0dbfbc77b8eaf7128357147 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Mon, 12 Feb 2018 03:10:54 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- python-html5lib.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/python-html5lib.spec b/python-html5lib.spec index 57ccae7..c51c822 100644 --- a/python-html5lib.spec +++ b/python-html5lib.spec @@ -6,7 +6,7 @@ Name: python-%{modulename} Summary: A python based HTML parser/tokenizer Version: 0.999999999 -Release: 5%{?dist} +Release: 6%{?dist} Epoch: 1 Group: Development/Libraries License: MIT @@ -22,12 +22,12 @@ specification for maximum compatibility with major desktop web browsers. Summary: A python based HTML parser/tokenizer Group: Development/Libraries -Requires: python-six +Requires: python2-six Requires: python2-webencodings -BuildRequires: python-setuptools +BuildRequires: python2-setuptools BuildRequires: python2-devel -BuildRequires: python-nose -BuildRequires: python-six +BuildRequires: python2-nose +BuildRequires: python2-six %{?python_provide:%python_provide python2-%{modulename}} %description -n python2-%{modulename} @@ -95,6 +95,10 @@ specification for maximum compatibility with major desktop web browsers. %changelog +* Mon Feb 12 2018 Iryna Shcherbina - 1:0.999999999-6 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 1:0.999999999-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild