From 321c819210238d2aa72161281153411718f42dd710c907882a739f5a6b4e7dcf Mon Sep 17 00:00:00 2001 From: James Oakley Date: Fri, 27 Apr 2012 23:00:46 +0000 Subject: [PATCH] - Update to 1.7.3.4 * Added billiard.ensure_multiprocessing() - Raises NotImplementedError if the platform does not support multiprocessing (e.g. Jython). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-billiard?expand=0&rev=4 --- billiard-2.7.3.3.tar.gz | 3 --- billiard-2.7.3.4.tar.gz | 3 +++ python-billiard.changes | 7 +++++++ python-billiard.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 billiard-2.7.3.3.tar.gz create mode 100644 billiard-2.7.3.4.tar.gz diff --git a/billiard-2.7.3.3.tar.gz b/billiard-2.7.3.3.tar.gz deleted file mode 100644 index a55509f..0000000 --- a/billiard-2.7.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8796a9832be645722646d846c090ffd5b1ce88187554dab5cec334195c762f9 -size 115526 diff --git a/billiard-2.7.3.4.tar.gz b/billiard-2.7.3.4.tar.gz new file mode 100644 index 0000000..d9a157c --- /dev/null +++ b/billiard-2.7.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2c2a456af1156eaa9cd3ba7eb6b41e3e340f425fd5b452d2c16ebbb3e523f55 +size 115705 diff --git a/python-billiard.changes b/python-billiard.changes index 7b13f2e..1573f92 100644 --- a/python-billiard.changes +++ b/python-billiard.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Apr 27 22:54:35 UTC 2012 - jfunk@funktronics.ca + +- Update to 1.7.3.4 + * Added billiard.ensure_multiprocessing() - Raises NotImplementedError if + the platform does not support multiprocessing (e.g. Jython). + ------------------------------------------------------------------- Wed Apr 25 19:09:15 UTC 2012 - jfunk@funktronics.ca diff --git a/python-billiard.spec b/python-billiard.spec index 3bd6364..1472114 100644 --- a/python-billiard.spec +++ b/python-billiard.spec @@ -16,7 +16,7 @@ # Name: python-billiard -Version: 2.7.3.3 +Version: 2.7.3.4 Release: 0 Url: http://github.com/ask/billiard Summary: Python multiprocessing fork