From 9ebb9d493fb045c88153a532b0418542d4513c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 9 Oct 2018 22:38:08 +0200 Subject: [PATCH] Python2 binary package has been removed --- python-alchimia.spec | 30 +++++------------------------- 1 file changed, 5 insertions(+), 25 deletions(-) diff --git a/python-alchimia.spec b/python-alchimia.spec index e344f2f799..1d12da79e0 100644 --- a/python-alchimia.spec +++ b/python-alchimia.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.7.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A Python library that integrates Twisted with SqlAlchemy Group: Development/Libraries @@ -12,12 +12,6 @@ Source0: https://pypi.io/packages/source/a/%{srcname}/%{srcname}-%{version}.t BuildArch: noarch -BuildRequires: python2-setuptools -BuildRequires: python2-pytest -BuildRequires: python2-twisted -BuildRequires: python2-sqlalchemy -BuildRequires: python2-pbr -BuildRequires: python2-devel BuildRequires: python3-setuptools BuildRequires: python3-pytest @@ -33,15 +27,6 @@ it does not allow you to use the ORM.\ %description %_description -%package -n python2-%{srcname} -Summary: %{summary} -Requires: python2-sqlalchemy -Requires: python2-twisted -%{?python_provide:%python_provide python2-%{srcname}} - -%description -n python2-%{srcname} %_description -This package provides Python 2 build of %{srcname}. - %package -n python3-%{srcname} Summary: %{summary} Requires: python3-sqlalchemy @@ -59,26 +44,17 @@ rm -f {test-,}requirements.txt %check -py.test-%{python2_version} py.test-%{python3_version} %build -%py2_build %py3_build %install -%py2_install %py3_install -%files -n python2-%{srcname} -%license LICENSE -%doc README.rst AUTHORS CONTRIBUTING.rst ChangeLog -%{python2_sitelib}/%{srcname}/ -%{python2_sitelib}/%{srcname}-%{version}-py*.egg-info/ - %files -n python3-%{srcname} %license LICENSE %doc README.rst AUTHORS CONTRIBUTING.rst ChangeLog @@ -87,6 +63,10 @@ py.test-%{python3_version} %changelog +* Tue Oct 09 2018 Zbigniew Jędrzejewski-Szmek - 0.7.0-5 +- Python2 binary package has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + * Fri Jul 13 2018 Fedora Release Engineering - 0.7.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild -- 2.19.0.rc1