forked from pool/python-waitress
Accepting request 533778 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/533778 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-waitress?expand=0&rev=21
This commit is contained in:
parent
b05cbc7b1e
commit
bd057c9f51
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 13 00:49:45 UTC 2017 - arun@gmx.de
|
||||
|
||||
- update to version 1.1.0:
|
||||
* Features
|
||||
+ Waitress now has a __main__ and thus may be called with "python
|
||||
-mwaitress"
|
||||
* Bugfixes
|
||||
+ Waitress no longer allows lowercase HTTP verbs. This change was
|
||||
made to fall in line with most HTTP servers. See
|
||||
https://github.com/Pylons/waitress/pull/170
|
||||
+ When receiving non-ascii bytes in the request URL, waitress will
|
||||
no longer abruptly close the connection, instead returning a 400
|
||||
Bad Request. See https://github.com/Pylons/waitress/pull/162 and
|
||||
https://github.com/Pylons/waitress/issues/64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 1 16:38:04 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
|
@ -21,17 +21,17 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-waitress
|
||||
Version: 1.0.2
|
||||
Version: 1.1.0
|
||||
Release: 0
|
||||
Summary: Waitress WSGI server
|
||||
License: ZPL-2.1
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/Pylons/waitress
|
||||
Source: https://files.pythonhosted.org/packages/source/w/waitress/waitress-%{version}.tar.gz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
%if %{with tests}
|
||||
# Test requirements:
|
||||
BuildRequires: %{python_module nose}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c74fa1b92cb183d5a3684210b1bf0a0845fe8eb378fa816f17199111bbf7865f
|
||||
size 124685
|
3
waitress-1.1.0.tar.gz
Normal file
3
waitress-1.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d33cd3d62426c0f1b3cd84ee3d65779c7003aae3fc060dee60524d10a57f05a9
|
||||
size 126131
|
Loading…
Reference in New Issue
Block a user