diff --git a/python-minimock.spec b/python-minimock.spec index c685815..5bfdf1c 100644 --- a/python-minimock.spec +++ b/python-minimock.spec @@ -6,7 +6,7 @@ Name: python-minimock Version: 1.2.8 -Release: 13%{?dist} +Release: 14%{?dist} Summary: The simplest possible mock library Group: Development/Tools @@ -16,13 +16,13 @@ Source0: http://pypi.python.org/packages/source/M/MiniMock/MiniMock-%{ver BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-devel -BuildRequires: python-setuptools +BuildRequires: python2-devel +BuildRequires: python2-setuptools %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: python-tools +BuildRequires: python2-tools %endif %description @@ -92,6 +92,10 @@ popd %endif %changelog +* Thu Jan 25 2018 Iryna Shcherbina - 1.2.8-14 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Jul 27 2017 Fedora Release Engineering - 1.2.8-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild