diff --git a/kazoo-2.7.0.tar.gz b/kazoo-2.7.0.tar.gz deleted file mode 100644 index dc0c535..0000000 --- a/kazoo-2.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6883f6dd3e8d4e1741076dd3b23b0861592f13759072e3835f035bcb72b077cb -size 163552 diff --git a/kazoo-2.8.0.tar.gz b/kazoo-2.8.0.tar.gz new file mode 100644 index 0000000..b8e81d3 --- /dev/null +++ b/kazoo-2.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588e27868e4a0ed70ae4a7a5b0f3bca4cec5e5c49dbd7e41349c0883182bf2fe +size 170037 diff --git a/python-kazoo.changes b/python-kazoo.changes index 979c9f2..5aedf05 100644 --- a/python-kazoo.changes +++ b/python-kazoo.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Jul 17 08:04:00 UTC 2020 - Dirk Mueller + +- 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 diff --git a/python-kazoo.spec b/python-kazoo.spec index 0e67743..ee0fa4f 100644 --- a/python-kazoo.spec +++ b/python-kazoo.spec @@ -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