diff --git a/billiard-2.7.3.4.tar.gz b/billiard-2.7.3.4.tar.gz deleted file mode 100644 index d9a157c..0000000 --- a/billiard-2.7.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2c2a456af1156eaa9cd3ba7eb6b41e3e340f425fd5b452d2c16ebbb3e523f55 -size 115705 diff --git a/billiard-2.7.3.5.tar.gz b/billiard-2.7.3.5.tar.gz new file mode 100644 index 0000000..9f4afe0 --- /dev/null +++ b/billiard-2.7.3.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adac561ee2c13017563aa69e26627e4ad5325f4381bd4263f968238c32616141 +size 116718 diff --git a/python-billiard.changes b/python-billiard.changes index 1573f92..c877f98 100644 --- a/python-billiard.changes +++ b/python-billiard.changes @@ -1,7 +1,21 @@ +------------------------------------------------------------------- +Thu May 17 23:40:18 UTC 2012 - jfunk@funktronics.ca + +- Update to 2.7.3.5 + * Now always cleans up after sys.exc_info() to avoid cyclic references. + * ExceptionInfo without arguments now defaults to sys.exc_info. + * Forking can now be disabled using the MULTIPROCESSING_FORKING_DISABLE + environment variable. + Also this envvar is set so that the behavior is inherited after execv. + * The semaphore cleanup process started when execv is used now sets a useful + process name if the setproctitle module is installed. + * Sets the FORKED_BY_MULTIPROCESSING environment variable if forking is + disabled. + ------------------------------------------------------------------- Fri Apr 27 22:54:35 UTC 2012 - jfunk@funktronics.ca -- Update to 1.7.3.4 +- Update to 2.7.3.4 * Added billiard.ensure_multiprocessing() - Raises NotImplementedError if the platform does not support multiprocessing (e.g. Jython). diff --git a/python-billiard.spec b/python-billiard.spec index 1472114..6db66eb 100644 --- a/python-billiard.spec +++ b/python-billiard.spec @@ -16,7 +16,7 @@ # Name: python-billiard -Version: 2.7.3.4 +Version: 2.7.3.5 Release: 0 Url: http://github.com/ask/billiard Summary: Python multiprocessing fork