1
0

Accepting request 440450 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/440450
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-waitress?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2016-11-16 12:33:23 +00:00 committed by Git OBS Bridge
commit 058478333b
4 changed files with 26 additions and 7 deletions

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Nov 15 14:49:27 UTC 2016 - tbechtold@suse.com
- update to 1.0.1:
- 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
- Removed `AI_ADDRCONFIG` from the call to `getaddrinfo`, this resolves an
issue whereby `getaddrinfo` wouldn't return any addresses to `bind` to on
hosts where there is no internet connection but localhost is requested to be
bound to. See https://github.com/Pylons/waitress/issues/131 for more
information.
- disable tests. need network access.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 20 11:27:26 UTC 2016 - dmueller@suse.com Fri May 20 11:27:26 UTC 2016 - dmueller@suse.com

View File

@ -17,13 +17,13 @@
Name: python-waitress Name: python-waitress
Version: 0.9.0 Version: 1.0.1
Release: 0 Release: 0
Summary: Waitress WSGI server Summary: Waitress WSGI server
License: ZPL-2.1 License: ZPL-2.1
Group: Development/Languages/Python Group: Development/Languages/Python
Url: https://github.com/Pylons/waitress Url: https://github.com/Pylons/waitress
Source: https://pypi.python.org/packages/fd/6c/f26e54acb01ee6731d9e2c8f8718a8ff8c44fbfa0f76f446e821487adec2/waitress-%{version}.tar.gz Source: https://pypi.io/packages/source/w/waitress/waitress-%{version}.tar.gz
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-setuptools BuildRequires: python-setuptools
# Test requirements: # Test requirements:
@ -58,8 +58,8 @@ python setup.py build
%install %install
python setup.py install --prefix=%{_prefix} --root=%{buildroot} python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%check ## %check
python setup.py test ## python setup.py test
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5368b6f2c51823b60e01cd762610385cc2951b25cbf0e930445215d2527acbb4
size 119624

3
waitress-1.0.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2daacaece189ede6a23440afe03bda58089a6207f1d80a1e9497f979dfb741fc
size 123934