diff --git python-weberror/python-weberror.spec python-weberror/python-weberror.spec.tmp index aa420348aa..5ffdc217e2 100644 --- python-weberror/python-weberror.spec +++ python-weberror/python-weberror.spec.tmp @@ -4,7 +4,7 @@ Name: python-weberror Version: 0.13.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Web Error handling and exception catching middleware Group: Development/Languages @@ -27,14 +27,21 @@ BuildRequires: python-pygments BuildRequires: python-tempita BuildRequires: python-simplejson +%global _description\ +WebError is WSGI middleware that performs error handling and exception\ +catching. + +%description %_description + +%package -n python2-weberror +Summary: %summary Requires: python-webob Requires: python-tempita Requires: python-pygments Requires: python-simplejson +%{?python_provide:%python_provide python2-weberror} -%description -WebError is WSGI middleware that performs error handling and exception -catching. +%description -n python2-weberror %_description %prep %setup -q -n WebError-%{version} @@ -58,7 +65,7 @@ nosetests %{__rm} -rf %{buildroot} -%files +%files -n python2-weberror %defattr(-,root,root,-) %doc CHANGELOG LICENSE %{python_sitelib}/weberror/ @@ -66,6 +73,10 @@ nosetests %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.13.1-5 +- Python 2 binary package renamed to python2-weberror + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.13.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild