python-kazoo

This commit is contained in:
sunhui 2023-08-09 16:05:31 +08:00
parent 069585086f
commit 23a3686d6e
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