From f7d104f5682fc310095a8fd2ac08fcd1c0ec9584 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Jan 25 2018 20:29:40 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-gearbox.spec b/python-gearbox.spec index 89ddc29..2651a5f 100644 --- a/python-gearbox.spec +++ b/python-gearbox.spec @@ -6,7 +6,7 @@ Name: python-gearbox Version: 0.1.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Command line toolkit born as a PasteScript replacement for TurboGears2 Group: Development/Libraries @@ -17,7 +17,7 @@ Source0: http://pypi.python.org/packages/source/g/%{modname}/%{modnam BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python-setuptools +BuildRequires: python2-setuptools %if 0%{?with_python3} BuildRequires: python3-devel @@ -35,10 +35,10 @@ TurboGears projects.\ %package -n python2-gearbox Summary: %summary -Requires: python-prettytable -Requires: python-cliff -Requires: python-tempita -Requires: python-paste-deploy +Requires: python2-prettytable +Requires: python2-cliff +Requires: python2-tempita +Requires: python2-paste-deploy %{?python_provide:%python_provide python2-gearbox} %description -n python2-gearbox %_description @@ -107,6 +107,10 @@ popd %endif %changelog +* Thu Jan 25 2018 Iryna Shcherbina - 0.1.1-8 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 0.1.1-7 - Python 2 binary package renamed to python2-gearbox See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3