Commit graph

7 commits

Author SHA1 Message Date
adam
db0ba022eb py-kazoo: updated to 2.5.0
2.5.0:

Performance
recipe: Give TreeCache standalone queue

Doc
Correctly document supported versions
Add license to Wheel
minor tweaks to contributing.md

Features
recipe: allow non ephemeral locking

Chore
drop python 2.6 compatible gevent
remove debian packaging
stop bundling virtualenv
remove python 3.3 from tox
remove easy_install instructions

Bug Fixes
Pass watch as keyword arg instead of positional arg
need gevent >= 1.2, not > 1.1
Remove use of "async" as a variable
core:
- Fix gevent 1.3b1+ timeout import
- Correctly fire multiple callbacks
- resolve race in IAsyncResult.wait()
recipe:
- conn hangs when TreeCache refreshing
- Unexpected exceptions break TreeCache

Refactor
Unify queue factory in various handlers
2018-08-22 12:59:55 +00:00
wiz
ef141a6b79 Reset maintainer 2017-09-16 19:26:41 +00:00
adam
60ced03bd3 sysutils/py-kazoo: update to 2.4.0
Changes 2.4.0:

PYTHON SUPPORTED VERSIONS CHANGE: Please note that Kazoo no longer tests
on Python 2.6 or 3.3. Tested versions are 2.7, 3.4, 3.5, 3.6, and PyPy. The
multiple endpoint support for KazooClient may not work correctly on 2.6.

Bug Fixes
*   add missed parens to LockingQueue function call.
* **core:**  revert 305 SetWatches which caused RuntimeError

Features
*   pep8 all the thingsloses
*   drop Python 2.6/3.3 official support, add 3.5/3.6 testingloses
* **core:**
  *  allow multiple endpoints in KazooClient hosts arg
  *  use epoll when available to support fds > 1023
* **recipe:**  Add TreeCache recipe
2017-09-12 14:55:19 +00:00
wiz
57199de455 Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
agc
17886c78da Add SHA512 digests for distfiles for sysutils category
Problems found with existing digests:
	Package memconf distfile memconf-2.16/memconf.gz
	b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
	95748686a5ad8144232f4d4abc9bf052721a196f [calculated]

Problems found locating distfiles:
	Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
	Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
	Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
	Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
	Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:32:05 +00:00
rodent
d985f44e3a 2.0 (2014-06-19)
----------------

Documentation
*************

- Extend support to Python 3.4, deprecating Python 3.2.
- Issue #198: Mention Zake as a sophisticated kazoo mock testing library.
- Issue #181: Add documentation on basic logging setup.
2015-04-01 11:43:57 +00:00
rodent
ab20f83e9d Import py27-kazoo-2.0b1 as sysutils/py-kazoo.
kazoo implements a higher level API to Apache Zookeeper for Python clients.
2014-06-08 22:51:04 +00:00