From ef7a3587a7c2608ed9e78591b50f95b42ec510cd Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Mon, 12 Feb 2018 02:18:56 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- python-fasteners.spec | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/python-fasteners.spec b/python-fasteners.spec index 6cdebf2..9da75f5 100644 --- a/python-fasteners.spec +++ b/python-fasteners.spec @@ -6,7 +6,7 @@ Name: python-%{pypi_name} Version: 0.14.1 -Release: 11%{?dist} +Release: 12%{?dist} Summary: A python package that provides useful locks License: ASL 2.0 @@ -26,14 +26,14 @@ Obsoletes: python-%{pypi_name} < 0.13.0-3 %{?python_provide:%python_provide python2-%{pypi_name}} BuildRequires: python2-devel -BuildRequires: python-six +BuildRequires: python2-six # tests -BuildRequires: python-testtools -BuildRequires: python-nose -BuildRequires: python-monotonic -BuildRequires: python-futures -Requires: python-six -Requires: python-monotonic +BuildRequires: python2-testtools +BuildRequires: python2-nose +BuildRequires: python2-monotonic +BuildRequires: python2-futures +Requires: python2-six +Requires: python2-monotonic %description -n python2-%{pypi_name} A python package that provides useful locks. @@ -99,6 +99,10 @@ nosetests-%{python3_version} %changelog +* Mon Feb 12 2018 Iryna Shcherbina - 0.14.1-12 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.14.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild