Hello community,

here is the log from the commit of package python-kazoo for openSUSE:Factory 
checked in at 2018-11-08 09:48:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-kazoo (Old)
 and      /work/SRC/openSUSE:Factory/.python-kazoo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-kazoo"

Thu Nov  8 09:48:07 2018 rev:6 rq:645899 version:2.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-kazoo/python-kazoo.changes        
2017-09-05 15:14:53.204049479 +0200
+++ /work/SRC/openSUSE:Factory/.python-kazoo.new/python-kazoo.changes   
2018-11-08 09:48:20.349110498 +0100
@@ -1,0 +2,7 @@
+Thu Nov  1 13:46:56 UTC 2018 - Tomáš Chvátal <tchva...@suse.com>
+
+- 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.5.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-kazoo.spec ++++++
--- /var/tmp/diff_new_pack.bfMhkJ/_old  2018-11-08 09:48:21.137109571 +0100
+++ /var/tmp/diff_new_pack.bfMhkJ/_new  2018-11-08 09:48:21.137109571 +0100
@@ -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 @@
 %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

++++++ kazoo-2.4.0.tar.gz -> kazoo-2.5.0.tar.gz ++++++
++++ 1684 lines of diff (skipped)


Reply via email to