From 76b97eb309124a085fe2c7ab9b56bac91d675cc2 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Mar 19 2019 16:50:18 +0000 Subject: Subpackage python2-virtualenv-api has been removed --- diff --git a/python-virtualenv-api.spec b/python-virtualenv-api.spec index f8a8951..79aac38 100644 --- a/python-virtualenv-api.spec +++ b/python-virtualenv-api.spec @@ -8,7 +8,7 @@ Name: python-%{pypi_name} Version: 2.1.16 -Release: 6%{?dist} +Release: 7%{?dist} Summary: An API for virtualenv/pip License: BSD @@ -20,11 +20,6 @@ Patch0: add_tests_license.patch BuildArch: noarch -BuildRequires: python2-setuptools -BuildRequires: python2-devel -BuildRequires: python2-virtualenv -BuildRequires: python2-six -BuildRequires: python2-pip BuildRequires: git-all BuildRequires: python3-setuptools @@ -39,19 +34,6 @@ Tool to create isolated Python environments. Unfortunately, it does not expose a native Python API. This package aims to provide an API in the form of a wrapper around virtualenv. -%package -n python2-%{pypi_name} -Summary: An API for virtualenv/pip -%{?python_provide:%python_provide python2-%{pypi_name}} - -Requires: python2-six -Requires: python2-virtualenv -Requires: python2-pip -%description -n python2-%{pypi_name} -virtualenv-api - an API for virtualenv -Tool to create isolated Python environments. Unfortunately, -it does not expose a native Python API. This package aims to -provide an API in the form of a wrapper around virtualenv. - %package -n python3-%{pypi_name} Summary: An API for virtualenv/pip %{?python_provide:%python_provide python3-%{pypi_name}} @@ -71,25 +53,16 @@ provide an API in the form of a wrapper around virtualenv. rm -rf %{pypi_name}.egg-info %build -%py2_build %py3_build %install %py3_install -%py2_install %if 0%{run_test_suite} %check %{__python3} tests.py -%{__python} tests.py %endif # run_test_suite -%files -n python2-%{pypi_name} -%license LICENSE -%doc README.rst -%{python2_sitelib}/virtualenvapi -%{python2_sitelib}/%{underscore_name}-%{version}-py?.?.egg-info - %files -n python3-%{pypi_name} %license LICENSE %doc README.rst @@ -97,6 +70,10 @@ rm -rf %{pypi_name}.egg-info %{python3_sitelib}/%{underscore_name}-%{version}-py?.?.egg-info %changelog +* Tue Mar 19 2019 Miro Hrončok - 2.1.16-7 +- Subpackage python2-virtualenv-api has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + * Sat Feb 02 2019 Fedora Release Engineering - 2.1.16-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild