From 705d40bac520f8abd237c7812a45f9c85684101f 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-simpleparse.spec | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/python-simpleparse.spec b/python-simpleparse.spec index 3e3de4260c..5b67a9b986 100644 --- a/python-simpleparse.spec +++ b/python-simpleparse.spec @@ -4,11 +4,10 @@ Name: python-simpleparse License: BSD Summary: A simple and fast parser generator Version: 2.2.0 -Release: 4%{?dist} +Release: 5%{?dist} URL: http://launchpad.net/simpleparse Source0: https://pypi.io/packages/source/S/SimpleParse/%{oname}-%{version}.tar.gz BuildRequires: gcc -BuildRequires: python2-devel BuildRequires: python3-devel %global _description\ @@ -20,12 +19,6 @@ SimpleParse allows you to generate parsers directly from your EBNF grammar.\ %description %_description -%package -n python2-simpleparse -Summary: %summary -%{?python_provide:%python_provide python2-simpleparse} - -%description -n python2-simpleparse %_description - %package -n python3-simpleparse Summary: %summary %{?python_provide:%python_provide python3-simpleparse} @@ -36,24 +29,21 @@ Summary: %summary %autosetup -n %{oname}-%{version} %build -%py2_build %py3_build %install -%py2_install %py3_install -%files -n python2-simpleparse -%license license.txt -%doc doc -%{python2_sitearch}/* - %files -n python3-simpleparse %license license.txt %doc doc %{python3_sitearch}/* %changelog +* Tue Oct 09 2018 Zbigniew Jędrzejewski-Szmek - 2.2.0-5 +- Python2 binary package has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + * Sat Jul 14 2018 Fedora Release Engineering - 2.2.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild -- 2.19.0.rc1