diff --git python-nose-parameterized/python-nose-parameterized.spec python-nose-parameterized/python-nose-parameterized.spec.tmp index 7162897f97..9baf1d3bf3 100644 --- python-nose-parameterized/python-nose-parameterized.spec +++ python-nose-parameterized/python-nose-parameterized.spec.tmp @@ -11,7 +11,7 @@ Name: python-nose-parameterized Version: 0.3.5 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Decorator for parameterized testing with Nose Group: Development/Libraries @@ -24,20 +24,28 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-nose BuildRequires: python-six -Requires: python-nose -Requires: python-six %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-nose BuildRequires: python3-six %endif # with_python3 -%description -Library that improving nose test generators with a decorator that fixes -the frequent requirement of a second function, the difficulty to separate -the data from the tests and the impossibility of working with subclases of +%global _description\ +Library that improving nose test generators with a decorator that fixes\ +the frequent requirement of a second function, the difficulty to separate\ +the data from the tests and the impossibility of working with subclases of\ unittest.TestCase +%description %_description + +%package -n python2-nose-parameterized +Summary: %summary +Requires: python-nose +Requires: python-six +%{?python_provide:%python_provide python2-nose-parameterized} + +%description -n python2-nose-parameterized %_description + %if 0%{?with_python3} %package -n python3-nose-parameterized Summary: Decorator for parameterized testing with Nose @@ -94,7 +102,7 @@ popd %endif # with_python3 -%files +%files -n python2-nose-parameterized %doc python-nose-parameterized-license.txt README.rst PKG-INFO %{python_sitelib}/nose_parameterized %{python_sitelib}/nose_parameterized-*.egg-info @@ -107,6 +115,10 @@ popd %endif # with_python3 %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.3.5-9 +- Python 2 binary package renamed to python2-nose-parameterized + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.3.5-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild