Hello community,

here is the log from the commit of package python-eventlet for openSUSE:Factory 
checked in at 2015-02-03 11:40:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-eventlet (Old)
 and      /work/SRC/openSUSE:Factory/.python-eventlet.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-eventlet"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-eventlet/python-eventlet.changes  
2015-01-09 20:50:37.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-eventlet.new/python-eventlet.changes     
2015-02-03 11:40:40.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Feb  2 08:47:34 UTC 2015 - [email protected]
+
+- update to version 0.16.1:
+  * Wheel build 0.16.0 incorrectly shipped removed module eventlet.util.
+
+-------------------------------------------------------------------

Old:
----
  eventlet-0.16.0.tar.gz

New:
----
  eventlet-0.16.1.tar.gz

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

Other differences:
------------------
++++++ python-eventlet.spec ++++++
--- /var/tmp/diff_new_pack.zOMLZG/_old  2015-02-03 11:40:41.000000000 +0100
+++ /var/tmp/diff_new_pack.zOMLZG/_new  2015-02-03 11:40:41.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-eventlet
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           python-eventlet
-Version:        0.16.0
+Version:        0.16.1
 Release:        0
 Url:            http://eventlet.net
 Summary:        Highly concurrent networking library

++++++ eventlet-0.16.0.tar.gz -> eventlet-0.16.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eventlet-0.16.0/NEWS new/eventlet-0.16.1/NEWS
--- old/eventlet-0.16.0/NEWS    2014-12-30 03:59:53.000000000 +0100
+++ new/eventlet-0.16.1/NEWS    2015-01-14 03:23:44.000000000 +0100
@@ -1,3 +1,8 @@
+0.16.1
+======
+
+* Wheel build 0.16.0 incorrectly shipped removed module eventlet.util.
+
 0.16.0
 ======
 
@@ -16,13 +21,13 @@
 
 0.15.2
 ======
-greenio: fixed memory leak, introduced in 0.15.1; Thanks to Michael Kerrin, 
Tushar Gohad
-wsgi: Support optional headers w/ "100 Continue" responses; Thanks to Tushar 
Gohad
+* greenio: fixed memory leak, introduced in 0.15.1; Thanks to Michael Kerrin, 
Tushar Gohad
+* wsgi: Support optional headers w/ "100 Continue" responses; Thanks to Tushar 
Gohad
 
 0.15.1
 ======
-greenio: Fix second simultaneous read (parallel paramiko issue); Thanks to Jan 
Grant, Michael Kerrin
-db_pool: customizable connection cleanup function; Thanks to Avery Fay
+* greenio: Fix second simultaneous read (parallel paramiko issue); Thanks to 
Jan Grant, Michael Kerrin
+* db_pool: customizable connection cleanup function; Thanks to Avery Fay
 
 0.15
 ====
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eventlet-0.16.0/PKG-INFO new/eventlet-0.16.1/PKG-INFO
--- old/eventlet-0.16.0/PKG-INFO        2014-12-30 04:07:31.000000000 +0100
+++ new/eventlet-0.16.1/PKG-INFO        2015-01-14 03:27:44.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: eventlet
-Version: 0.16.0
+Version: 0.16.1
 Summary: Highly concurrent networking library
 Home-page: http://eventlet.net
 Author: Linden Lab
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eventlet-0.16.0/eventlet/__init__.py 
new/eventlet-0.16.1/eventlet/__init__.py
--- old/eventlet-0.16.0/eventlet/__init__.py    2014-12-30 02:36:00.000000000 
+0100
+++ new/eventlet-0.16.1/eventlet/__init__.py    2015-01-14 03:24:22.000000000 
+0100
@@ -1,4 +1,4 @@
-version_info = (0, 16, 0)
+version_info = (0, 16, 1)
 __version__ = '.'.join(map(str, version_info))
 
 try:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eventlet-0.16.0/eventlet.egg-info/PKG-INFO 
new/eventlet-0.16.1/eventlet.egg-info/PKG-INFO
--- old/eventlet-0.16.0/eventlet.egg-info/PKG-INFO      2014-12-30 
04:07:27.000000000 +0100
+++ new/eventlet-0.16.1/eventlet.egg-info/PKG-INFO      2015-01-14 
03:27:40.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: eventlet
-Version: 0.16.0
+Version: 0.16.1
 Summary: Highly concurrent networking library
 Home-page: http://eventlet.net
 Author: Linden Lab

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

Reply via email to