From 703027e68c4bd27052a3f15e27822df636b85f2e Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Oct 17 2018 21:13:15 +0000 Subject: Subpackage python2-abclient has been removed --- diff --git a/python-abclient.spec b/python-abclient.spec index 9bf09a5..31f2d23 100644 --- a/python-abclient.spec +++ b/python-abclient.spec @@ -5,13 +5,10 @@ Abclient is a python library for EISOO AnyBackup APIs. It is a client \ library for EISOO AnyBackup APIs. It allows openstack karbor to \ create backups for databases and file systems. -%if 0%{?fedora} -%global with_python3 1 -%endif Name: python-%{pypi_name} Version: 0.2.3 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Python client library for EISOO AnyBackup API License: ASL 2.0 @@ -22,21 +19,6 @@ BuildArch: noarch %description %{common_desc} -%package -n python2-%{pypi_name} -Summary: Python client library for EISOO AnyBackup API -%{?python_provide:%python_provide python2-%{pypi_name}} - -BuildRequires: python2-devel -BuildRequires: python2-setuptools - -Requires: python2-requests -Requires: python2-oslo-utils -Requires: python2-oslo-log - -%description -n python2-%{pypi_name} -%{common_desc} - -%if 0%{?with_python3} %package -n python3-%{pypi_name} Summary: Python client library for EISOO AnyBackup API %{?python_provide:%python_provide python3-%{pypi_name}} @@ -50,7 +32,6 @@ Requires: python3-oslo-log %description -n python3-%{pypi_name} %{common_desc} -%endif %prep %autosetup -n %{pypi_name}-%{version} @@ -60,34 +41,23 @@ rm -rf %{pypi_name}.egg-info rm -f requirements.txt %build -%py2_build -%if 0%{?with_python3} %py3_build -%endif %install -%if 0%{?with_python3} %py3_install -%endif -%py2_install - -%files -n python2-%{pypi_name} -%license LICENSE -%doc README.rst -%{python2_sitelib}/%{pypi_name} -%{python2_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info - -%if 0%{?with_python3} %files -n python3-%{pypi_name} %license LICENSE %doc README.rst %{python3_sitelib}/%{pypi_name} %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info -%endif %changelog +* Wed Oct 17 2018 Zbigniew Jędrzejewski-Szmek - 0.2.3-8 +- Subpackage python2-abclient has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + * Fri Jul 13 2018 Fedora Release Engineering - 0.2.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild