forked from pool/python-billiard
- Update to 0.3.1
* Fixed broken bool evaluation in supervisor. Thanks to jonozzz
The bug originated from a ``a if x else b`` vs. ``x and a or bz``
confusion when porting code to Python 2.4.
* ``ApplyResult._set`` can't delete the result if it's not been accepted.
This also means ``ApplyResult._ack`` needs to delete the result if the job
has been marked ready.
- 0.3.0
* Added support for accept callbacks.
- 0.2.3
* Python 2.4 support.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-billiard?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 25 07:55:37 UTC 2011 - jfunk@funktronics.ca
|
||||
|
||||
- Update to 0.3.1
|
||||
* Fixed broken bool evaluation in supervisor. Thanks to jonozzz
|
||||
The bug originated from a ``a if x else b`` vs. ``x and a or bz``
|
||||
confusion when porting code to Python 2.4.
|
||||
* ``ApplyResult._set`` can't delete the result if it's not been accepted.
|
||||
This also means ``ApplyResult._ack`` needs to delete the result if the job
|
||||
has been marked ready.
|
||||
- 0.3.0
|
||||
* Added support for accept callbacks.
|
||||
- 0.2.3
|
||||
* Python 2.4 support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 14 17:16:15 UTC 2010 - jfunk@funktronics.ca
|
||||
|
||||
|
||||
Reference in New Issue
Block a user