From fe17e0925f2c05f5583d7aa3cfdf09a56da1d8822803282296a2221ca22da237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 1 Nov 2018 13:54:15 +0000 Subject: [PATCH] - Update to 2.5.0: * Various fixes for gevent and python 3.7 - Fix homepage OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kazoo?expand=0&rev=9 --- kazoo-2.4.0.tar.gz | 3 --- kazoo-2.5.0.tar.gz | 3 +++ python-kazoo.changes | 7 +++++++ python-kazoo.spec | 35 ++++++++++++++++------------------- 4 files changed, 26 insertions(+), 22 deletions(-) delete mode 100644 kazoo-2.4.0.tar.gz create mode 100644 kazoo-2.5.0.tar.gz diff --git a/kazoo-2.4.0.tar.gz b/kazoo-2.4.0.tar.gz deleted file mode 100644 index 98e2e32..0000000 --- a/kazoo-2.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7c2d1d7ddb047c936d368e31b08a93bb327ffa46606fe85f550a37ce608c29b -size 142830 diff --git a/kazoo-2.5.0.tar.gz b/kazoo-2.5.0.tar.gz new file mode 100644 index 0000000..6aa3b85 --- /dev/null +++ b/kazoo-2.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8db774f7bdece7d0dc7decb21539ff0852e42c2ffe1c28d7f1ff6f9292a1c3a4 +size 147189 diff --git a/python-kazoo.changes b/python-kazoo.changes index d25ca8c..67b8199 100644 --- a/python-kazoo.changes +++ b/python-kazoo.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Nov 1 13:46:56 UTC 2018 - Tomáš Chvátal + +- Update to 2.5.0: + * Various fixes for gevent and python 3.7 +- Fix homepage + ------------------------------------------------------------------- Tue Aug 22 13:40:43 UTC 2017 - tbechtold@suse.com diff --git a/python-kazoo.spec b/python-kazoo.spec index f5cb80a..44e1843 100644 --- a/python-kazoo.spec +++ b/python-kazoo.spec @@ -1,7 +1,7 @@ # # spec file for package python-kazoo # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,33 +12,30 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-kazoo -Version: 2.4.0 +Version: 2.5.0 Release: 0 Summary: Higher Level Zookeeper Client License: Apache-2.0 Group: Development/Languages/Python -Url: https://github.com/yahoo/Zake +URL: https://github.com/python-zk/kazoo Source: https://files.pythonhosted.org/packages/source/k/kazoo/kazoo-%{version}.tar.gz -BuildRequires: %{python_module devel} +BuildRequires: %{python_module eventlet >= 0.17.1} +BuildRequires: %{python_module gevent >= 1.2} +BuildRequires: %{python_module mock} +BuildRequires: %{python_module nose} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module six} BuildRequires: python-rpm-macros -BuildRequires: unzip +Requires: python-eventlet >= 0.17.1 +Requires: python-gevent >= 1.2 Requires: python-six -# Test requirements: -#BuildRequires: python-gevent -#BuildRequires: python-mock -#BuildRequires: python-coverage -#BuildRequires: python-nose -#BuildRequires: python-nose -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch - %python_subpackages %description @@ -53,13 +50,13 @@ Implements a higher level API to Apache Zookeeper for Python clients. %install %python_install -#NOTE(saschpe): Currently require a running Zookeeper instance: -#%%check -#python setup.py test +%check +# kazoo needs running zookeeper server +#%%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} nosetests-%{$python_version} -v %files %{python_files} -%defattr(-,root,root,-) -%doc LICENSE README.md +%license LICENSE +%doc README.md %{python_sitelib}/* %changelog