14
0

Accepting request 298588 from home:tbechtold:branches:devel:languages:python

New upstream release

OBS-URL: https://build.opensuse.org/request/show/298588
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=26
This commit is contained in:
Michal Čihař
2015-04-22 13:54:37 +00:00
committed by Git OBS Bridge
parent a01428e051
commit 03c0499a3d
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Apr 22 13:11:05 UTC 2015 - tbechtold@suse.com
- update to 0.17.3:
* green.thread: Python3.3+ fixes; Thanks to Victor Stinner
* Semaphore.acquire() accepts timeout=-1; Thanks to Victor Stinner
* wsgi: Provide python logging compatibility; Thanks to Sean Dague
* greendns: fix premature connection closing in DNS proxy; Thanks to
Tim Simmons
* greenio: correct fd close; Thanks to Antonio Cuni and Victor Sergeyev
* green.ssl: HTTPS client Python 2.7.9+ compatibility
* setup: tests.{isolated,manual} polluted top-level packages
* greendns: fix dns.name import and Python3 compatibility
-------------------------------------------------------------------
Tue Feb 24 11:12:59 UTC 2015 - tbechtold@suse.com