From dc8165c65d3893c3967a70cb04233a9f0d4318e4 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Mon, 12 Feb 2018 03:20:13 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- python-isodate.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-isodate.spec b/python-isodate.spec index 5070400..0ebb1a7 100644 --- a/python-isodate.spec +++ b/python-isodate.spec @@ -7,7 +7,7 @@ Name: python-%{modulename} Version: 0.5.4 -Release: 8%{?dist} +Release: 9%{?dist} Summary: An ISO 8601 date/time/duration parser and formatter Group: Development/Languages License: BSD @@ -15,7 +15,7 @@ URL: http://pypi.python.org/pypi/%{modulename} Source0: http://pypi.python.org/packages/source/i/%{modulename}/%{modulename}-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python-setuptools +BuildRequires: python2-setuptools %if 0%{?with_python3} BuildRequires: python3-devel @@ -137,6 +137,10 @@ popd %endif %changelog +* Mon Feb 12 2018 Iryna Shcherbina - 0.5.4-9 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.5.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild