|
|
@ -5,8 +5,8 @@
|
|
|
|
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
|
|
|
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-waitress
|
|
|
|
Name: python-waitress
|
|
|
|
Version: 0.8.10
|
|
|
|
Version: 0.9.0b0
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Waitress WSGI server
|
|
|
|
Summary: Waitress WSGI server
|
|
|
|
|
|
|
|
|
|
|
|
License: ZPLv2.1
|
|
|
|
License: ZPLv2.1
|
|
|
@ -25,7 +25,7 @@ BuildRequires: python-sphinx
|
|
|
|
Waitress is meant to be a production-quality pure-Python WSGI server with
|
|
|
|
Waitress is meant to be a production-quality pure-Python WSGI server with
|
|
|
|
very acceptable performance. It has no dependencies except ones which live
|
|
|
|
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
|
|
|
|
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.
|
|
|
|
It supports HTTP/1.0 and HTTP/1.1.
|
|
|
|
|
|
|
|
|
|
|
|
For more information, see %{_pkgdocdir}/docs or
|
|
|
|
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
|
|
|
|
Waitress is meant to be a production-quality pure-Python WSGI server with
|
|
|
|
very acceptable performance. It has no dependencies except ones which live
|
|
|
|
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
|
|
|
|
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.
|
|
|
|
It supports HTTP/1.0 and HTTP/1.1.
|
|
|
|
|
|
|
|
|
|
|
|
For more information, see %{_pkgdocdir}/docs or
|
|
|
|
For more information, see %{_pkgdocdir}/docs or
|
|
|
@ -117,6 +117,9 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.10-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|