diff --git a/python-repoze-lru.spec b/python-repoze-lru.spec index b520312..2e458d5 100644 --- a/python-repoze-lru.spec +++ b/python-repoze-lru.spec @@ -6,7 +6,7 @@ Name: python-repoze-lru Version: 0.4 -Release: 17%{?dist} +Release: 18%{?dist} Summary: A tiny LRU cache implementation and decorator Group: Development/Libraries @@ -17,7 +17,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python-setuptools +BuildRequires: python2-setuptools %if 0%{?with_python3} BuildRequires: python3-devel @@ -98,6 +98,10 @@ popd %endif %changelog +* Mon Feb 12 2018 Iryna Shcherbina - 0.4-18 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.4-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild