14
0
forked from pool/python-kazoo

Accepting request 821449 from devel:languages:python

- update to 2.8.0:
  * **chore:**  using Github templates for issues and PRs (#610) ([eddc0976](eddc0976bf))
  * **core:**
    *  Use strict regex to identify lock contenders. ([cc8ce892](cc8ce89291))
    *  Support additionaal lock contenter patterns ([225eeecb](225eeecbe6))
  * **tests:**
    *  Disable problematic hound-flake8-black integration. ([75f62a0d](75f62a0dd4))
    *  Move to pytest ([de97d74b](de97d74b50))
    *  add Python 3.8 and remove Python 3.6 from the testing suite (#611) ([e4f808f7](e4f808f7f0))
  * **core:**  Use chain.from_iterable in threading.py (#614) ([13c73ec5](13c73ec5f4))
  * **core:**
    *  handle SSL_WANT_READ/WRITE errors (#619) ([cbdc4749](cbdc4749ed), closes [#618](https://github.com/python-zk/kazoo/issues/618))
    *  '"is" with a literal' syntax errors (#609) ([6b6ffe62](6b6ffe62a0))
    *  sync() return should be unchrooted ([cbde70ac](cbde70ac87), closes [#601](https://github.com/python-zk/kazoo/issues/601))
  * **core:**  Update matrix: add pypy3, drop py27 ([522189da](522189da0f))
  * **tests:**  Add coverage report on codecov.io ([bb475843](bb47584390))

OBS-URL: https://build.opensuse.org/request/show/821449
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kazoo?expand=0&rev=11
This commit is contained in:
2020-07-17 18:52:09 +00:00
committed by Git OBS Bridge
4 changed files with 24 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6883f6dd3e8d4e1741076dd3b23b0861592f13759072e3835f035bcb72b077cb
size 163552

3
kazoo-2.8.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:588e27868e4a0ed70ae4a7a5b0f3bca4cec5e5c49dbd7e41349c0883182bf2fe
size 170037

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Jul 17 08:04:00 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- 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))
-------------------------------------------------------------------
Mon Mar 30 10:53:58 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-kazoo
Version: 2.7.0
Version: 2.8.0
Release: 0
Summary: Higher Level Zookeeper Client
License: Apache-2.0