From f8d98b0d5c5864cc4c6a8f50ed798f56da447aa5 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Mon, 12 Feb 2018 03:09:18 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- python-html2text.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/python-html2text.spec b/python-html2text.spec index 6de2129..9ba3866 100644 --- a/python-html2text.spec +++ b/python-html2text.spec @@ -18,7 +18,7 @@ also happens to be valid Markdown (a text-to-HTML format). Name: python-%{upname} Version: 2016.9.19 -Release: 4%{?dist} +Release: 5%{?dist} Summary: %{common_sum} License: GPLv3 @@ -36,8 +36,8 @@ BuildRequires: help2man %package -n python2-%{upname} Summary: %{common_sum} -BuildRequires: python-devel -BuildRequires: python-setuptools +BuildRequires: python2-devel +BuildRequires: python2-setuptools %{?python_provide:%python_provide python2-%{upname}} @@ -150,6 +150,10 @@ export PYTHONPATH="%{buildroot}%{python2_sitelib}" %changelog +* Mon Feb 12 2018 Iryna Shcherbina - 2016.9.19-5 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 2016.9.19-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild