From 3df379c893e618b9bb2238cdaa59bb1d9384645f3733d847e87b0f8d8c9c5fec Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 26 Sep 2013 07:53:13 +0000 Subject: [PATCH] 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 --- billiard-2.7.3.28.tar.gz | 3 --- billiard-2.7.3.32.tar.gz | 3 +++ python-billiard.changes | 19 +++++++++++++++++++ python-billiard.spec | 5 ++++- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 billiard-2.7.3.28.tar.gz create mode 100644 billiard-2.7.3.32.tar.gz diff --git a/billiard-2.7.3.28.tar.gz b/billiard-2.7.3.28.tar.gz deleted file mode 100644 index 1f63abf..0000000 --- a/billiard-2.7.3.28.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b2231dbd516e4d484de14c76b7916513d901397ac93973c3f61e8382cc7efb7 -size 132990 diff --git a/billiard-2.7.3.32.tar.gz b/billiard-2.7.3.32.tar.gz new file mode 100644 index 0000000..de78077 --- /dev/null +++ b/billiard-2.7.3.32.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e7ec8451bb5fd5888756da3a66bd5a8c075dd5717027cc6a20c3eb099273cd +size 134769 diff --git a/python-billiard.changes b/python-billiard.changes index ff87462..2e3f4d6 100644 --- a/python-billiard.changes +++ b/python-billiard.changes @@ -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 diff --git a/python-billiard.spec b/python-billiard.spec index 615b981..cb323b6 100644 --- a/python-billiard.spec +++ b/python-billiard.spec @@ -17,7 +17,7 @@ Name: python-billiard -Version: 2.7.3.28 +Version: 2.7.3.32 Release: 0 Url: http://github.com/ask/billiard Summary: Python multiprocessing fork @@ -53,6 +53,9 @@ cd Doc && sphinx-build -b html . html %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} +# Remove hidden files from generated documentation directory +rm -r Doc/html/.doctrees +rm -r Doc/html/.buildinfo %check python setup.py test