New (beta) version
This commit is contained in:
parent
0bd52fc0ca
commit
60ea37803b
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 <lorenzo.gil.sanchez@gmail.com> - 0.9.0b0-1
|
||||
- New (beta) version
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.10-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
a957f79c1b56224660a5b68c8ef29c8b waitress-0.8.10.tar.gz
|
||||
59ee43e2afbb6a3e45942861de8cfd9a waitress-0.9.0b0.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue