From 8b033bfe80b86141750ec2a5451fd00d52092104 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 9 Oct 2018 22:38:09 +0200 Subject: [PATCH] Python2 binary package has been removed --- python-walkdir.spec | 27 +++++---------------------- 1 file changed, 5 insertions(+), 22 deletions(-) diff --git a/python-walkdir.spec b/python-walkdir.spec index 94c601fb4a..163d34ee02 100644 --- a/python-walkdir.spec +++ b/python-walkdir.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.4.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Python module to manipulate and filter os.walk() style iteration Group: Development/Languages @@ -12,8 +12,6 @@ Source0: https://files.pythonhosted.org/packages/source/w/%{srcname}/%{sr BuildArch: noarch -BuildRequires: python2-devel -BuildRequires: python2-setuptools BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -25,17 +23,6 @@ in a way that is also easily applicable to any source iterator that produces data in the same format -%package -n python2-%{srcname} -Summary: %{summary} -%{?python_provide:%python_provide python2-%{srcname}} - -%description -n python2-%{srcname} -walkdir is a simple set of iterator tools intended to -make it easy to manipulate and filter the output of os.walk() -in a way that is also easily applicable to any source iterator -that produces data in the same format - - %package -n python3-%{srcname} Summary: %{summary} %{?python_provide:%python_provide python3-%{srcname}} @@ -52,23 +39,15 @@ that produces data in the same format %build -%py2_build %py3_build %install rm -rf $RPM_BUILD_ROOT -%py2_install %py3_install -%files -n python2-%{srcname} -%license LICENSE.txt -%{python2_sitelib}/%{srcname}.py* -%{python2_sitelib}/%{srcname}-%{version}-py%{python2_version}.egg-info/ - - %files -n python3-%{srcname} %license LICENSE.txt %{python3_sitelib}/%{srcname}.py @@ -77,6 +56,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Oct 09 2018 Zbigniew Jędrzejewski-Szmek - 0.4.1-8 +- 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.4.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild -- 2.19.0.rc1