From 2214e28641ec2f5a87c2522ffbd3efa0cd2dfd45 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Tue, 30 Jan 2018 01:24:03 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- python-scour.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-scour.spec b/python-scour.spec index c34eff6..a8b663c 100644 --- a/python-scour.spec +++ b/python-scour.spec @@ -3,7 +3,7 @@ Name: python-scour Version: 0.35 -Release: 5%{?dist} +Release: 6%{?dist} Summary: %{sum} License: ASL 2.0 @@ -11,7 +11,7 @@ URL: https://github.com/scour-project/scour Source0: %{url}/archive/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz BuildRequires: python2-devel -BuildRequires: python-setuptools +BuildRequires: python2-setuptools BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -77,6 +77,10 @@ find . -type f -name '*.py' -exec sed -i /env\ python/d {} ';' %changelog +* Tue Jan 30 2018 Iryna Shcherbina - 0.35-6 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Jul 27 2017 Fedora Release Engineering - 0.35-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild