Hello community,

here is the log from the commit of package python-waitress for openSUSE:Factory 
checked in at 2013-06-29 14:36:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  
2013-05-03 07:40:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-waitress.new/python-waitress.changes     
2013-06-29 14:36:45.000000000 +0200
@@ -1,0 +2,17 @@
+Tue Jun 25 11:28:09 UTC 2013 - [email protected]
+
+- update to 0.8.5:
+ - Fix runner multisegment imports in some Python 2 revisions (see
+   https://github.com/Pylons/waitress/pull/34).
+ - For compatibility, WSGIServer is now an alias of TcpWSGIServer. The
+   signature of BaseWSGIServer is now compatible with WSGIServer pre-0.8.4.
+ - Add a command-line runner called ``waitress-serve`` to allow Waitress
+   to run WSGI applications without any addional machinery. This is
+   essentially a thin wrapper around the ``waitress.serve()`` function.
+ - Allow parallel testing (e.g., under ``detox`` or ``nosetests --processes``)
+   using PID-dependent port / socket for functest servers.
+ - Fix integer overflow errors on large buffers. Thanks to Marcin Kuzminski
+   for the patch.  See: https://github.com/Pylons/waitress/issues/22
+ - Add support for listening on Unix domain sockets.
+
+-------------------------------------------------------------------

Old:
----
  waitress-0.8.3.tar.gz

New:
----
  waitress-0.8.5.tar.gz

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

Other differences:
------------------
++++++ python-waitress.spec ++++++
--- /var/tmp/diff_new_pack.6y70m7/_old  2013-06-29 14:36:46.000000000 +0200
+++ /var/tmp/diff_new_pack.6y70m7/_new  2013-06-29 14:36:46.000000000 +0200
@@ -13,15 +13,16 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:           python-waitress
-Version:        0.8.3
+Version:        0.8.5
 Release:        0
-License:        ZPL-2.1
 Summary:        Waitress WSGI server
-Url:            https://github.com/Pylons/waitress
+License:        ZPL-2.1
 Group:          Development/Languages/Python
+Url:            https://github.com/Pylons/waitress
 Source:         
http://pypi.python.org/packages/source/w/waitress/waitress-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
@@ -63,6 +64,7 @@
 %files
 %defattr(-,root,root,-)
 %doc COPYRIGHT.txt LICENSE.txt README.rst
+%{_bindir}/waitress-serve
 %{python_sitelib}/*
 
 %changelog

++++++ waitress-0.8.3.tar.gz -> waitress-0.8.5.tar.gz ++++++
++++ 5026 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to