14
0

Accepting request 200626 from home:posophe:branches:devel:languages:python

update

OBS-URL: https://build.opensuse.org/request/show/200626
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-billiard?expand=0&rev=14
This commit is contained in:
Sascha Peilicke
2013-09-26 07:53:13 +00:00
committed by Git OBS Bridge
parent ecb3e35ec6
commit 3df379c893
4 changed files with 26 additions and 4 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Sep 25 18:26:02 UTC 2013 - p.drouand@gmail.com
- Update to version 2.7.3.32
+ Fixed compatibility with Python 3.3
+ Process boostrap: Now ignores errors while flushing stdout (Issue #16)
- Changes from version 2.7.3.31
+ Recent changes broke support for running without C extension (Issue #57)
- Changes from version 2.7.3.30
+ Fixed ImportError in billiard._ext
- Changes from version 2.7.3.29
+ Compilation: Fixed improper handling of HAVE_SEM_OPEN (Issue #55)
+ Process now releases logging locks after fork.
+ Pool.terminate_job now ignores No such process errors.
+ billiard.Pool entrypoint did not support new arguments to billiard.pool.Pool
+ Connection inbound buffer size increased from 1kb to 128kb.
+ C extension cleaned up by properly adding a namespace to symbols.
+_exit_function now works even if thread wakes up after gc collect.
-------------------------------------------------------------------
Fri Jun 28 09:13:02 UTC 2013 - speilicke@suse.com