diff --git a/python-cssselect.spec b/python-cssselect.spec index fa8c092..59a06f7 100644 --- a/python-cssselect.spec +++ b/python-cssselect.spec @@ -4,7 +4,7 @@ Name: python-cssselect Version: 0.9.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Parses CSS3 Selectors and translates them to XPath 1.0 License: BSD @@ -26,7 +26,7 @@ Summary: %{summary} BuildRequires: python2-devel BuildRequires: python2-setuptools %if %{with tests} -BuildRequires: python-lxml +BuildRequires: python2-lxml %endif %description -n python2-%{modname} %{_description} @@ -77,6 +77,10 @@ mv %{modname}/tests.py . %{python3_sitelib}/%{modname}/ %changelog +* Mon Feb 12 2018 Iryna Shcherbina - 0.9.2-7 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.9.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild