From 0ad6487e138cff0e0dc3b6f3a60fabdb5ad28b6d Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Oct 12 2018 09:04:03 +0000 Subject: Python2 binary package has been removed --- diff --git a/python-repoze-what.spec b/python-repoze-what.spec index a592cc7..6e712a1 100644 --- a/python-repoze-what.spec +++ b/python-repoze-what.spec @@ -1,6 +1,6 @@ Name: python-repoze-what Version: 1.0.9 -Release: 20%{?dist} +Release: 21%{?dist} Summary: Authorization for WSGI applications Group: Development/Languages @@ -11,15 +11,8 @@ Patch0: %{name}-setup.patch Patch1: %{name}-release.patch BuildArch: noarch -BuildRequires: python2-devel - # For building documentation -BuildRequires: python2-sphinx - -# For the test suite -BuildRequires: python2-nose python2-zope-interface python2-repoze-who -BuildRequires: python2-repoze-who-testutil -BuildRequires: python2-coverage +BuildRequires: python3-sphinx %global _description\ `repoze.what` is an `authorization framework` for WSGI applications,\ @@ -42,18 +35,8 @@ for example). %description %_description -%package -n python2-repoze-what -Summary: %summary -Requires: python2-repoze-who -Requires: python2-repoze-who-testutil -Requires: python2-paste -%{?python_provide:%python_provide python2-repoze-what} - -%description -n python2-repoze-what %_description - %package docs Summary: Documentation for repoze.what -Requires: python2-repoze-what = %{version} Group: Documentation %description docs @@ -69,26 +52,24 @@ sed -i -e 's|$VERSION|%{version}|' repoze/what/release.py sed -i "/'repoze.who.*$/d" setup.py %build -%py2_build make -C docs html %install -%py2_install %check # Causing package to be FTBFS since F-19! # PYTHONPATH=`pwd` nosetests -%files -n python2-repoze-what -%doc README.txt -%{python2_sitelib}/ - %files docs %doc docs/ %changelog +* Fri Oct 12 2018 Zbigniew Jędrzejewski-Szmek - 1.0.9-21 +- Python2 binary package has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + * Sat Jul 14 2018 Fedora Release Engineering - 1.0.9-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild