Hello community,

here is the log from the commit of package python-waitress for openSUSE:Factory 
checked in at 2016-11-16 13:33:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-waitress (Old)
 and      /work/SRC/openSUSE:Factory/.python-waitress.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-waitress"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-waitress/python-waitress.changes  
2016-05-29 03:14:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-waitress.new/python-waitress.changes     
2016-11-16 13:33:24.000000000 +0100
@@ -1,0 +2,19 @@
+Tue Nov 15 14:49:27 UTC 2016 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  waitress-0.9.0.tar.gz

New:
----
  waitress-1.0.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-waitress.spec ++++++
--- /var/tmp/diff_new_pack.jBTVMu/_old  2016-11-16 13:33:25.000000000 +0100
+++ /var/tmp/diff_new_pack.jBTVMu/_new  2016-11-16 13:33:25.000000000 +0100
@@ -17,13 +17,13 @@
 
 
 Name:           python-waitress
-Version:        0.9.0
+Version:        1.0.1
 Release:        0
 Summary:        Waitress WSGI server
 License:        ZPL-2.1
 Group:          Development/Languages/Python
 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-setuptools
 # Test requirements:
@@ -58,8 +58,8 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%check
-python setup.py test
+## %check
+## python setup.py test
 
 %files
 %defattr(-,root,root,-)

++++++ waitress-0.9.0.tar.gz -> waitress-1.0.1.tar.gz ++++++
++++ 1604 lines of diff (skipped)


Reply via email to