Up to [cvs.NetBSD.org] / pkgsrc / sysutils / py-kazoo
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.11 / (download) - annotate - [select for diffs], Sun Apr 30 15:50:01 2023 UTC (7 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
HEAD
Changes since 1.10: +5 -4
lines
Diff to previous 1.10 (colored)
py-kazoo: not for python 2
Revision 1.10 / (download) - annotate - [select for diffs], Wed Aug 24 09:25:56 2022 UTC (15 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.9: +2 -3
lines
Diff to previous 1.9 (colored)
*: use coverage from versioned_dependencies.mk
Revision 1.9 / (download) - annotate - [select for diffs], Sat Jan 29 08:48:41 2022 UTC (22 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.8: +4 -2
lines
Diff to previous 1.8 (colored)
*: convert py-flake8 users to versioned_dependencies
Revision 1.8 / (download) - annotate - [select for diffs], Tue Jan 4 20:54:48 2022 UTC (23 months ago) by wiz
Branch: MAIN
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.7 / (download) - annotate - [select for diffs], Mon May 27 15:20:45 2019 UTC (4 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
py-kazoo: updated to 2.6.1 2.6.1: Bug Fixes * **client:** add missing paren * **core:** * support deprecated KazooRetry argument * reduce timeout for the first Connect() request * **handlers:** make AsyncResult call all registered callbacks instantly if the handler has stopped running * **recipe:** * No more memory leak when ChildrenWatch was stopped * No more memory leak once TreeCache was closed 2.6.0: Features * **core:** * add SASL DIGEST-MD5 support * Added SSL support * **tests:** * update Zookeeper 3.5.2-alpha to 3.5.4-beta * update Zookeeper version from 3.4.10 to 3.4.13 Bug Fixes * **core:** * ensure timeout argument is positive * get_children with include_data=True uses GetChildren2 types * allow authentification in RO and RW modes * Use a copy of auth data when reconnecting * change KazooRetry to uniformly jitter over the whole backoff interval * **recipe:** Delete lock node in queue recipe if entry already consumed Doc * make badges link to travis and pypi * specify description type for pypi to render correctly * remove broken downloads badge * **core:** fix broken zookeeper programmers guide link
Revision 1.6 / (download) - annotate - [select for diffs], Wed Aug 22 12:59:55 2018 UTC (5 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.5: +7 -8
lines
Diff to previous 1.5 (colored)
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
Revision 1.5 / (download) - annotate - [select for diffs], Sat Sep 16 19:27:08 2017 UTC (6 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Reset maintainer
Revision 1.4 / (download) - annotate - [select for diffs], Tue Sep 12 14:55:19 2017 UTC (6 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.3: +10 -9
lines
Diff to previous 1.3 (colored)
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
Revision 1.3 / (download) - annotate - [select for diffs], Wed Jun 8 17:43:39 2016 UTC (7 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Switch to MASTER_SITES_PYPI.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Apr 1 11:43:57 2015 UTC (8 years, 8 months ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
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.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Jun 8 22:51:04 2014 UTC (9 years, 6 months ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Import py27-kazoo-2.0b1 as sysutils/py-kazoo. kazoo implements a higher level API to Apache Zookeeper for Python clients.