- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-billiard?expand=0&rev=8
This commit is contained in:
James Oakley 2013-01-25 21:23:27 +00:00 committed by Git OBS Bridge
parent 4017d0d70e
commit 3ed477ba52
4 changed files with 15 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3ec1c17ff0c51ebb03ec3dea4629f81617424c937360ce1e5ba930dea147b659
size 125092

3
billiard-2.7.3.19.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0e0fcf9a7cf44bf7634614070d117a23ef9ac945b6c55ed454b43f5a85adc2db
size 125515

View File

@ -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

View File

@ -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,-)