diff --git a/python-plaster-pastedeploy.spec b/python-plaster-pastedeploy.spec index f2f5be2..81b75aa 100644 --- a/python-plaster-pastedeploy.spec +++ b/python-plaster-pastedeploy.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 0.7 -Release: 3%{?dist} +Release: 4%{?dist} BuildArch: noarch License: MIT @@ -11,10 +11,6 @@ Summary: %{sum} URL: https://github.com/Pylons/plaster_pastedeploy Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz -BuildRequires: python2-devel -BuildRequires: python2-paste-deploy >= 2.0.0 -BuildRequires: python2-plaster >= 0.5 -BuildRequires: python2-pytest BuildRequires: python3-devel BuildRequires: python3-paste-deploy >= 2.0.0 BuildRequires: python3-plaster >= 0.5 @@ -28,20 +24,6 @@ by PasteDeploy. It supports the wsgi plaster protocol, implementing the plaster.protocols.IWSGIProtocol interface. -%package -n python2-%{srcname} -Summary: %{sum} - -Requires: python2-paste-deploy >= 1.5.0 -Requires: python2-plaster >= 0.5 -Requires: python2-setuptools - -%{?python_provide:%python_provide python2-%{srcname}} - - -%description -n python2-%{srcname} -%{description} - - %package -n python3-%{srcname} Summary: %{sum} @@ -61,28 +43,17 @@ Requires: python3-setuptools %build -%py2_build %py3_build %install -%py2_install %py3_install %check -PYTHONPATH="./src" py.test-2 PYTHONPATH="./src" py.test-3 -%files -n python2-%{srcname} -%license LICENSE.txt -%doc CHANGES.rst -%doc README.rst -%{python2_sitelib}/plaster_pastedeploy -%{python2_sitelib}/*.egg-info - - %files -n python3-%{srcname} %license LICENSE.txt %doc CHANGES.rst @@ -92,6 +63,9 @@ PYTHONPATH="./src" py.test-3 %changelog +* Tue Sep 03 2019 Randy Barlow - 0.7-4 +- Drop python2-plaster-pastedeploy (#1745067). + * Sat Aug 17 2019 Miro HronĨok - 0.7-3 - Rebuilt for Python 3.8