Hello community, here is the log from the commit of package python-kazoo for openSUSE:Factory checked in at 2017-09-05 15:14:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-kazoo (Old) and /work/SRC/openSUSE:Factory/.python-kazoo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-kazoo" Tue Sep 5 15:14:51 2017 rev:5 rq:518326 version:2.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-kazoo/python-kazoo.changes 2016-10-10 16:20:01.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-kazoo.new/python-kazoo.changes 2017-09-05 15:14:53.204049479 +0200 @@ -1,0 +2,19 @@ +Tue Aug 22 13:40:43 UTC 2017 - tbecht...@suse.com + +- update to 2.4.0: + * add missed parens to LockingQueue function call. + * revert PR #305 SetWatches which caused RuntimeError + * pep8 all the things + * drop Python 2.6/3.3 official support, add 3.5/3.6 testing + * allow multiple endpoints in KazooClient hosts arg + * use epoll when available to support fds > 1023 + * Add TreeCache recipe + * update MANIFEST.in to reflect changes to filenames + * add travis deployment and update ZK versions + * allow having observers and different sized clusters + * fully resolve multiple records for hosts in the zookeeper + connection string + * Fix the recipe examples, so they actually work by connecting to + ZooKeeper. Without start() they just hang and can't be killed. + +------------------------------------------------------------------- Old: ---- kazoo-2.2.1.tar.gz New: ---- kazoo-2.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-kazoo.spec ++++++ --- /var/tmp/diff_new_pack.vymHqD/_old 2017-09-05 15:14:56.299614354 +0200 +++ /var/tmp/diff_new_pack.vymHqD/_new 2017-09-05 15:14:56.303613793 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-kazoo # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -16,21 +16,18 @@ # -%if 0%{?suse_version} && 0%{?suse_version} <= 1110 -%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%else -BuildArch: noarch -%endif +%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-kazoo -Version: 2.2.1 +Version: 2.4.0 Release: 0 Summary: Higher Level Zookeeper Client License: Apache-2.0 Group: Development/Languages/Python Url: https://github.com/yahoo/Zake -Source: https://pypi.io/packages/source/k/kazoo/kazoo-%{version}.tar.gz -BuildRequires: python-devel -BuildRequires: python-setuptools +Source: https://files.pythonhosted.org/packages/source/k/kazoo/kazoo-%{version}.tar.gz +BuildRequires: %{python_module devel} +BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros BuildRequires: unzip Requires: python-six # Test requirements: @@ -40,6 +37,9 @@ #BuildRequires: python-nose #BuildRequires: python-nose BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch + +%python_subpackages %description Implements a higher level API to Apache Zookeeper for Python clients. @@ -48,18 +48,18 @@ %setup -q -n kazoo-%{version} %build -python setup.py build +%python_build %install -python setup.py install --prefix=%{_prefix} --root=%{buildroot} +%python_install #NOTE(saschpe): Currently require a running Zookeeper instance: #%%check #python setup.py test -%files +%files %{python_files} %defattr(-,root,root,-) -%doc LICENSE README.rst +%doc LICENSE README.md %{python_sitelib}/* %changelog ++++++ kazoo-2.2.1.tar.gz -> kazoo-2.4.0.tar.gz ++++++ ++++ 8911 lines of diff (skipped)