From da2a81f46496c42b511507e24ceaece0eb577f24 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Jan 19 2018 01:39:42 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-idna.spec b/python-idna.spec index c04108f..c0acdaf 100644 --- a/python-idna.spec +++ b/python-idna.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 2.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Internationalized Domain Names in Applications (IDNA) License: BSD and Python and Unicode @@ -12,7 +12,7 @@ Source0: https://pypi.io/packages/source/i/%{srcname}/%{srcname}-%{versio BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python-setuptools +BuildRequires: python2-setuptools %if 0%{?with_python3} BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools @@ -100,6 +100,10 @@ rm -rf %{srcname}.egg-info %endif # with_python3 %changelog +* Fri Jan 19 2018 Iryna Shcherbina - 2.5-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Jul 27 2017 Fedora Release Engineering - 2.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild