From 10f66d686d3f4950106d8cead2a974cde9146b7b Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 12 2018 06:07:07 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-testscenarios.spec b/python-testscenarios.spec index d7ebc88..778d727 100644 --- a/python-testscenarios.spec +++ b/python-testscenarios.spec @@ -6,7 +6,7 @@ Name: python-%{pypi_name} Version: 0.5.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Testscenarios, a pyunit extension for dependency injection License: ASL 2.0 and BSD @@ -15,8 +15,8 @@ Source0: https://pypi.python.org/packages/source/t/%{pypi_name}/%{pypi_na BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python-setuptools -BuildRequires: python-pbr +BuildRequires: python2-setuptools +BuildRequires: python2-pbr %if 0%{?with_python3} BuildRequires: python3-devel @@ -36,7 +36,7 @@ different situations). %package -n python2-%{pypi_name} Summary: %summary -Requires: python-testtools +Requires: python2-testtools %{?python_provide:%python_provide python2-%{pypi_name}} %description -n python2-%{pypi_name} %_description @@ -97,6 +97,10 @@ popd %endif # with_python3 %changelog +* Mon Feb 12 2018 Iryna Shcherbina - 0.5.0-10 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.5.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild