diff --git a/kazoo-2.10.0.tar.gz b/kazoo-2.10.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3a1acf79ea900cac9251b543e6bfb7788a31376f Binary files /dev/null and b/kazoo-2.10.0.tar.gz differ diff --git a/kazoo-2.9.0.tar.gz b/kazoo-2.9.0.tar.gz deleted file mode 100644 index 397bd8e6ea309482d2c3bd11248a31a7aa660902..0000000000000000000000000000000000000000 Binary files a/kazoo-2.9.0.tar.gz and /dev/null differ diff --git a/python-kazoo.spec b/python-kazoo.spec index f481c433e01357f17b139a9369dd166ab3a4ba71..dad3dd5b6063bfc34612a8de5c8738476a0a72df 100644 --- a/python-kazoo.spec +++ b/python-kazoo.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-kazoo -Version: 2.9.0 +Version: 2.10.0 Release: 1 Summary: Higher Level Zookeeper Client License: Apache-2.0 URL: https://kazoo.readthedocs.io -Source0: https://files.pythonhosted.org/packages/e2/57/3da88c2fdc94bf2976df72d2dcfad3655ab64fa3fd5879b39d174c7e5993/kazoo-2.9.0.tar.gz +Source0: https://files.pythonhosted.org/packages/ff/01/75d0baf017c89de8909e4429a1865a17e45d9b787ce8084a2c55c95a79c9/kazoo-2.10.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.9.0 +%autosetup -n kazoo-%{version} %build %py3_build @@ -74,6 +74,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Apr 02 2024 wangqiang - 2.10.0-1 +- Update package to version 2.10.0 + * Wed Aug 9 2023 sunhui - 2.9.0-1 - Update package to version 2.9.0