From c21fab5b43a69916ac4149dee487d5790c8cdc9c Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Dec 03 2018 18:41:49 +0000 Subject: Subpackage python2-XStatic has been removed https://bugzilla.redhat.com/show_bug.cgi?id=1653085 --- diff --git a/python-XStatic.spec b/python-XStatic.spec index 3775333..ebd7dac 100644 --- a/python-XStatic.spec +++ b/python-XStatic.spec @@ -1,28 +1,14 @@ -%if 0%{?fedora} > 12 || 0%{?rhel} >= 8 -%global with_python3 1 -%endif - -%{!?__python2:%global __python2 %{__python}} -%{!?python2_sitelib: %global python2_sitelib %{python_sitelib}} -%{!?python2_sitearch: %global python2_sitearch %{python_sitearch}} -%{!?python2_version: %global python2_version %{python_version}} - - %global pypi_name XStatic Name: python-%{pypi_name} Version: 1.0.1 -Release: 14%{?dist} +Release: 15%{?dist} Summary: XStatic base package with minimal support code License: MIT URL: http://bitbucket.org/thomaswaldmann/xstatic Source0: https://pypi.python.org/packages/source/X/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch - -BuildRequires: python2-devel -BuildRequires: python2-setuptools - %description The goal of XStatic family of packages is to provide static @@ -32,29 +18,13 @@ dependencies you don't want. XStatic has some minimal support code for working with the XStatic-* packages. -%package -n python2-%{pypi_name} -Summary: XStatic base package with minimal support code -BuildRequires: python2-devel -BuildRequires: python2-setuptools -%{?python_provide:%python_provide python2-%{pypi_name}} - -%description -n python2-%{pypi_name} -The goal of XStatic family of packages is to provide static -file packages with minimal overhead - without selling you some -dependencies you don't want. - -XStatic has some minimal support code for working with the -XStatic-* packages. - - - -%if 0%{?with_python3} %package -n python3-%{pypi_name} Summary: XStatic base package with minimal support code BuildRequires: python3-devel BuildRequires: python3-setuptools %{?python_provide:%python_provide python3-%{pypi_name}} + %description -n python3-%{pypi_name} The goal of XStatic family of packages is to provide static @@ -65,47 +35,31 @@ XStatic has some minimal support code for working with the XStatic-* packages. -%endif - %prep %autosetup -n %{pypi_name}-%{version} %build -%if 0%{?with_python3} %py3_build -%endif # with_python3 - -%py2_build %install -%if 0%{?with_python3} %py3_install mkdir %{buildroot}/%{python3_sitelib}/xstatic/pkg -%endif # with_python3 -%py2_install -mkdir %{buildroot}/%{python2_sitelib}/xstatic/pkg - -%files -n python2-%{pypi_name} -%doc README.txt -%{python2_sitelib}/xstatic -%{python2_sitelib}/XStatic-%{version}-py%{python2_version}.egg-info -%{python2_sitelib}/XStatic-%{version}-py%{python2_version}-nspkg.pth - -%if 0%{?with_python3} %files -n python3-%{pypi_name} %doc README.txt %{python3_sitelib}/xstatic %{python3_sitelib}/XStatic-%{version}-py%{python3_version}.egg-info %{python3_sitelib}/XStatic-%{version}-py%{python3_version}-nspkg.pth -%endif - %changelog +* Mon Dec 03 2018 Miro Hrončok - 1.0.1-15 +- Subpackage python2-XStatic has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + * Fri Jul 13 2018 Fedora Release Engineering - 1.0.1-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild