forked from pool/python-kazoo
Accepting request 1143989 from devel:languages:python
- update to 2.10.0:
* update tested ZK versions
* remove Python 3.7, add Python 3.11 and Python 3.12
* bump pypy to latest available
* add SSL test
* no need to specify `mock`
* remove unecessary import guard for gevent.lock
* remove string interpolation in favour of exception chaining
* remove backport of 'atexit.unregister'
* Replace usage of six for their py3 implementations
* **core:** no need to alway perform an `os.stat(fd)`
* **exceptions:** Register exception for server-side
QUOTAEXCEEDED(-125)
- Update to version 2.9.0
- Actually remove nose BuildRequires, replacing it with pytest.
OBS-URL: https://build.opensuse.org/request/show/1143989
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kazoo?expand=0&rev=16
This commit is contained in:
3
kazoo-2.10.0.tar.gz
Normal file
3
kazoo-2.10.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:905796ae4f4c12bd4e4ae92e6e5d018439e6b56c8cfbb24825362e79b230dab1
|
||||||
|
size 183304
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:800318c7f3dab648cdf616dfb25bdabeefab2a6837aa6951e0fa3ff80e656969
|
|
||||||
size 174113
|
|
||||||
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 4 11:30:29 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2.10.0:
|
||||||
|
* update tested ZK versions
|
||||||
|
* remove Python 3.7, add Python 3.11 and Python 3.12
|
||||||
|
* bump pypy to latest available
|
||||||
|
* add SSL test
|
||||||
|
* no need to specify `mock`
|
||||||
|
* remove unecessary import guard for gevent.lock
|
||||||
|
* remove string interpolation in favour of exception chaining
|
||||||
|
* remove backport of 'atexit.unregister'
|
||||||
|
* Replace usage of six for their py3 implementations
|
||||||
|
* **core:** no need to alway perform an `os.stat(fd)`
|
||||||
|
* **exceptions:** Register exception for server-side
|
||||||
|
QUOTAEXCEEDED(-125)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 28 17:56:18 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Fri Oct 28 17:56:18 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-kazoo
|
# spec file for package python-kazoo
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-kazoo
|
Name: python-kazoo
|
||||||
Version: 2.9.0
|
Version: 2.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Higher Level Zookeeper Client
|
Summary: Higher Level Zookeeper Client
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user