diff --git a/billiard-2.7.3.18.tar.gz b/billiard-2.7.3.18.tar.gz deleted file mode 100644 index 09e394e..0000000 --- a/billiard-2.7.3.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ec1c17ff0c51ebb03ec3dea4629f81617424c937360ce1e5ba930dea147b659 -size 125092 diff --git a/billiard-2.7.3.19.tar.gz b/billiard-2.7.3.19.tar.gz new file mode 100644 index 0000000..1bd114a --- /dev/null +++ b/billiard-2.7.3.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e0fcf9a7cf44bf7634614070d117a23ef9ac945b6c55ed454b43f5a85adc2db +size 125515 diff --git a/python-billiard.changes b/python-billiard.changes index 4fb7e38..8d6d0e4 100644 --- a/python-billiard.changes +++ b/python-billiard.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Jan 25 21:10:36 UTC 2013 - jfunk@funktronics.ca + +- Update to 2.7.3.19: + * Fixes problem at shutdown when gc has collected symbols. + * Pool now always uses _kill for Py2.5 compatibility on Windows (Issue + #32). + * Fixes Python 3 compatibility issues + ------------------------------------------------------------------- Tue Nov 13 20:56:40 UTC 2012 - jfunk@funktronics.ca diff --git a/python-billiard.spec b/python-billiard.spec index 75465c0..1d3c6b7 100644 --- a/python-billiard.spec +++ b/python-billiard.spec @@ -16,7 +16,7 @@ # Name: python-billiard -Version: 2.7.3.18 +Version: 2.7.3.19 Release: 0 Url: http://github.com/ask/billiard Summary: Python multiprocessing fork @@ -52,8 +52,8 @@ sphinx-build -b html . html python setup.py install --prefix=%{_prefix} --root=%{buildroot} %check -# Tests segfault for some reason -# python setup.py test +# Tests are not working: https://github.com/celery/billiard/issues/29 +#python setup.py test %files %defattr(-,root,root,-)