2017-09-12 16:55:19 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
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
|
2016-06-08 19:43:49 by Thomas Klausner | Files touched by this commit (356) |
Log message:
Switch to MASTER_SITES_PYPI.
|
2015-11-04 02:32:42 by Alistair G. Crooks | Files touched by this commit (499) |
Log message:
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-04-01 13:43:57 by Blue Rats | Files touched by this commit (2) |
Log message:
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.
|
2014-06-09 00:51:04 by Blue Rats | Files touched by this commit (5) |
Log message:
Import py27-kazoo-2.0b1 as sysutils/py-kazoo.
kazoo implements a higher level API to Apache Zookeeper for Python clients.
|