Revisions of python-kazoo

buildservice-autocommit accepted request 1143989 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 30)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 29)
- update to 2.10.0:
  * update tested ZK versions
  * remove Python 3.7, add Python 3.11 and Python 3.12
  * bump pypy to latest available
  * add SSL test
  * no need to specify `mock`
  * remove unecessary import guard for gevent.lock
  * remove string interpolation in favour of exception chaining
  * remove backport of 'atexit.unregister'
  * Replace usage of six for their py3 implementations
  * **core:**  no need to alway perform an `os.stat(fd)`
  * **exceptions:**  Register exception for server-side
    QUOTAEXCEEDED(-125)
- Update to version 2.9.0
- Actually remove nose BuildRequires, replacing it with pytest.
buildservice-autocommit accepted request 1032510 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 28)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1032018 from Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) (revision 27)
- Update to version 2.9.0 
  Chore
  * migrate to setup.cfg (#666) (5f7ae483)
  * ci:
    testing with Python3.10 and ZK 3.5.10, 3.6.3, 3.7.1 (#659) (bd627973)
    better specify how to trigger Github Actions (#658) (1ea097d5)
    Replace Travis with Github Actions (8eb462f2)
  * Doc
    fix simple typo, untill -> until (85f1b5fc)
  * Features
    core: make DNS resolution error retriable (#631) (e0810242)
  * Bug Fixes
    core:
    use selectors to poll connections instead of raw select in threading,gevent,eventlet (#656) (4042a850)
    do not allow responses to choke request and ping processing (89e06603)
  * recipe:
    fix deadlock in r/w lock recipe (#650) (9bb84994, closes #649)
    fix deprecation warning from threading.Event (569c89cd)
buildservice-autocommit accepted request 977830 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 26)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 977772 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 25)
- drop test dependencies from BuildRequires, we do not plan to
  run the testsuite
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 24)
- Actually remove nose BuildRequires, replacing it with pytest.
buildservice-autocommit accepted request 834568 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 23)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 834567 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 22)
- does not require nose for testing (even upstream uses pytest)
buildservice-autocommit accepted request 821449 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 21)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 20)
- update to 2.8.0:
  * **chore:**  using Github templates for issues and PRs (#610) ([eddc0976](https://github.com/python-zk/kazoo/commit/eddc0976bf1ef9d9fb97990cebbc3f9b1abe9d7d))
  * **core:**
    *  Use strict regex to identify lock contenders. ([cc8ce892](https://github.com/python-zk/kazoo/commit/cc8ce8929116a1f0a2f0d088afa82ac9576395dc))
    *  Support additionaal lock contenter patterns ([225eeecb](https://github.com/python-zk/kazoo/commit/225eeecbe66c10d46dc7928681783d17f389f13a))
  * **tests:**
    *  Disable problematic hound-flake8-black integration. ([75f62a0d](https://github.com/python-zk/kazoo/commit/75f62a0dd40a9f9bdefcb04cea5ee5fcd3438c0e))
    *  Move to pytest ([de97d74b](https://github.com/python-zk/kazoo/commit/de97d74b50b62cd2f0cddc2a04e150575d9c6bc7))
    *  add Python 3.8 and remove Python 3.6 from the testing suite (#611) ([e4f808f7](https://github.com/python-zk/kazoo/commit/e4f808f7f0fe17e7e01468a2c54684f048e12b52))
  * **core:**  Use chain.from_iterable in threading.py (#614) ([13c73ec5](https://github.com/python-zk/kazoo/commit/13c73ec5f4d4f2215deb987a059051bb821674ca))
  * **core:**
    *  handle SSL_WANT_READ/WRITE errors (#619) ([cbdc4749](https://github.com/python-zk/kazoo/commit/cbdc4749edb5879099c1f9b832c055d9eeb52dea), closes [#618](https://github.com/python-zk/kazoo/issues/618))
    *  '"is" with a literal' syntax errors (#609) ([6b6ffe62](https://github.com/python-zk/kazoo/commit/6b6ffe62a073d1ed5413c65c2d8ec94ea2fa1760))
    *  sync() return should be unchrooted ([cbde70ac](https://github.com/python-zk/kazoo/commit/cbde70ac87435afbbacc9806c675184c7f778343), closes [#601](https://github.com/python-zk/kazoo/issues/601))
  * **core:**  Update matrix: add pypy3, drop py27 ([522189da](https://github.com/python-zk/kazoo/commit/522189da0f238faafc8f1db34f682f49b15ec503))
  * **tests:**  Add coverage report on codecov.io ([bb475843](https://github.com/python-zk/kazoo/commit/bb475843905af1a2d25b1f5834085c85c28bb175))
buildservice-autocommit accepted request 790055 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 19)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 18)
- downgrade pure-sasl dependency to suggests, as it requires
  kerberos which conflicts with pykerberos (needed by requests)
  and the code handles this as optional dependency
buildservice-autocommit accepted request 787471 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 17)
baserev update by copy to link target
buildservice-autocommit accepted request 785588 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 16)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 15)
- add dependency on pure-sasl, move python 2.x deps inside a conditional
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 14)
 *  run SASL Kerberos tests as part of build
 *  Add create2 support
 *  closed states instead of lost states (#573)
 **recipe:**  add support for curator SharedCount recipe (#559)
 *  allow requests to be queued in CONNECTING state (#374) (#588)
 *  when connection fails, close the ConnectionHandler (#577) (#579)
 *  Disable JAAS isInitiator for Server
 *  deactivate TCP port that was enabled by default.
 *  capitalize the default_domain value
 *  prefix with toxinidir variable with a / to ensure path to ensure-zookeeper-env.sh is correct
 *  specify -Dfile.encoding=UTF-8 when starting the ZK JVM
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 13)
- update to 2.7.0:
 **core:**
 *  run SASL Kerberos tests as part of build ([5c461bdf](https://github.com/python-zk/kazoo/commit/5c461>
 *  Add create2 support ([1d81f96a](https://github.com/python-zk/kazoo/commit/1d81f96a77a6fd7ae2476cd798>
 *  closed states instead of lost states (#573) ([961b2f3b](https://github.com/python-zk/kazoo/commit/96>+  *  improve SASL interface (#546) ([cd49b3fa](https://github.com/python-zk/kazoo/commit/cd49b3fa01136848>
 **recipe:**  add support for curator SharedCount recipe (#559) ([88b657a0](https://github.com/python-zk>+* **utils:**  extend create_tcp_connection utility (#568) ([ab0cd00c](https://github.com/python-zk/kazoo/>
 **core:**
 *  allow requests to be queued in CONNECTING state (#374) (#588) ([a636d7a6](https://github.com/python->+  *  Implement proper retry backoff logic with jitter. ([0bb0659c](https://github.com/python-zk/kazoo/com>
 *  when connection fails, close the ConnectionHandler (#577) (#579) ([c7e80503](https://github.com/pyth>+* **recipe:**  crash if None in znode (#569) ([ded79467](https://github.com/python-zk/kazoo/commit/ded794>
 **tests:**
 *  Disable JAAS isInitiator for Server ([933b38b5](https://github.com/python-zk/kazoo/commit/933b38b550>
 *  deactivate TCP port that was enabled by default. ([d7bed550](https://github.com/python-zk/kazoo/comm>
 *  capitalize the default_domain value ([7fd22bfd](https://github.com/python-zk/kazoo/commit/7fd22bfd19>+  *  weaker crypto when configuring Kerberos ([844df87a](https://github.com/python-zk/kazoo/commit/844df8>
 *  prefix with toxinidir variable with a / to ensure path to ensure-zookeeper-env.sh is correct ([c4d42>
 *  specify -Dfile.encoding=UTF-8 when starting the ZK JVM ([5764da0b](https://github.com/python-zk/kazo>+
buildservice-autocommit accepted request 692287 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 12)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 692286 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 11)
- version update to 2.5.1
  **client:**  add missing paren (#550)
  **core:** support deprecated KazooRetry argument (#545)
  **core:** reduce timeout for the first Connect() request (#540)
  **handlers:**  make AsyncResult call all registered callbacks
    instantly if the handler has stopped running (#549)
  **recipe:** No more memory leak when ChildrenWatch was stopped (#543)
  **recipe:** No more memory leak once TreeCache was closed (#524)
Displaying revisions 1 - 20 of 30
openSUSE Build Service is sponsored by