From bd057c9f5102c0556c7634dbaefdda988a7f753b711653c8c0843ad73ed45b04 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 17 Oct 2017 10:06:16 +0000 Subject: [PATCH] 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 --- python-waitress.changes | 16 ++++++++++++++++ python-waitress.spec | 6 +++--- waitress-1.0.2.tar.gz | 3 --- waitress-1.1.0.tar.gz | 3 +++ 4 files changed, 22 insertions(+), 6 deletions(-) delete mode 100644 waitress-1.0.2.tar.gz create mode 100644 waitress-1.1.0.tar.gz diff --git a/python-waitress.changes b/python-waitress.changes index b8fafef..4a4f769 100644 --- a/python-waitress.changes +++ b/python-waitress.changes @@ -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 diff --git a/python-waitress.spec b/python-waitress.spec index c858b18..1ba27d5 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -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} diff --git a/waitress-1.0.2.tar.gz b/waitress-1.0.2.tar.gz deleted file mode 100644 index 4222d46..0000000 --- a/waitress-1.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c74fa1b92cb183d5a3684210b1bf0a0845fe8eb378fa816f17199111bbf7865f -size 124685 diff --git a/waitress-1.1.0.tar.gz b/waitress-1.1.0.tar.gz new file mode 100644 index 0000000..a73d8fa --- /dev/null +++ b/waitress-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d33cd3d62426c0f1b3cd84ee3d65779c7003aae3fc060dee60524d10a57f05a9 +size 126131