!9 update package to version 2.9.0

From: @S--Sh 
Reviewed-by: @han-guangyu 
Signed-off-by: @han-guangyu
This commit is contained in:
openeuler-ci-bot 2023-08-14 03:12:47 +00:00 committed by Gitee
commit 0037eb9027
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
kazoo-2.9.0.tar.gz Normal file

Binary file not shown.

View File

@ -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 <sunhui@kylinos.cn> - 2.9.0-1
- Update package to version 2.9.0
* Wed Jul 14 2021 OpenStack_SIG <openstack@openeuler.org> - 2.8.0-1
- Package Spec generate