From 819a559c8db654671ee6408f30711135ff4516e9 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Tue, 25 Oct 2016 03:47:42 +0000 Subject: [PATCH] waitress: Autospec creation for update from version 1.0.0 to version 1.0.1 1.0.1 (2016-10-22) ------------------ Bugfixes ~~~~~~~~ - IPv6 support on Windows was broken due to missing constants in the socket module. This has been resolved by setting the constants on Windows if they are missing. See https://github.com/Pylons/waitress/issues/138 - A ValueError was raised on Windows when passing a string for the port, on Windows in Python 2 using service names instead of port numbers doesn't work with `getaddrinfo`. This has been resolved by attempting to convert the port number to an integer, if that fails a ValueError will be raised. See https://github.com/Pylons/waitress/issues/139 --- ChangeLog | 17 +++++++++++++++++ Makefile | 2 +- release | 2 +- upstream | 2 +- waitress.spec | 10 +++++----- 5 files changed, 25 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index dddaa73..8ccb0bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +1.0.1 (2016-10-22) +------------------ + +Bugfixes +~~~~~~~~ + +- IPv6 support on Windows was broken due to missing constants in the socket + module. This has been resolved by setting the constants on Windows if they + are missing. See https://github.com/Pylons/waitress/issues/138 + +- A ValueError was raised on Windows when passing a string for the port, on + Windows in Python 2 using service names instead of port numbers doesn't work + with `getaddrinfo`. This has been resolved by attempting to convert the port + number to an integer, if that fails a ValueError will be raised. See + https://github.com/Pylons/waitress/issues/139 + + 1.0.0 (2016-08-31) ------------------ diff --git a/Makefile b/Makefile index e35b874..7c9602e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := waitress -URL := http://pypi.debian.net/waitress/waitress-1.0.0.tar.gz +URL := http://pypi.debian.net/waitress/waitress-1.0.1.tar.gz ARCHIVES := include ../common/Makefile.common diff --git a/release b/release index 4099407..a45fd52 100644 --- a/release +++ b/release @@ -1 +1 @@ -23 +24 diff --git a/upstream b/upstream index 793c628..3a08c80 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -6ddf4a11442a59f22cae56fbe48f836498276b16/waitress-1.0.0.tar.gz +afba65c6528b5e69ac0a65062f310bb023ded1ca/waitress-1.0.1.tar.gz diff --git a/waitress.spec b/waitress.spec index 26268fc..bc305d2 100644 --- a/waitress.spec +++ b/waitress.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : waitress -Version : 1.0.0 -Release : 23 -URL : http://pypi.debian.net/waitress/waitress-1.0.0.tar.gz -Source0 : http://pypi.debian.net/waitress/waitress-1.0.0.tar.gz +Version : 1.0.1 +Release : 24 +URL : http://pypi.debian.net/waitress/waitress-1.0.1.tar.gz +Source0 : http://pypi.debian.net/waitress/waitress-1.0.1.tar.gz Summary : Waitress WSGI server Group : Development/Tools License : ZPL-2.1 @@ -47,7 +47,7 @@ python components for the waitress package. %prep -%setup -q -n waitress-1.0.0 +%setup -q -n waitress-1.0.1 %build export LANG=C