From f44da47c5264eb652a0cc51ead09b2207fa7fb3a Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Thu, 22 Feb 2018 14:23:19 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- python-netaddr.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/python-netaddr.spec b/python-netaddr.spec index 82e8d05..ffb6ce0 100644 --- a/python-netaddr.spec +++ b/python-netaddr.spec @@ -4,7 +4,7 @@ Name: python-netaddr Version: 0.7.19 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A pure Python network address representation and manipulation library License: BSD @@ -13,9 +13,9 @@ Source0: https://pypi.python.org/packages/source/n/netaddr/netaddr-%{vers BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python-setuptools -BuildRequires: python-sphinx -BuildRequires: pytest +BuildRequires: python2-setuptools +BuildRequires: python2-sphinx +BuildRequires: python2-pytest Patch0: 0001-fixed-broken-tests-in-issue-149-python-3-regression-.patch Patch1: 0001-Do-not-override-executable-path.patch @@ -131,6 +131,10 @@ LANG=en_US.UTF-8 py.test-%{python3_version} %endif %changelog +* Thu Feb 22 2018 Iryna Shcherbina - 0.7.19-8 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Mon Feb 19 2018 John Eckersberg - 0.7.19-7 - Fix shebang mangling for python3 (RHBZ#1546800)