diff --git a/python-ofxparse.spec b/python-ofxparse.spec index d8aa4d3..ca84939 100644 --- a/python-ofxparse.spec +++ b/python-ofxparse.spec @@ -8,7 +8,7 @@ Name: python-%{upstream_name} Version: 0.17 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python library for working with the OFX (Open Financial Exchange) file format License: MIT URL: http://sites.google.com/site/ofxparse @@ -25,14 +25,14 @@ accounts also provide account statements in OFX files. Summary: %{summary} %{?python_provide:%python_provide python2-%{upstream_name}} BuildRequires: python2-devel -BuildRequires: python-setuptools -BuildRequires: python-nose -BuildRequires: python-beautifulsoup4 -BuildRequires: python-six -BuildRequires: python-lxml -Requires: python-beautifulsoup4 -Requires: python-six -Requires: python-lxml +BuildRequires: python2-setuptools +BuildRequires: python2-nose +BuildRequires: python2-beautifulsoup4 +BuildRequires: python2-six +BuildRequires: python2-lxml +Requires: python2-beautifulsoup4 +Requires: python2-six +Requires: python2-lxml %description -n python2-%{upstream_name} ofxparse is a parser for Open Financial Exchange (.ofx) format files. OFX files @@ -97,6 +97,10 @@ accounts also provide account statements in OFX files. %endif # with python3 %changelog +* Tue Feb 27 2018 Iryna Shcherbina - 0.17-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.17-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild