From 1aa6fe89d329e767ba06ee3b4fd89f195577f2f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 9 Oct 2018 22:38:10 +0200 Subject: [PATCH] Python2 binary package has been removed --- python-yourls.spec | 27 +++++---------------------- 1 file changed, 5 insertions(+), 22 deletions(-) diff --git a/python-yourls.spec b/python-yourls.spec index 710f9a22c2..e6cd9d7f40 100644 --- a/python-yourls.spec +++ b/python-yourls.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.2.0 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Simple Python client for the YOURLS URL shortener License: GPLv2+ @@ -17,19 +17,6 @@ BuildRequires: python3-sphinx %description python-yourls is a simple python based API client for the YOURLS URL shortener -%package -n python2-%{srcname} -Summary: Simple Python client for the YOURLS URL shortener - -BuildRequires: python2-devel -BuildRequires: python2-pytest - -%{?python_provide:%python_provide python2-%{srcname}} - -%description -n python2-%{srcname} -python-yourls is a simple python based API client for the YOURLS URL shortener - -This is the Python 2 version of the module. - %package -n python3-%{srcname} Summary: Simple Python client for the YOURLS URL shortener @@ -47,7 +34,6 @@ This is the Python 3 version of the module. %setup -q %build -%py2_build %py3_build # Build the documentation @@ -58,24 +44,21 @@ rm -rf _build/html/.{doctrees,buildinfo} popd %install -%py2_install %py3_install %check -%{__python2} setup.py test %{__python3} setup.py test -%files -n python2-%{srcname} -%license LICENSE -%doc README doc/_build/html/ -%{python2_sitelib}/* - %files -n python3-%{srcname} %license LICENSE %doc README doc/_build/html/ %{python3_sitelib}/* %changelog +* Tue Oct 09 2018 Zbigniew Jędrzejewski-Szmek - 0.2.0-16 +- Python2 binary package has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + * Sat Jul 14 2018 Fedora Release Engineering - 0.2.0-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild -- 2.19.0.rc1