From 7931d1b9f9202c67a0d908fbcf25ac0632e85d30 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 09 2018 13:29:37 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-iso8601.spec b/python-iso8601.spec index 44f0252..e6d3e7c 100644 --- a/python-iso8601.spec +++ b/python-iso8601.spec @@ -8,7 +8,7 @@ This module parses the most common forms of ISO 8601 date strings \ Name: python-%{srcname} Version: 0.1.11 -Release: 8%{?dist} +Release: 9%{?dist} Summary: %{sum} License: MIT @@ -27,7 +27,7 @@ Summary: %{sum} Provides: python-%{srcname} = %{version}-%{release} Obsoletes: python-%{srcname} < 0.1.10-6 -BuildRequires: python2-devel python-setuptools +BuildRequires: python2-devel python2-setuptools %description -n python2-%{srcname} %{pkgdesc} @@ -82,6 +82,10 @@ BuildRequires: python%{python3_other_pkgversion}-setuptools %endif %changelog +* Fri Feb 09 2018 Iryna Shcherbina - 0.1.11-9 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.1.11-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild