diff --git a/.gitignore b/.gitignore index d5b30ce..0aeb443 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /waitress-0.8.8.tar.gz /waitress-0.8.9.tar.gz /waitress-0.8.10.tar.gz +/waitress-0.9.0b0.tar.gz diff --git a/python-waitress.spec b/python-waitress.spec index 3a5065e..7005e9a 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -5,8 +5,8 @@ %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}} Name: python-waitress -Version: 0.8.10 -Release: 3%{?dist} +Version: 0.9.0b0 +Release: 1%{?dist} Summary: Waitress WSGI server License: ZPLv2.1 @@ -25,7 +25,7 @@ BuildRequires: python-sphinx 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.6+ and Python 3.2. It is also known to run on PyPy 1.6.0 on UNIX. +Python 2.6+ and Python 3.3+. It is also known to run on PyPy 1.6.0+ on UNIX. It supports HTTP/1.0 and HTTP/1.1. For more information, see %{_pkgdocdir}/docs or @@ -46,7 +46,7 @@ BuildRequires: python3-sphinx 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.6+ and Python 3.2. It is also known to run on PyPy 1.6.0 on UNIX. +Python 2.6+ and Python 3.3+. It is also known to run on PyPy 1.6.0+ on UNIX. It supports HTTP/1.0 and HTTP/1.1. For more information, see %{_pkgdocdir}/docs or @@ -117,6 +117,9 @@ popd %changelog +* Mon Mar 21 2016 Lorenzo Gil Sanchez - 0.9.0b0-1 +- New (beta) version + * Thu Feb 04 2016 Fedora Release Engineering - 0.8.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index e9b74b6..d70c895 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a957f79c1b56224660a5b68c8ef29c8b waitress-0.8.10.tar.gz +59ee43e2afbb6a3e45942861de8cfd9a waitress-0.9.0b0.tar.gz