From 71d5327ec5688dabac16de6547afed25ff9b7dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 31 Oct 2019 17:08:37 +0100 Subject: [PATCH] Subpackage python2-netifaces has been removed --- python-netifaces.spec | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/python-netifaces.spec b/python-netifaces.spec index 50a1215..191f6c2 100644 --- a/python-netifaces.spec +++ b/python-netifaces.spec @@ -2,29 +2,19 @@ Name: python-netifaces Version: 0.10.6 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Python library to retrieve information about network interfaces License: MIT URL: https://pypi.python.org/pypi/netifaces Source0: https://files.pythonhosted.org/packages/source/n/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildRequires: gcc -BuildRequires: python2-devel -BuildRequires: python2-setuptools %description This package provides a cross platform API for getting address information from network interfaces. -%package -n python2-%{pypi_name} -Summary: Python 2 library to retrieve information about network interfaces -%{?python_provide:%python_provide python2-%{pypi_name}} - -%description -n python2-%{pypi_name} -This package provides a cross platform API for getting address information -from network interfaces. - %package -n python%{python3_pkgversion}-%{pypi_name} Summary: Python %{python3_pkgversion} library to retrieve information about network interfaces BuildRequires: python%{python3_pkgversion}-devel @@ -41,26 +31,23 @@ from network interfaces. %build -%py2_build %py3_build %install -%py2_install %py3_install -%files -n python2-%{pypi_name} -%doc README.rst -%{python2_sitearch}/%{pypi_name}-%{version}-*.egg-info/ -%{python2_sitearch}/%{pypi_name}.so - %files -n python%{python3_pkgversion}-%{pypi_name} %doc README.rst %{python3_sitearch}/%{pypi_name}-%{version}-*.egg-info/ %{python3_sitearch}/%{pypi_name}*.so %changelog +* Thu Oct 31 2019 Miro Hrončok - 0.10.6-9 +- Subpackage python2-netifaces has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + * Mon Aug 19 2019 Miro Hrončok - 0.10.6-8 - Rebuilt for Python 3.8