Accepting request 200626 from home:posophe:branches:devel:languages:python
update OBS-URL: https://build.opensuse.org/request/show/200626 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-billiard?expand=0&rev=14
This commit is contained in:
parent
ecb3e35ec6
commit
3df379c893
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b2231dbd516e4d484de14c76b7916513d901397ac93973c3f61e8382cc7efb7
|
||||
size 132990
|
3
billiard-2.7.3.32.tar.gz
Normal file
3
billiard-2.7.3.32.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42e7ec8451bb5fd5888756da3a66bd5a8c075dd5717027cc6a20c3eb099273cd
|
||||
size 134769
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 18:26:02 UTC 2013 - p.drouand@gmail.com
|
||||
|
||||
- Update to version 2.7.3.32
|
||||
+ Fixed compatibility with Python 3.3
|
||||
+ Process boostrap: Now ignores errors while flushing stdout (Issue #16)
|
||||
- Changes from version 2.7.3.31
|
||||
+ Recent changes broke support for running without C extension (Issue #57)
|
||||
- Changes from version 2.7.3.30
|
||||
+ Fixed ImportError in billiard._ext
|
||||
- Changes from version 2.7.3.29
|
||||
+ Compilation: Fixed improper handling of HAVE_SEM_OPEN (Issue #55)
|
||||
+ Process now releases logging locks after fork.
|
||||
+ Pool.terminate_job now ignores No such process errors.
|
||||
+ billiard.Pool entrypoint did not support new arguments to billiard.pool.Pool
|
||||
+ Connection inbound buffer size increased from 1kb to 128kb.
|
||||
+ C extension cleaned up by properly adding a namespace to symbols.
|
||||
+_exit_function now works even if thread wakes up after gc collect.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 28 09:13:02 UTC 2013 - speilicke@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-billiard
|
||||
Version: 2.7.3.28
|
||||
Version: 2.7.3.32
|
||||
Release: 0
|
||||
Url: http://github.com/ask/billiard
|
||||
Summary: Python multiprocessing fork
|
||||
@ -53,6 +53,9 @@ cd Doc && sphinx-build -b html . html
|
||||
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
# Remove hidden files from generated documentation directory
|
||||
rm -r Doc/html/.doctrees
|
||||
rm -r Doc/html/.buildinfo
|
||||
|
||||
%check
|
||||
python setup.py test
|
||||
|
Loading…
Reference in New Issue
Block a user