From 83a3c3f0ef48391e3d0407d30c4ac8ebc4f8c081af5462bba02287f42d471807 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Fri, 22 Mar 2013 16:19:17 +0000 Subject: [PATCH] - Update to 2.7.3.23: - Windows: Now catches SystemExit from setuptools while trying to build the C extension (Issue #41). - Aditional changes from 2.7.3.22: - Pool: apply_async now supports a callbacks_propagate keyword argument that can be a tuple of exceptions to propagate in callbacks. (callback, errback, accept_callback, timeout_callback). - Errors are no longer logged for OK and recycle exit codes. This would cause normal maxtasksperchild recycled process to log an error. - Fixed Python 2.5 compatibility problem (Issue #33). - FreeBSD: Compilation now disables semaphores if Python was built without it (Issue #40). Contributed by William Grzybowski - Aditional changes from 2.7.3.21: - Fixed typo EX_REUSE -> EX_RECYCLE - Code now conforms to new pep8.py rules. - Aditional changes from 2.7.3.20: - Pool: Disable restart limit if maxR is not set. - Pool: Now uses os.kill instead of signal.signal. Contributed by Lukasz Langa - Fixed name error in process.py - Pool: ApplyResult.get now properly raises exceptions. Fix contributed by xentac. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-billiard?expand=0&rev=10 --- billiard-2.7.3.19.tar.gz | 3 --- billiard-2.7.3.23.tar.gz | 3 +++ python-billiard.changes | 28 ++++++++++++++++++++++++++++ python-billiard.spec | 7 ++++--- 4 files changed, 35 insertions(+), 6 deletions(-) delete mode 100644 billiard-2.7.3.19.tar.gz create mode 100644 billiard-2.7.3.23.tar.gz diff --git a/billiard-2.7.3.19.tar.gz b/billiard-2.7.3.19.tar.gz deleted file mode 100644 index 1bd114a..0000000 --- a/billiard-2.7.3.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e0fcf9a7cf44bf7634614070d117a23ef9ac945b6c55ed454b43f5a85adc2db -size 125515 diff --git a/billiard-2.7.3.23.tar.gz b/billiard-2.7.3.23.tar.gz new file mode 100644 index 0000000..14111c8 --- /dev/null +++ b/billiard-2.7.3.23.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b43d373477f9490adc1473ab4b95e19d45ab22dbd821ad418547e12f0d4383 +size 126616 diff --git a/python-billiard.changes b/python-billiard.changes index 8d6d0e4..f5fa8ee 100644 --- a/python-billiard.changes +++ b/python-billiard.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Fri Mar 22 16:17:18 UTC 2013 - alexandre@exatati.com.br + +- Update to 2.7.3.23: + - Windows: Now catches SystemExit from setuptools while trying to + build the C extension (Issue #41). +- Aditional changes from 2.7.3.22: + - Pool: apply_async now supports a callbacks_propagate keyword + argument that can be a tuple of exceptions to propagate in + callbacks. (callback, errback, accept_callback, timeout_callback). + - Errors are no longer logged for OK and recycle exit codes. + This would cause normal maxtasksperchild recycled process + to log an error. + - Fixed Python 2.5 compatibility problem (Issue #33). + - FreeBSD: Compilation now disables semaphores if Python was built + without it (Issue #40). + Contributed by William Grzybowski +- Aditional changes from 2.7.3.21: + - Fixed typo EX_REUSE -> EX_RECYCLE + - Code now conforms to new pep8.py rules. +- Aditional changes from 2.7.3.20: + - Pool: Disable restart limit if maxR is not set. + - Pool: Now uses os.kill instead of signal.signal. + Contributed by Lukasz Langa + - Fixed name error in process.py + - Pool: ApplyResult.get now properly raises exceptions. + Fix contributed by xentac. + ------------------------------------------------------------------- Fri Jan 25 21:10:36 UTC 2013 - jfunk@funktronics.ca diff --git a/python-billiard.spec b/python-billiard.spec index 1d3c6b7..218e1dc 100644 --- a/python-billiard.spec +++ b/python-billiard.spec @@ -1,7 +1,7 @@ # # spec file for package python-billiard # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -11,12 +11,13 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python-billiard -Version: 2.7.3.19 +Version: 2.7.3.23 Release: 0 Url: http://github.com/ask/billiard Summary: Python multiprocessing fork