diff --git a/python-waitress.spec b/python-waitress.spec index 7191ecdf2c899d4a601c26ed502ff76ad5b1f2e3..cd8b3450de7943873e6415478fa1bd577a6b7a31 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -1,8 +1,8 @@ %global _docdir_fmt %{name} Name: python-waitress -Version: 1.1.0 -Release: 5 +Version: 1.3.1 +Release: 1 Summary: A WSGI server for Python 2 and 3 License: ZPLv2.1 URL: https://github.com/Pylons/waitress @@ -16,22 +16,11 @@ which live in the Python standard library. It runs on CPython on Unix and Windows under Python 2.7+ and Python 3.5+. It is also known to run on PyPy 1.6.0+ on UNIX. It supports HTTP/1.0 and HTTP/1.1. -%package -n python2-waitress -%{?python_provide:%python_provide python2-waitress} -Summary: A WSGI server for Python 2 and 3 -BuildRequires: python2-devel, python2-setuptools, python2-nose, python2-coverage - -%description -n python2-waitress -Waitress is meant to be a production-quality pure-Python WSGI server -with very acceptable performance. It has no dependencies except ones -which live in the Python standard library. It runs on CPython on Unix -and Windows under Python 2.7+ and Python 3.5+. It is also known to run -on PyPy 1.6.0+ on UNIX. It supports HTTP/1.0 and HTTP/1.1. %package -n python3-waitress %{?python_provide:%python_provide python3-waitress} Summary: A WSGI server for Python 2 and 3 -BuildRequires: python3-devel, python3-setuptools, python3-nose, python3-coverage +BuildRequires: python3-devel, python3-setuptools, python3-coverage %description -n python3-waitress Waitress is meant to be a production-quality pure-Python WSGI server @@ -44,17 +33,11 @@ on PyPy 1.6.0+ on UNIX. It supports HTTP/1.0 and HTTP/1.1. %autosetup -n waitress-%{version} %build -%py2_build %py3_build %install -%py2_install %py3_install -%files -n python2-waitress -%license COPYRIGHT.txt LICENSE.txt -%doc README.rst CHANGES.txt -%{python2_sitelib}/* %files -n python3-waitress %license COPYRIGHT.txt LICENSE.txt @@ -63,5 +46,8 @@ on PyPy 1.6.0+ on UNIX. It supports HTTP/1.0 and HTTP/1.1. %{python3_sitelib}/* %changelog +* Tue Feb 08 2022 huangtianhua - 1.3.1-1 +- Upgrade to 1.3.1 to support OpenStack Train and remove python2 + * Thu Feb 13 2020 Ruijun Ge - 1.1.0-5 - init package diff --git a/waitress-1.1.0.tar.gz b/waitress-1.1.0.tar.gz deleted file mode 100644 index 727b2d68c8370dc38ad213255a675bc7c575473d..0000000000000000000000000000000000000000 Binary files a/waitress-1.1.0.tar.gz and /dev/null differ diff --git a/waitress-1.3.1.tar.gz b/waitress-1.3.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..bfb441bf10791fcbe0b25396a7ec3c96b59d9031 Binary files /dev/null and b/waitress-1.3.1.tar.gz differ