From d35d04d84227461d04067d6c5e5ee4f67f7c7ad6 Mon Sep 17 00:00:00 2001 From: 19909236985 Date: Fri, 30 Oct 2020 14:41:11 +0800 Subject: [PATCH] remove python2 dependency --- python-WSGIProxy2.spec | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/python-WSGIProxy2.spec b/python-WSGIProxy2.spec index eeef142..bef7f72 100644 --- a/python-WSGIProxy2.spec +++ b/python-WSGIProxy2.spec @@ -1,6 +1,6 @@ Name: python-WSGIProxy2 Version: 0.4.6 -Release: 1 +Release: 2 Summary: WSGI Proxy that supports several HTTP backends License: MIT URL: https://github.com/gawel/WSGIProxy2/ @@ -10,15 +10,6 @@ BuildArch: noarch %description WSGI Proxy that supports several HTTP backends. -%package -n python2-WSGIProxy2 -%{?python_provide:%python_provide python2-WSGIProxy2} -Summary: WSGI Proxy that supports several HTTP backends -BuildRequires: python2-devel, python2-setuptools -Requires: python2-webob, python2-six - -%description -n python2-WSGIProxy2 -WSGI Proxy that supports several HTTP backends. - %package -n python3-WSGIProxy2 %{?python_provide:%python_provide python3-WSGIProxy2} Summary: WSGI Proxy that supports several HTTP backends @@ -33,22 +24,19 @@ WSGI Proxy that supports several HTTP backends. rm -rf WSGIProxy2.egg-info %build -%py2_build %py3_build %install -%py2_install %py3_install -%files -n python2-WSGIProxy2 -%doc README_fixt.py README.rst -%{python2_sitelib}/* - %files -n python3-WSGIProxy2 %doc README_fixt.py README.rst %{python3_sitelib}/* %changelog +* Fri Oct 30 2020 yanglongkang - 0.4.6-2 +- remove python2 dependency + * Thu Jul 16 2020 jixinjie - 0.4.6-1 - update package to 0.4.6