14
0
forked from pool/python-kazoo

- 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
This commit is contained in:
Tomáš Chvátal
2018-11-01 13:54:15 +00:00
committed by Git OBS Bridge
parent b95bb8b07d
commit fe17e0925f
4 changed files with 26 additions and 22 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a7c2d1d7ddb047c936d368e31b08a93bb327ffa46606fe85f550a37ce608c29b
size 142830

3
kazoo-2.5.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8db774f7bdece7d0dc7decb21539ff0852e42c2ffe1c28d7f1ff6f9292a1c3a4
size 147189

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Nov 1 13:46:56 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- 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

View File

@@ -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