diff --git python-proboscis/python-proboscis.spec python-proboscis/python-proboscis.spec.tmp index 104464ec21..4210ef6503 100644 --- python-proboscis/python-proboscis.spec +++ python-proboscis/python-proboscis.spec.tmp @@ -2,7 +2,7 @@ Name: python-proboscis Version: 1.2.6.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A test framework that extends Python's built-in unit test Group: Development/Languages @@ -12,23 +12,31 @@ Source0: https://pypi.python.org/packages/source/p/%{tarball_name}/%{tarb Source1: LICENSE_PROBOSCIS BuildArch: noarch BuildRequires: python2-devel python-setuptools -Requires: python-nose -%description -A test framework that extends Python’s built-in unit test module and Nose -with features from TestNG, such as: +%global _description\ +A test framework that extends Python’s built-in unit test module and Nose\ +with features from TestNG, such as:\ +\ +- Uses decorators instead of naming conventions.\ +- Allows for TestNG style test methods, in which a class is initialized once\ + as an alternative to using class fields (see the example below).\ +- Allows for explicit test dependencies and skipping of dependent tests\ + on failures.\ +- Runs xUnit style classes if desired or needed for backwards compatibility.\ +- Uses Nose if available (but doesn't require it), and works with many of\ + its plugins.\ +- Runs in IronPython and Jython (although if you're targeting the JVM you\ + should consider using TestNG instead).\ -- Uses decorators instead of naming conventions. -- Allows for TestNG style test methods, in which a class is initialized once - as an alternative to using class fields (see the example below). -- Allows for explicit test dependencies and skipping of dependent tests - on failures. -- Runs xUnit style classes if desired or needed for backwards compatibility. -- Uses Nose if available (but doesn't require it), and works with many of - its plugins. -- Runs in IronPython and Jython (although if you're targeting the JVM you - should consider using TestNG instead). +%description %_description + +%package -n python2-proboscis +Summary: %summary +Requires: python-nose +%{?python_provide:%python_provide python2-proboscis} + +%description -n python2-proboscis %_description %prep %setup -qn %{tarball_name}-%{version} @@ -43,11 +51,15 @@ mv README.rst README %{__python2} setup.py install -O1 --skip-build --root %{buildroot} %{__install} -p -m644 %SOURCE1 LICENSE -%files +%files -n python2-proboscis %{python2_sitelib}/* %doc README LICENSE %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.2.6.0-9 +- Python 2 binary package renamed to python2-proboscis + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.2.6.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild