diff --git a/python-rows.spec b/python-rows.spec index dd76287..b75ddf1 100644 --- a/python-rows.spec +++ b/python-rows.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.3.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A common, beautiful interface to tabular data, no matter the format License: GPLv3+ @@ -33,22 +33,22 @@ BuildRequires: python2-six Requires: python2-six # cli BuildRequires: python2-requests -BuildRequires: python-click +BuildRequires: python2-click Requires: python2-requests -Requires: python-click +Requires: python2-click # csv BuildRequires: python2-unicodecsv Requires: python2-unicodecsv # html, ods, xpath -BuildRequires: python-lxml -Recommends: python-lxml +BuildRequires: python2-lxml +Recommends: python2-lxml # xls BuildRequires: python2-xlrd BuildRequires: python2-xlwt Recommends: python2-xlrd Recommends: python2-xlwt # detect -Recommends: python-magic +Recommends: python2-magic %description -n python2-%{srcname} %{_description} @@ -127,6 +127,10 @@ nosetests-%{python3_version} -v $EXCLUDE_ARG %{_mandir}/man1/%{srcname}.1* %changelog +* Fri Feb 09 2018 Iryna Shcherbina - 0.3.1-4 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.3.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild