From 693c6a69294d8491f144e30faf68ce76054472e6 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Oct 11 2018 17:02:13 +0000 Subject: Python2 binary package has been removed --- diff --git a/python-pymssql.spec b/python-pymssql.spec index 70bef78..91fc2ee 100644 --- a/python-pymssql.spec +++ b/python-pymssql.spec @@ -14,7 +14,7 @@ a Python DB-API (PEP-249) interface to Microsoft SQL Server. Name: python-%{srcname} Version: 2.1.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: %{common_summary} Group: System Environment/Libraries @@ -47,14 +47,6 @@ BuildRequires: python%{python3_pkgversion}-setuptools %{common_description} -%package -n python2-%{srcname} -Summary: %{common_summary} -%{?python_provide:%python_provide python2-%{srcname}} - -%description -n python2-%{srcname} -%{common_description} - - %if 0%{?_with_python3} %package -n python%{python3_pkgversion}-%{srcname} Summary: %{common_summary} @@ -74,24 +66,16 @@ rm -r freetds/ %build export PYMSSQL_DONT_BUILD_WITH_BUNDLED_FREETDS=1 -%py2_build %{?_with_python3:%py3_build} %install -%py2_install %{?_with_python3:%py3_install} # No %%check (unit tests require a running SQL Server database) -%files -n python2-%{srcname} -%doc ChangeLog README.rst -%license LICENSE -%{python2_sitearch}/* - - %if 0%{?_with_python3} %files -n python%{python3_pkgversion}-%{srcname} %doc ChangeLog README.rst @@ -101,6 +85,10 @@ export PYMSSQL_DONT_BUILD_WITH_BUNDLED_FREETDS=1 %changelog +* Thu Oct 11 2018 Zbigniew Jędrzejewski-Szmek - 2.1.3-6 +- 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.1.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild