14
0
forked from pool/python-kazoo

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
This commit is contained in:
2017-08-23 05:21:54 +00:00
committed by Git OBS Bridge
parent 5759ed54e9
commit b95bb8b07d
4 changed files with 36 additions and 17 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Aug 22 13:40:43 UTC 2017 - tbechtold@suse.com
- 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.
-------------------------------------------------------------------
Thu Sep 29 14:41:34 UTC 2016 - dmueller@suse.com