14
0
forked from pool/python-kazoo
Commit Graph

10 Commits

Author SHA256 Message Date
103a04d60c Accepting request 645899 from devel:languages:python
- Update to 2.5.0:
  * Various fixes for gevent and python 3.7
- Fix homepage

OBS-URL: https://build.opensuse.org/request/show/645899
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kazoo?expand=0&rev=6
2018-11-08 08:48:07 +00:00
Tomáš Chvátal
fe17e0925f - Update to 2.5.0:
* Various fixes for gevent and python 3.7
- Fix homepage

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kazoo?expand=0&rev=9
2018-11-01 13:54:15 +00:00
ffdf37b206 Accepting request 518326 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/518326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kazoo?expand=0&rev=5
2017-09-05 13:14:51 +00:00
b95bb8b07d Accepting request 518136 from home:tbechtold:branches:devel:languages:python
- update to 2.4.0:
  * add missed parens to LockingQueue function call.
  * revert PR #305 SetWatches which caused RuntimeError
  * pep8 all the things
  * drop Python 2.6/3.3 official support, add 3.5/3.6 testing
  * allow multiple endpoints in KazooClient hosts arg
  * use epoll when available to support fds > 1023
  * Add TreeCache recipe
  * update MANIFEST.in to reflect changes to filenames
  * add travis deployment and update ZK versions
  * allow having observers and different sized clusters
  * fully resolve multiple records for hosts in the zookeeper
    connection string
  * Fix the recipe examples, so they actually work by connecting to
    ZooKeeper. Without start() they just hang and can't be killed.

OBS-URL: https://build.opensuse.org/request/show/518136
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kazoo?expand=0&rev=7
2017-08-23 05:21:54 +00:00
8d80230450 Accepting request 432593 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/432593
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kazoo?expand=0&rev=4
2016-10-10 14:19:56 +00:00
5759ed54e9 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kazoo?expand=0&rev=5
2016-09-29 14:43:58 +00:00
Stephan Kulow
eeebc5b49a Accepting request 249295 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/249295
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kazoo?expand=0&rev=3
2014-09-17 15:25:12 +00:00
Jan Matejek
71d332f796 Accepting request 249255 from Cloud:OpenStack:Master
New upstream release

OBS-URL: https://build.opensuse.org/request/show/249255
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kazoo?expand=0&rev=3
2014-09-15 14:00:26 +00:00
Stephan Kulow
a5628bb4da Accepting request 228555 from devel:languages:python
future openstack dep

OBS-URL: https://build.opensuse.org/request/show/228555
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kazoo?expand=0&rev=1
2014-04-03 15:14:34 +00:00
Sascha Peilicke
fd90fa474e - Initial version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kazoo?expand=0&rev=1
2014-04-02 08:43:35 +00:00