From f581c1483a88e0453ae6559aeeb6d4866286bc22 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Sep 09 2019 22:29:20 +0000 Subject: Subpackage python2-plaster has been removed --- diff --git a/python-plaster.spec b/python-plaster.spec index c43960c..3612be3 100644 --- a/python-plaster.spec +++ b/python-plaster.spec @@ -11,7 +11,7 @@ registered via an entry point. Name: python-%{srcname} Version: 0.5 -Release: 8%{?dist} +Release: 9%{?dist} BuildArch: noarch License: MIT @@ -19,9 +19,6 @@ Summary: %{sum} URL: https://github.com/Pylons/%{srcname} Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz -BuildRequires: python2-devel -BuildRequires: python2-pytest -BuildRequires: python2-setuptools BuildRequires: python3-devel BuildRequires: python3-pytest BuildRequires: python3-setuptools @@ -40,18 +37,6 @@ Summary: Documentation for %{name} Contains the documentation for %{name}. -%package -n python2-%{srcname} -Summary: %{sum} - -Requires: python2-setuptools - -%{?python_provide:%python_provide python2-%{srcname}} - - -%description -n python2-%{srcname} -%{desc} - - %package -n python3-%{srcname} Summary: %{sum} @@ -88,17 +73,14 @@ sed -i "/.*github_url.*/d" docs/conf.py make %{?_smp_mflags} -C docs html rm -rf docs/_build/html/.buildinfo -%py2_build %py3_build %install -%py2_install %py3_install %check -PYTHONPATH="./src" py.test-2 PYTHONPATH="./src" py.test-3 @@ -109,13 +91,6 @@ PYTHONPATH="./src" py.test-3 %doc README.rst -%files -n python2-%{srcname} -%license LICENSE.txt -%doc README.rst -%{python2_sitelib}/%{srcname} -%{python2_sitelib}/*.egg-info - - %files -n python3-%{srcname} %license LICENSE.txt %doc README.rst @@ -124,6 +99,10 @@ PYTHONPATH="./src" py.test-3 %changelog +* Mon Sep 09 2019 Miro Hrončok - 0.5-9 +- Subpackage python2-plaster has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + * Fri Aug 16 2019 Miro Hrončok - 0.5-8 - Rebuilt for Python 3.8