diff --git a/python-agate-sql.spec b/python-agate-sql.spec index 5835e36..2c95804 100644 --- a/python-agate-sql.spec +++ b/python-agate-sql.spec @@ -7,7 +7,7 @@ Name: python-%{pypi_name} Version: 0.5.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Adds SQL read/write support to agate License: MIT @@ -25,9 +25,9 @@ BuildRequires: python2-nose >= 1.1.2 BuildRequires: python2-sphinx >= 1.2.2 BuildRequires: python2-sphinx_rtd_theme >= 0.1.6 BuildRequires: python2-agate >= 1.5.0 -BuildRequires: python-sqlalchemy >= 1.0.8 +BuildRequires: python2-sqlalchemy >= 1.0.8 Requires: python2-agate >= 1.5.0 -Requires: python-sqlalchemy >= 1.0.8 +Requires: python2-sqlalchemy >= 1.0.8 Summary: %{summary} %{?python_provide:%python_provide python2-%{pypi_name}} @@ -106,6 +106,10 @@ nosetests-%{python3_version} tests -v %changelog +* Mon Jan 15 2018 Iryna Shcherbina - 0.5.2-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Oct 04 2017 Julien Enselme - 0.5.2-2 - Fetch sources on github with tag instead of commit