Hello community, here is the log from the commit of package python-kazoo for openSUSE:Leap:15.2 checked in at 2020-03-09 18:07:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-kazoo (Old) and /work/SRC/openSUSE:Leap:15.2/.python-kazoo.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-kazoo" Mon Mar 9 18:07:13 2020 rev:11 rq:776718 version:2.6.1 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-kazoo/python-kazoo.changes 2020-01-15 15:49:45.643471255 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-kazoo.new.26092/python-kazoo.changes 2020-03-09 18:07:15.964874124 +0100 @@ -1,0 +2,19 @@ +Mon Apr 8 12:20:18 UTC 2019 - [email protected] + +- version update to 2.5.1 + **client:** add missing paren (#550) + **core:** support deprecated KazooRetry argument (#545) + **core:** reduce timeout for the first Connect() request (#540) + **handlers:** make AsyncResult call all registered callbacks + instantly if the handler has stopped running (#549) + **recipe:** No more memory leak when ChildrenWatch was stopped (#543) + **recipe:** No more memory leak once TreeCache was closed (#524) + +------------------------------------------------------------------- +Thu Nov 1 13:46:56 UTC 2018 - Tomáš Chvátal <[email protected]> + +- Update to 2.5.0: + * Various fixes for gevent and python 3.7 +- Fix homepage + +------------------------------------------------------------------- Old: ---- kazoo-2.4.0.tar.gz New: ---- kazoo-2.6.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-kazoo.spec ++++++ --- /var/tmp/diff_new_pack.q4IWHf/_old 2020-03-09 18:07:16.956874617 +0100 +++ /var/tmp/diff_new_pack.q4IWHf/_new 2020-03-09 18:07:16.960874619 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-kazoo # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -18,27 +18,25 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-kazoo -Version: 2.4.0 +Version: 2.6.1 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: fdupes 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 @@ -52,14 +50,15 @@ %install %python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} -#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 ++++++ kazoo-2.4.0.tar.gz -> kazoo-2.6.1.tar.gz ++++++ ++++ 3420 lines of diff (skipped)
