diff --git a/python-wtforms.spec b/python-wtforms.spec index c754b1d..76f5b0e 100644 --- a/python-wtforms.spec +++ b/python-wtforms.spec @@ -5,7 +5,7 @@ Name: python-wtforms Version: 2.0 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Forms validation and rendering library for python Group: Development/Libraries @@ -17,8 +17,8 @@ Source0: http://pypi.python.org/packages/source/W/%{mod_name}/%{mod_name} Patch0: 143.patch BuildArch: noarch -BuildRequires: python-devel -BuildRequires: python-setuptools +BuildRequires: python2-devel +BuildRequires: python2-setuptools %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -101,6 +101,10 @@ popd %endif %changelog +* Fri Feb 09 2018 Iryna Shcherbina - 2.0-13 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 2.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild