Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
waitress: Autospec creation for update from version 1.0.0 to version …
Browse files Browse the repository at this point in the history
…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 Pylons/waitress#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
  Pylons/waitress#139
  • Loading branch information
fenrus75 authored and clrbuilder committed Jan 17, 2017
1 parent 9e28d07 commit 8bf553c
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 8 deletions.
17 changes: 17 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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)
------------------

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23
24
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6ddf4a11442a59f22cae56fbe48f836498276b16/waitress-1.0.0.tar.gz
afba65c6528b5e69ac0a65062f310bb023ded1ca/waitress-1.0.1.tar.gz
10 changes: 5 additions & 5 deletions waitress.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8bf553c

Please sign in to comment.