From 62afd87ea5ba4e32ad69df506a59fea47f534c9f Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 28 2018 03:16:01 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-tahrir-api.spec b/python-tahrir-api.spec index 3afb814..e8353f8 100644 --- a/python-tahrir-api.spec +++ b/python-tahrir-api.spec @@ -2,7 +2,7 @@ Name: python-tahrir-api Version: 0.8.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: An API for interacting with the Tahrir database Group: Development/Languages @@ -13,15 +13,15 @@ Source0: https://pypi.python.org/packages/source/t/tahrir-api/tahrir-ap BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python-setuptools -BuildRequires: python-pygments -BuildRequires: python-zope-sqlalchemy -BuildRequires: python-simplejson -BuildRequires: python-httplib2 -BuildRequires: python-webob1.2 -BuildRequires: python-nose -BuildRequires: python-alembic -BuildRequires: python-arrow +BuildRequires: python2-setuptools +BuildRequires: python2-pygments +BuildRequires: python2-zope-sqlalchemy +BuildRequires: python2-simplejson +BuildRequires: python2-httplib2 +BuildRequires: python2-webob +BuildRequires: python2-nose +BuildRequires: python2-alembic +BuildRequires: python2-arrow # This is just a dep of python-arrow that are missing from # python-arrow-0.4.2-1. They can be removed in the future. @@ -29,10 +29,10 @@ BuildRequires: python2-chai %if 0%{?fedora} -BuildRequires: python-mako >= 0.3.6 -BuildRequires: python-paste-deploy -BuildRequires: python-sqlalchemy >= 0.7 -BuildRequires: python-zope-interface +BuildRequires: python2-mako >= 0.3.6 +BuildRequires: python2-paste-deploy +BuildRequires: python2-sqlalchemy >= 0.7 +BuildRequires: python2-zope-interface %else %if 0%{?rhel} && 0%{?rhel} <= 6 BuildRequires: python-mako0.4 >= 0.3.6 @@ -63,23 +63,23 @@ the database without having to use the TahrirDatabase class. %package -n python2-tahrir-api Summary: %summary -Requires: python-pygments -Requires: python-zope-sqlalchemy -Requires: python-simplejson -Requires: python-httplib2 -Requires: python-webob1.2 -Requires: python-alembic -Requires: python-arrow +Requires: python2-pygments +Requires: python2-zope-sqlalchemy +Requires: python2-simplejson +Requires: python2-httplib2 +Requires: python2-webob +Requires: python2-alembic +Requires: python2-arrow # This is just a dep of python-arrow that are missing from # python-arrow-0.4.2-1. They can be removed in the future. Requires: python2-chai %if 0%{?fedora} -Requires: python-mako >= 0.3.6 -Requires: python-paste-deploy -Requires: python-sqlalchemy >= 0.7 -Requires: python-zope-interface +Requires: python2-mako >= 0.3.6 +Requires: python2-paste-deploy +Requires: python2-sqlalchemy >= 0.7 +Requires: python2-zope-interface %else %if 0%{?rhel} && 0%{?rhel} <= 6 Requires: python-mako0.4 >= 0.3.6 @@ -138,6 +138,10 @@ head setup.py %{_bindir}/populate_series_in_tahrir_db %changelog +* Wed Feb 28 2018 Iryna Shcherbina - 0.8.1-6 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.8.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild