diff --git a/kazoo-2.8.0.tar.gz b/kazoo-2.8.0.tar.gz deleted file mode 100644 index 04609e76d2fb34038c9649c3009c5f322909b6c5..0000000000000000000000000000000000000000 Binary files a/kazoo-2.8.0.tar.gz and /dev/null differ diff --git a/kazoo-2.9.0.tar.gz b/kazoo-2.9.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..397bd8e6ea309482d2c3bd11248a31a7aa660902 Binary files /dev/null and b/kazoo-2.9.0.tar.gz differ diff --git a/python-kazoo.spec b/python-kazoo.spec index 0a5037b77f05f3a49f9a355f3d8467e8348b2bf3..f481c433e01357f17b139a9369dd166ab3a4ba71 100644 --- a/python-kazoo.spec +++ b/python-kazoo.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-kazoo -Version: 2.8.0 +Version: 2.9.0 Release: 1 Summary: Higher Level Zookeeper Client License: Apache-2.0 URL: https://kazoo.readthedocs.io -Source0: https://files.pythonhosted.org/packages/49/fb/4f1d6890e2b1aa9fe7a7d9c42b5ef32732bc7b02e6bacc556ab1cc41aba3/kazoo-2.8.0.tar.gz +Source0: https://files.pythonhosted.org/packages/e2/57/3da88c2fdc94bf2976df72d2dcfad3655ab64fa3fd5879b39d174c7e5993/kazoo-2.9.0.tar.gz BuildArch: noarch %description Kazoo is a Python library designed to make working with Zookeeper a more hassle-free experience that is less prone to errors. @@ -32,7 +32,7 @@ Provides: python3-kazoo-doc Kazoo is a Python library designed to make working with Zookeeper a more hassle-free experience that is less prone to errors. %prep -%autosetup -n kazoo-2.8.0 +%autosetup -n kazoo-2.9.0 %build %py3_build @@ -74,5 +74,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 9 2023 sunhui - 2.9.0-1 +- Update package to version 2.9.0 + * Wed Jul 14 2021 OpenStack_SIG - 2.8.0-1 - Package Spec generate