diff --git a/python-pdir2.spec b/python-pdir2.spec index 8e3c08f..998b571 100644 --- a/python-pdir2.spec +++ b/python-pdir2.spec @@ -4,7 +4,7 @@ Name: python-%{srcname} Version: 0.2.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Pretty dir() printing with joy License: MIT URL: https://pypi.python.org/pypi/%{srcname} @@ -28,9 +28,9 @@ BuildRequires: python%{?fedora:2}-setuptools %if %{with tests} BuildRequires: %{?fedora:python2-}pytest >= 2.4 BuildRequires: python%{?fedora:2}-pandas -BuildRequires: python-enum34 +BuildRequires: python%{?fedora:2}-enum34 %endif -Requires: python-enum34 +Requires: python%{?fedora:2}-enum34 %{?python_provide:%python_provide python2-%{srcname}} @@ -91,6 +91,10 @@ bpython, and Jupyter Notebook. %changelog +* Tue Feb 27 2018 Iryna Shcherbina - 0.2.2-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild