python-kazoo
No description set
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
6
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/python-kazoo && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
kazoo-2.2.1.tar.gz | 0000108037 106 KB | |
python-kazoo.changes | 0000004673 4.56 KB | |
python-kazoo.spec | 0000002002 1.96 KB |
Revision 4 (latest revision is 17)
Dominique Leuenberger (dimstar_suse)
accepted
request 432593
from
Dirk Mueller (dirkmueller)
(revision 4)
- update to 2.2.1: * Issue #234: Add support for reconfig cluster membership operation * Start running tests against Zookeeper 3.5.0 alpha and explicitly configure the `admin.serverPort` in tests to avoid port conflicts. The Zookeeper alpha version is not yet officially supported. * Integrate eventlet *handler* support into kazoo so that along with [gevent, threading] handlers there can now be a dedicated eventlet handler for projects that need to (or want to) use eventlet (such as those working in the openstack community). The ``requirements_eventlet.txt`` file lists the optional eventlet requirement(s) that needs to be satisfied when this new handler is used. * Use ``six`` to nicely handle the cross compatibility of kazoo with python 2.x and 3.x (reducing/removing the need to have custom compatibility code that replicates what six already provides). * Add ``state_change_event`` to ``kazoo.recipe.partitioner.SetPartitioner`` which is set on every state change. * Add a NonBlockingLease recipe. The recipe allows e.g. cron jobs scheduled on multiple machines to ensure that at most N instances will run a particular job, with lease timeout for graceful handover in case of node failures.
Comments 0