diff --git a/python-cornice-sphinx.spec b/python-cornice-sphinx.spec index 47f89a7..4783d6f 100644 --- a/python-cornice-sphinx.spec +++ b/python-cornice-sphinx.spec @@ -4,7 +4,7 @@ Name: python-cornice-sphinx Epoch: 1 Version: 0.3 -Release: 6%{?dist} +Release: 7%{?dist} BuildArch: noarch License: ASL 2.0 and MPLv2.0 @@ -15,11 +15,8 @@ Source0: %{url}/archive/%{version}/%{module}-%{version}.tar.gz Patch0: 0000-Don-t-install-the-tests.patch -BuildRequires: %{py2_dist cornice} >= 3.0.0 -BuildRequires: %{py2_dist docutils nose setuptools sphinx} BuildRequires: %{py3_dist cornice} >= 3.0.0 BuildRequires: %{py3_dist docutils nose setuptools sphinx} -BuildRequires: python2-devel BuildRequires: python3-devel @@ -27,19 +24,6 @@ BuildRequires: python3-devel %{desc} -%package -n python2-cornice-sphinx -Summary: %{summary} - -Requires: %{py2_dist cornice} >= 3.0.0 -Requires: %{py2_dist docutils sphinx} - -%{?python_provide:%python_provide python2-cornice-sphinx} - - -%description -n python2-cornice-sphinx -%{desc} - - %package -n python3-cornice-sphinx Summary: %{summary} @@ -58,26 +42,17 @@ Requires: %{py3_dist docutils sphinx} %build -%py2_build %py3_build %install -%py2_install %py3_install %check -PYTHONPATH="." nosetests-2 PYTHONPATH="." nosetests-3 -%files -n python2-cornice-sphinx -%license LICENSE -%doc README.rst -%{python2_sitelib}/%{module}* - - %files -n python3-cornice-sphinx %license LICENSE %doc README.rst @@ -85,6 +60,10 @@ PYTHONPATH="." nosetests-3 %changelog +* Mon Dec 03 2018 Miro HronĨok - 1:0.3-7 +- Subpackage python2-cornice-sphinx has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + * Fri Jul 13 2018 Fedora Release Engineering - 1:0.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild