diff --git a/python-pyphen.spec b/python-pyphen.spec index b53b8e9..c3591f1 100644 --- a/python-pyphen.spec +++ b/python-pyphen.spec @@ -6,7 +6,7 @@ Name: python-pyphen Version: 0.9.1 -Release: 11%{?dist} +Release: 12%{?dist} Group: Development/Libraries Summary: Pure Python module to hyphenate text License: LGPLv2+ @@ -14,7 +14,7 @@ URL: https://pypi.python.org/pypi/Pyphen/ Source0: https://github.com/Kozea/Pyphen/archive/%{version}.tar.gz BuildArch: noarch -BuildRequires: python2-devel python-setuptools +BuildRequires: python2-devel python2-setuptools %if 0%{?with_python3} BuildRequires: python3-devel python3-setuptools %endif # if with_python3 @@ -89,6 +89,10 @@ popd %endif # with_python3 %changelog +* Fri Feb 09 2018 Iryna Shcherbina - 0.9.1-12 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.9.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild