commit python-tooz for openSUSE:Factory

2020-06-05 Thread root
Hello community,

here is the log from the commit of package python-tooz for openSUSE:Factory 
checked in at 2020-06-05 20:16:18

Comparing /work/SRC/openSUSE:Factory/python-tooz (Old)
 and  /work/SRC/openSUSE:Factory/.python-tooz.new.3606 (New)


Package is "python-tooz"

Fri Jun  5 20:16:18 2020 rev:11 rq:803611 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-tooz/python-tooz.changes  2019-12-04 
14:18:42.382361127 +0100
+++ /work/SRC/openSUSE:Factory/.python-tooz.new.3606/python-tooz.changes
2020-06-05 20:20:19.407888786 +0200
@@ -1,0 +2,12 @@
+Tue May 12 09:45:44 UTC 2020 - cloud-de...@suse.de
+
+- update to version 2.1.0
+  - Fix membership lease issue on the etcd3gw driver
+  - RedisLock release() should not check if the lock has been acquired
+  - Add shared arg in metaclass Lock
+  - [ussuri][goal] Drop python 2.7 support and testing
+  - Drop os-testr test-requirement and pretty_tox.sh
+  - Update master for stable/train
+  - Avoid redis lock's expire_time exceeding timeout.
+
+---

Old:

  tooz-1.66.2.tar.gz

New:

  tooz-2.1.0.tar.gz



Other differences:
--
++ python-tooz.spec ++
--- /var/tmp/diff_new_pack.G1x6RL/_old  2020-06-05 20:20:23.107901368 +0200
+++ /var/tmp/diff_new_pack.G1x6RL/_new  2020-06-05 20:20:23.107901368 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tooz
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,30 +20,15 @@
 %global rdo 1
 %endif
 Name:   python-tooz
-Version:1.66.2
+Version:2.1.0
 Release:0
 Summary:Coordination library for distributed systems
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://docs.openstack.org/developer/tooz/
-Source0:
https://files.pythonhosted.org/packages/source/t/tooz/tooz-1.66.2.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/t/tooz/tooz-2.1.0.tar.gz
 BuildRequires:  memcached
 BuildRequires:  openstack-macros
-BuildRequires:  python2-enum34 >= 1.0.4
-BuildRequires:  python2-fasteners >= 0.7
-BuildRequires:  python2-fixtures
-BuildRequires:  python2-futures >= 3.0
-BuildRequires:  python2-futurist >= 1.2.0
-BuildRequires:  python2-mock
-BuildRequires:  python2-oslo.serialization >= 1.10.0
-BuildRequires:  python2-oslo.utils >= 3.15.0
-BuildRequires:  python2-pbr >= 1.6
-BuildRequires:  python2-pifpaf
-BuildRequires:  python2-pymemcache
-BuildRequires:  python2-stevedore >= 1.16.0
-BuildRequires:  python2-tenacity >= 3.2.1
-BuildRequires:  python2-testtools
-BuildRequires:  python2-voluptuous >= 0.8.9
 BuildRequires:  python3-fasteners >= 0.7
 BuildRequires:  python3-fixtures
 BuildRequires:  python3-futurist >= 1.2.0
@@ -51,33 +36,41 @@
 BuildRequires:  python3-oslo.serialization >= 1.10.0
 BuildRequires:  python3-oslo.utils >= 3.15.0
 BuildRequires:  python3-pbr >= 1.6
-BuildRequires:  python3-pifpaf
 BuildRequires:  python3-pymemcache
 BuildRequires:  python3-stevedore >= 1.16.0
 BuildRequires:  python3-tenacity >= 3.2.1
 BuildRequires:  python3-testtools
 BuildRequires:  python3-voluptuous >= 0.8.9
-Requires:   python-fasteners >= 0.7
-Requires:   python-futurist >= 1.2.0
-Requires:   python-msgpack >= 0.4.0
-Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.15.0
-Requires:   python-six >= 1.9.0
-Requires:   python-stevedore >= 1.16.0
-Requires:   python-tenacity >= 3.2.1
-Requires:   python-voluptuous >= 0.8.9
 BuildArch:  noarch
-%ifpython2
-Requires:   python-enum34 >= 1.0.4
-Requires:   python-futures >= 3.0
+%if ! 0%{?rdo}
+BuildRequires:  python3-pifpaf
 %endif
-%python_subpackages
 
 %description
 The Tooz project aims at centralizing the most common distributed primitives
 like group membership protocol, lock service and leader election by providing
 a coordination API helping developers to build distributed applications.
 
+%package -n python3-tooz
+Summary:Coordination library for distributed systems
+Group:  Development/Languages/Python
+Requires:   python3-fasteners >= 0.7
+Requires:   python3-futurist >= 1.2.0
+Requires:   python3-msgpack >= 0.4.0
+Requires:   python3-oslo.serialization >= 1.10.0
+Requires:   python3-oslo.utils >= 3.15.0
+Requires:   python3-six >= 1.9.0
+Requires:   python3-stevedore >= 1.16.0
+Requires:   python3-tenacity >= 3.2.1
+Requires:   python3-voluptuous >= 0.8.9
+
+%description -n python3-tooz
+The T

commit python-tooz for openSUSE:Factory

2019-12-04 Thread root
Hello community,

here is the log from the commit of package python-tooz for openSUSE:Factory 
checked in at 2019-12-04 13:47:51

Comparing /work/SRC/openSUSE:Factory/python-tooz (Old)
 and  /work/SRC/openSUSE:Factory/.python-tooz.new.4691 (New)


Package is "python-tooz"

Wed Dec  4 13:47:51 2019 rev:10 rq:736628 version:1.66.2

Changes:

--- /work/SRC/openSUSE:Factory/python-tooz/python-tooz.changes  2019-05-03 
22:46:30.643780806 +0200
+++ /work/SRC/openSUSE:Factory/.python-tooz.new.4691/python-tooz.changes
2019-12-04 14:18:42.382361127 +0100
@@ -1,0 +2,20 @@
+Wed Oct  9 12:43:51 UTC 2019 - cloud-de...@suse.de
+
+- removed 0001-Remove-grpcio-from-requirements.txt.patch
+- update to version 1.66.2
+  - Remove unused requirements.
+  - Blacklist sphinx 2.1.0
+  - Remove py35, add py37 classifiers
+  - OpenDev Migration Patch
+  - Replace git.openstack.org URLs with opendev.org URLs
+  - Add Python 3 Train unit tests
+  - Update Sphinx requirement and uncap grpcio
+  - Referencing testenv deps now works
+  - add python 3.7 unit test job
+  - Update master for stable/stein
+  - Move grpcio from requirements.txt to extras
+  - Fix wrong log level during heartbeat
+  - Move test deps to test-requirements.txt
+  - Unblock tooz gate
+
+---

Old:

  0001-Remove-grpcio-from-requirements.txt.patch
  tooz-1.64.2.tar.gz

New:

  tooz-1.66.2.tar.gz



Other differences:
--
++ python-tooz.spec ++
--- /var/tmp/diff_new_pack.afMdR5/_old  2019-12-04 14:18:42.942361198 +0100
+++ /var/tmp/diff_new_pack.afMdR5/_new  2019-12-04 14:18:42.942361198 +0100
@@ -20,15 +20,13 @@
 %global rdo 1
 %endif
 Name:   python-tooz
-Version:1.64.2
+Version:1.66.2
 Release:0
 Summary:Coordination library for distributed systems
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://docs.openstack.org/developer/tooz/
-Source0:
https://files.pythonhosted.org/packages/source/t/tooz/tooz-1.64.2.tar.gz
-# https://review.openstack.org/#/c/640695/
-Patch1: 0001-Remove-grpcio-from-requirements.txt.patch
+Source0:
https://files.pythonhosted.org/packages/source/t/tooz/tooz-1.66.2.tar.gz
 BuildRequires:  memcached
 BuildRequires:  openstack-macros
 BuildRequires:  python2-enum34 >= 1.0.4
@@ -36,14 +34,12 @@
 BuildRequires:  python2-fixtures
 BuildRequires:  python2-futures >= 3.0
 BuildRequires:  python2-futurist >= 1.2.0
-BuildRequires:  python2-iso8601
 BuildRequires:  python2-mock
 BuildRequires:  python2-oslo.serialization >= 1.10.0
 BuildRequires:  python2-oslo.utils >= 3.15.0
 BuildRequires:  python2-pbr >= 1.6
 BuildRequires:  python2-pifpaf
 BuildRequires:  python2-pymemcache
-BuildRequires:  python2-setuptools
 BuildRequires:  python2-stevedore >= 1.16.0
 BuildRequires:  python2-tenacity >= 3.2.1
 BuildRequires:  python2-testtools
@@ -51,22 +47,18 @@
 BuildRequires:  python3-fasteners >= 0.7
 BuildRequires:  python3-fixtures
 BuildRequires:  python3-futurist >= 1.2.0
-BuildRequires:  python3-iso8601
 BuildRequires:  python3-mock
 BuildRequires:  python3-oslo.serialization >= 1.10.0
 BuildRequires:  python3-oslo.utils >= 3.15.0
 BuildRequires:  python3-pbr >= 1.6
 BuildRequires:  python3-pifpaf
 BuildRequires:  python3-pymemcache
-BuildRequires:  python3-setuptools
 BuildRequires:  python3-stevedore >= 1.16.0
 BuildRequires:  python3-tenacity >= 3.2.1
 BuildRequires:  python3-testtools
 BuildRequires:  python3-voluptuous >= 0.8.9
-Requires:   python-Babel
 Requires:   python-fasteners >= 0.7
 Requires:   python-futurist >= 1.2.0
-Requires:   python-iso8601
 Requires:   python-msgpack >= 0.4.0
 Requires:   python-oslo.serialization >= 1.10.0
 Requires:   python-oslo.utils >= 3.15.0
@@ -89,8 +81,8 @@
 %package -n python-tooz-doc
 Summary:Documentation for %{name}
 Group:  Documentation/HTML
-BuildRequires:  python-Sphinx
-BuildRequires:  python-openstackdocstheme
+BuildRequires:  python3-Sphinx
+BuildRequires:  python3-openstackdocstheme
 
 %description  -n python-tooz-doc
 The Tooz project aims at centralizing the most common distributed primitives
@@ -100,7 +92,7 @@
 This package contains documentation in HTML format.
 
 %prep
-%autosetup -p1 -n tooz-1.64.2
+%autosetup -p1 -n tooz-1.66.2
 %py_req_cleanup
 
 %build
@@ -108,7 +100,7 @@
 
 # generate html docs
 PYTHONPATH=. \
-sphinx-build -b html doc/source doc/build/html
+%sphinx_build -b html doc/source doc/build/html
 # remove the Sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 

++ _service ++
--- /var/tmp/diff_new_pack.afMdR5/_old  2019-12-04 14:18:42.986361204 +0100
+++ /var/tmp/d

commit python-tooz for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-tooz for openSUSE:Factory 
checked in at 2019-05-03 22:46:29

Comparing /work/SRC/openSUSE:Factory/python-tooz (Old)
 and  /work/SRC/openSUSE:Factory/.python-tooz.new.5148 (New)


Package is "python-tooz"

Fri May  3 22:46:29 2019 rev:9 rq:699141 version:1.64.2

Changes:

--- /work/SRC/openSUSE:Factory/python-tooz/python-tooz.changes  2019-03-26 
15:44:53.904116336 +0100
+++ /work/SRC/openSUSE:Factory/.python-tooz.new.5148/python-tooz.changes
2019-05-03 22:46:30.643780806 +0200
@@ -1,0 +2,27 @@
+Mon Apr 29 06:01:18 UTC 2019 - Dirk Mueller 
+
+- fix python-enum34 dependency
+
+---
+Mon Apr  8 14:02:40 UTC 2019 - cloud-de...@suse.de
+
+- update to version 1.64.2
+  - More explicitly document driver connection strings
+  - fix tox python3 overrides
+  - Ensure consistent encoding of strings for ID
+  - Add release note link in README
+  - add lib-forward-testing-python3 test job
+  - Change openstack-dev to openstack-discuss
+  - Unblock tooz gate
+  - Update reno for stable/rocky
+  - Fixed UnicodeEncodeError for Python2 unicode objects
+  - Switch to autodoc_default_options
+  - Migrate to stestr
+  - add python 3.6 unit test job
+  - Use templates for cover
+  - Fix coverage tests
+  - import zuul job settings from project-config
+  - coordination: do not retry the whole heartbeat on fail
+- add 0001-Remove-grpcio-from-requirements.txt.patch
+
+---

Old:

  tooz-1.62.1.tar.gz

New:

  0001-Remove-grpcio-from-requirements.txt.patch
  tooz-1.64.2.tar.gz



Other differences:
--
++ python-tooz.spec ++
--- /var/tmp/diff_new_pack.xXJMeS/_old  2019-05-03 22:46:32.099784149 +0200
+++ /var/tmp/diff_new_pack.xXJMeS/_new  2019-05-03 22:46:32.123784204 +0200
@@ -16,43 +16,56 @@
 #
 
 
-%global pypi_name tooz
 %if 0%{?rhel} || 0%{?fedora}
 %global rdo 1
 %endif
 Name:   python-tooz
-Version:1.62.1
+Version:1.64.2
 Release:0
 Summary:Coordination library for distributed systems
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://docs.openstack.org/developer/tooz/
-Source0:
https://files.pythonhosted.org/packages/source/t/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/t/tooz/tooz-1.64.2.tar.gz
+# https://review.openstack.org/#/c/640695/
+Patch1: 0001-Remove-grpcio-from-requirements.txt.patch
 BuildRequires:  memcached
 BuildRequires:  openstack-macros
-BuildRequires:  python-devel
-BuildRequires:  python-enum34
-BuildRequires:  python-fasteners >= 0.7
-BuildRequires:  python-fixtures
-BuildRequires:  python-futures >= 3.0
-BuildRequires:  python-futurist >= 0.11.0
-BuildRequires:  python-iso8601
-BuildRequires:  python-mock
-BuildRequires:  python-oslo.serialization >= 1.10.0
-BuildRequires:  python-oslo.utils >= 3.15.0
-BuildRequires:  python-pbr >= 1.6
-BuildRequires:  python-pifpaf
-BuildRequires:  python-pymemcache
-BuildRequires:  python-setuptools
-BuildRequires:  python-stevedore >= 1.16.0
-BuildRequires:  python-tenacity >= 3.2.1
-BuildRequires:  python-testtools
-BuildRequires:  python-voluptuous >= 0.8.9
+BuildRequires:  python2-enum34 >= 1.0.4
+BuildRequires:  python2-fasteners >= 0.7
+BuildRequires:  python2-fixtures
+BuildRequires:  python2-futures >= 3.0
+BuildRequires:  python2-futurist >= 1.2.0
+BuildRequires:  python2-iso8601
+BuildRequires:  python2-mock
+BuildRequires:  python2-oslo.serialization >= 1.10.0
+BuildRequires:  python2-oslo.utils >= 3.15.0
+BuildRequires:  python2-pbr >= 1.6
+BuildRequires:  python2-pifpaf
+BuildRequires:  python2-pymemcache
+BuildRequires:  python2-setuptools
+BuildRequires:  python2-stevedore >= 1.16.0
+BuildRequires:  python2-tenacity >= 3.2.1
+BuildRequires:  python2-testtools
+BuildRequires:  python2-voluptuous >= 0.8.9
+BuildRequires:  python3-fasteners >= 0.7
+BuildRequires:  python3-fixtures
+BuildRequires:  python3-futurist >= 1.2.0
+BuildRequires:  python3-iso8601
+BuildRequires:  python3-mock
+BuildRequires:  python3-oslo.serialization >= 1.10.0
+BuildRequires:  python3-oslo.utils >= 3.15.0
+BuildRequires:  python3-pbr >= 1.6
+BuildRequires:  python3-pifpaf
+BuildRequires:  python3-pymemcache
+BuildRequires:  python3-setuptools
+BuildRequires:  python3-stevedore >= 1.16.0
+BuildRequires:  python3-tenacity >= 3.2.1
+BuildRequires:  python3-testtools
+BuildRequires:  python3-voluptuous >= 0.8.9
 Requires:   python-Babel
-Requires:   python-enum34
 Requires:   python-fasteners >= 0.7
-Requires:   python-futures >= 3.0
-Requires:

commit python-tooz for openSUSE:Factory

2019-03-26 Thread root
Hello community,

here is the log from the commit of package python-tooz for openSUSE:Factory 
checked in at 2019-03-26 15:44:44

Comparing /work/SRC/openSUSE:Factory/python-tooz (Old)
 and  /work/SRC/openSUSE:Factory/.python-tooz.new.25356 (New)


Package is "python-tooz"

Tue Mar 26 15:44:44 2019 rev:8 rq:688256 version:1.62.1

Changes:

--- /work/SRC/openSUSE:Factory/python-tooz/python-tooz.changes  2018-09-07 
15:39:38.938520368 +0200
+++ /work/SRC/openSUSE:Factory/.python-tooz.new.25356/python-tooz.changes   
2019-03-26 15:44:53.904116336 +0100
@@ -1,0 +2,9 @@
+Mon Mar 25 13:06:24 UTC 2019 - cloud-de...@suse.de
+
+- update to version 1.62.1
+  - fix tox python3 overrides
+  - Update .gitreview for stable/rocky
+  - import zuul job settings from project-config
+  - Fixed UnicodeEncodeError for Python2 unicode objects
+
+---

Old:

  tooz-1.62.0.tar.gz

New:

  tooz-1.62.1.tar.gz



Other differences:
--
++ python-tooz.spec ++
--- /var/tmp/diff_new_pack.SKPc5f/_old  2019-03-26 15:44:54.560115568 +0100
+++ /var/tmp/diff_new_pack.SKPc5f/_new  2019-03-26 15:44:54.560115568 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tooz
 #
-# Copyright (c) 2018 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
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -21,7 +21,7 @@
 %global rdo 1
 %endif
 Name:   python-tooz
-Version:1.62.0
+Version:1.62.1
 Release:0
 Summary:Coordination library for distributed systems
 License:Apache-2.0

++ tooz-1.62.0.tar.gz -> tooz-1.62.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tooz-1.62.0/.zuul.yaml new/tooz-1.62.1/.zuul.yaml
--- old/tooz-1.62.0/.zuul.yaml  2018-05-01 23:06:08.0 +0200
+++ new/tooz-1.62.1/.zuul.yaml  2019-03-18 00:09:34.0 +0100
@@ -68,6 +68,17 @@
 - tooz-tox-py35-consul:
 branches: ^(?!stable/newton).*$
 
+templates:
+  - check-requirements
+  - openstack-python-jobs
+  - openstack-python35-jobs
+  - publish-openstack-docs-pti
+  - lib-forward-testing
+  - release-notes-jobs-python3
+  - periodic-stable-jobs
+post:
+  jobs:
+- openstack-tox-cover
 - job:
 name: tooz-tox-py27-consul
 parent: openstack-tox
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tooz-1.62.0/AUTHORS new/tooz-1.62.1/AUTHORS
--- old/tooz-1.62.0/AUTHORS 2018-05-01 23:08:23.0 +0200
+++ new/tooz-1.62.1/AUTHORS 2019-03-18 00:11:02.0 +0100
@@ -9,6 +9,7 @@
 Davanum Srinivas 
 Dina Belova 
 Dirk Mueller 
+Dmitriy Rabotjagov 
 Doug Hellmann 
 Duong Ha-Quang 
 Eoghan Glynn 
@@ -46,7 +47,6 @@
 Vilobh Meshram 
 Yassine Lamgarchal 
 Yassine Lamgarchal 
-Zuul 
 fuzk 
 gord chung 
 gordon chung 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tooz-1.62.0/ChangeLog new/tooz-1.62.1/ChangeLog
--- old/tooz-1.62.0/ChangeLog   2018-05-01 23:08:23.0 +0200
+++ new/tooz-1.62.1/ChangeLog   2019-03-18 00:11:02.0 +0100
@@ -1,6 +1,14 @@
 CHANGES
 ===
 
+1.62.1
+--
+
+* Fixed UnicodeEncodeError for Python2 unicode objects
+* import zuul job settings from project-config
+* fix tox python3 overrides
+* Update .gitreview for stable/rocky
+
 1.62.0
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tooz-1.62.0/PKG-INFO new/tooz-1.62.1/PKG-INFO
--- old/tooz-1.62.0/PKG-INFO2018-05-01 23:08:24.0 +0200
+++ new/tooz-1.62.1/PKG-INFO2019-03-18 00:11:02.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: tooz
-Version: 1.62.0
+Version: 1.62.1
 Summary: Coordination library for distributed systems.
 Home-page: https://docs.openstack.org/tooz/latest/
 Author: OpenStack
@@ -44,16 +44,16 @@
 Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Topic :: System :: Distributed Computing
-Provides-Extra: etcd
-Provides-Extra: test
-Provides-Extra: consul
-Provides-Extra: etcd3
+Provides-Extra: zake
 Provides-Extra: zookeeper
-Provides-Extra: memcached
 Provides-Extra: ipc
-Provides-Extra: redis
+Provides-Extra: test

commit python-tooz for openSUSE:Factory

2018-09-07 Thread root
Hello community,

here is the log from the commit of package python-tooz for openSUSE:Factory 
checked in at 2018-09-07 15:39:38

Comparing /work/SRC/openSUSE:Factory/python-tooz (Old)
 and  /work/SRC/openSUSE:Factory/.python-tooz.new (New)


Package is "python-tooz"

Fri Sep  7 15:39:38 2018 rev:7 rq:633123 version:1.62.0

Changes:

--- /work/SRC/openSUSE:Factory/python-tooz/python-tooz.changes  2018-03-19 
23:37:00.768308713 +0100
+++ /work/SRC/openSUSE:Factory/.python-tooz.new/python-tooz.changes 
2018-09-07 15:39:38.938520368 +0200
@@ -1,0 +2,19 @@
+Mon Sep  3 18:03:21 UTC 2018 - cloud-de...@suse.de
+
+- update to version 1.62.0
+  - set default python to python3
+  - Use native Zuul v3 tox jobs
+  - Update reno for stable/queens
+  - Zuul: Remove project name
+  - Remove setting of version/release from releasenotes
+  - Trivial: Update pypi url to new url
+  - Add doc/requirements.txt
+  - Implement group support for etcd3gw
+  - Zuul: add file extension to playbook path
+  - Move legacy jobs to project
+  - partitioner: do not use hash() to determine object identity
+  - Follow the new PTI for document build
+  - msgpack-python has been renamed to msgpack
+  - Remove tox_install.sh
+
+---

Old:

  tooz-1.60.0.tar.gz

New:

  tooz-1.62.0.tar.gz



Other differences:
--
++ python-tooz.spec ++
--- /var/tmp/diff_new_pack.SkeO9W/_old  2018-09-07 15:39:39.378519896 +0200
+++ /var/tmp/diff_new_pack.SkeO9W/_new  2018-09-07 15:39:39.382519891 +0200
@@ -21,47 +21,47 @@
 %global rdo 1
 %endif
 Name:   python-tooz
-Version:1.60.0
+Version:1.62.0
 Release:0
 Summary:Coordination library for distributed systems
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:http://docs.openstack.org/developer/tooz/
+URL:https://docs.openstack.org/developer/tooz/
 Source0:
https://files.pythonhosted.org/packages/source/t/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
 BuildRequires:  memcached
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
-BuildRequires:  python-enum34 >= 1.0.4
-BuildRequires:  python-fasteners >= 0.7.0
-BuildRequires:  python-fixtures >= 3.0.0
-BuildRequires:  python-futures >= 3.0.0
-BuildRequires:  python-futurist >= 1.2.0
-BuildRequires:  python-iso8601 >= 0.1.11
-BuildRequires:  python-mock >= 2.0.0
-BuildRequires:  python-oslo.serialization >= 2.18.0
-BuildRequires:  python-oslo.utils >= 3.33.0
-BuildRequires:  python-pbr >= 2.0.0
-BuildRequires:  python-pifpaf >= 0.10.0
-BuildRequires:  python-pymemcache >= 1.2.9
-BuildRequires:  python-setuptools >= 16.0
-BuildRequires:  python-stevedore >= 1.20.0
+BuildRequires:  python-enum34
+BuildRequires:  python-fasteners >= 0.7
+BuildRequires:  python-fixtures
+BuildRequires:  python-futures >= 3.0
+BuildRequires:  python-futurist >= 0.11.0
+BuildRequires:  python-iso8601
+BuildRequires:  python-mock
+BuildRequires:  python-oslo.serialization >= 1.10.0
+BuildRequires:  python-oslo.utils >= 3.15.0
+BuildRequires:  python-pbr >= 1.6
+BuildRequires:  python-pifpaf
+BuildRequires:  python-pymemcache
+BuildRequires:  python-setuptools
+BuildRequires:  python-stevedore >= 1.16.0
 BuildRequires:  python-tenacity >= 3.2.1
-BuildRequires:  python-testtools >= 2.2.0
+BuildRequires:  python-testtools
 BuildRequires:  python-voluptuous >= 0.8.9
-Requires:   python-Babel >= 2.3.4
-Requires:   python-enum34 >= 1.0.4
-Requires:   python-fasteners >= 0.7.0
-Requires:   python-futures >= 3.0.0
-Requires:   python-futurist >= 1.2.0
-Requires:   python-iso8601 >= 0.1.11
+Requires:   python-Babel
+Requires:   python-enum34
+Requires:   python-fasteners >= 0.7
+Requires:   python-futures >= 3.0
+Requires:   python-futurist >= 0.11.0
+Requires:   python-iso8601
 Requires:   python-msgpack >= 0.4.0
-Requires:   python-oslo.serialization >= 2.18.0
-Requires:   python-oslo.utils >= 3.33.0
-Requires:   python-six >= 1.10.0
-Requires:   python-stevedore >= 1.20.0
+Requires:   python-oslo.serialization >= 1.10.0
+Requires:   python-oslo.utils >= 3.15.0
+Requires:   python-six >= 1.9.0
+Requires:   python-stevedore >= 1.16.0
 Requires:   python-tenacity >= 3.2.1
 Requires:   python-voluptuous >= 0.8.9
-Requires:   python-zake >= 0.1.6
+Requires:   python-zake
 BuildArch:  noarch
 
 %description
@@ -73,8 +73,8 @@
 Summary:Documentation for %{name}
 Group:  Documentation/HTML
 BuildRequires:  python-Sphinx
-BuildRequires:  python-openstackdocstheme >= 1.18.1
-BuildRequires:  python-redis >= 2.10.0
+BuildRequires:  python-openstackdocstheme
+

commit python-tooz for openSUSE:Factory

2018-03-19 Thread root
Hello community,

here is the log from the commit of package python-tooz for openSUSE:Factory 
checked in at 2018-03-19 23:37:00

Comparing /work/SRC/openSUSE:Factory/python-tooz (Old)
 and  /work/SRC/openSUSE:Factory/.python-tooz.new (New)


Package is "python-tooz"

Mon Mar 19 23:37:00 2018 rev:6 rq:583360 version:1.60.0

Changes:

--- /work/SRC/openSUSE:Factory/python-tooz/python-tooz.changes  2018-02-20 
17:55:35.853336069 +0100
+++ /work/SRC/openSUSE:Factory/.python-tooz.new/python-tooz.changes 
2018-03-19 23:37:00.768308713 +0100
@@ -1,0 +2,5 @@
+Fri Feb 23 13:55:30 UTC 2018 - tbecht...@suse.com
+
+- Switch to stable/queens spec template
+
+---



Other differences:
--
++ python-tooz.spec ++
--- /var/tmp/diff_new_pack.3f3blb/_old  2018-03-19 23:37:01.464283606 +0100
+++ /var/tmp/diff_new_pack.3f3blb/_new  2018-03-19 23:37:01.468283461 +0100
@@ -73,7 +73,7 @@
 Summary:Documentation for %{name}
 Group:  Documentation/HTML
 BuildRequires:  python-Sphinx
-BuildRequires:  python-openstackdocstheme >= 1.17.0
+BuildRequires:  python-openstackdocstheme >= 1.18.1
 BuildRequires:  python-redis >= 2.10.0
 
 %description doc

++ _service ++
--- /var/tmp/diff_new_pack.3f3blb/_old  2018-03-19 23:37:01.508282018 +0100
+++ /var/tmp/diff_new_pack.3f3blb/_new  2018-03-19 23:37:01.508282018 +0100
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/tooz/tooz.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/openstack/tooz/tooz.spec.j2
 python-tooz.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/master/requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/requirements.txt
 cloud-de...@suse.de
 gh,openstack,tooz
   




commit python-tooz for openSUSE:Factory

2018-02-20 Thread root
Hello community,

here is the log from the commit of package python-tooz for openSUSE:Factory 
checked in at 2018-02-20 17:55:25

Comparing /work/SRC/openSUSE:Factory/python-tooz (Old)
 and  /work/SRC/openSUSE:Factory/.python-tooz.new (New)


Package is "python-tooz"

Tue Feb 20 17:55:25 2018 rev:5 rq:578062 version:1.60.0

Changes:

--- /work/SRC/openSUSE:Factory/python-tooz/python-tooz.changes  2017-11-29 
10:53:02.227829171 +0100
+++ /work/SRC/openSUSE:Factory/.python-tooz.new/python-tooz.changes 
2018-02-20 17:55:35.853336069 +0100
@@ -1,0 +2,8 @@
+Mon Feb 19 14:41:56 UTC 2018 - cloud-de...@suse.de
+
+- update to version 1.60.0
+  - Update .gitreview for stable/queens
+  - Use native Zuul v3 tox jobs
+  - msgpack-python has been renamed to msgpack
+
+---

Old:

  tooz-1.59.0.tar.gz

New:

  tooz-1.60.0.tar.gz



Other differences:
--
++ python-tooz.spec ++
--- /var/tmp/diff_new_pack.rwcxWs/_old  2018-02-20 17:55:37.109290846 +0100
+++ /var/tmp/diff_new_pack.rwcxWs/_new  2018-02-20 17:55:37.113290702 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tooz
 #
-# 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
@@ -17,8 +17,11 @@
 
 
 %global pypi_name tooz
+%if 0%{?rhel} || 0%{?fedora}
+%global rdo 1
+%endif
 Name:   python-tooz
-Version:1.59.0
+Version:1.60.0
 Release:0
 Summary:Coordination library for distributed systems
 License:Apache-2.0
@@ -28,33 +31,33 @@
 BuildRequires:  memcached
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
-BuildRequires:  python-enum34
-BuildRequires:  python-fasteners >= 0.7
+BuildRequires:  python-enum34 >= 1.0.4
+BuildRequires:  python-fasteners >= 0.7.0
 BuildRequires:  python-fixtures >= 3.0.0
-BuildRequires:  python-futures >= 3.0
-BuildRequires:  python-futurist >= 0.11.0
+BuildRequires:  python-futures >= 3.0.0
+BuildRequires:  python-futurist >= 1.2.0
 BuildRequires:  python-iso8601 >= 0.1.11
-BuildRequires:  python-mock >= 2.0
-BuildRequires:  python-oslo.serialization >= 1.10.0
-BuildRequires:  python-oslo.utils >= 3.20.0
+BuildRequires:  python-mock >= 2.0.0
+BuildRequires:  python-oslo.serialization >= 2.18.0
+BuildRequires:  python-oslo.utils >= 3.33.0
 BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-pifpaf >= 0.10.0
 BuildRequires:  python-pymemcache >= 1.2.9
 BuildRequires:  python-setuptools >= 16.0
 BuildRequires:  python-stevedore >= 1.20.0
 BuildRequires:  python-tenacity >= 3.2.1
-BuildRequires:  python-testtools >= 1.4.0
+BuildRequires:  python-testtools >= 2.2.0
 BuildRequires:  python-voluptuous >= 0.8.9
 Requires:   python-Babel >= 2.3.4
-Requires:   python-enum34
-Requires:   python-fasteners >= 0.7
-Requires:   python-futures >= 3.0
-Requires:   python-futurist >= 0.11.0
+Requires:   python-enum34 >= 1.0.4
+Requires:   python-fasteners >= 0.7.0
+Requires:   python-futures >= 3.0.0
+Requires:   python-futurist >= 1.2.0
 Requires:   python-iso8601 >= 0.1.11
-Requires:   python-msgpack-python >= 0.4.0
-Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.20.0
-Requires:   python-six >= 1.9.0
+Requires:   python-msgpack >= 0.4.0
+Requires:   python-oslo.serialization >= 2.18.0
+Requires:   python-oslo.utils >= 3.33.0
+Requires:   python-six >= 1.10.0
 Requires:   python-stevedore >= 1.20.0
 Requires:   python-tenacity >= 3.2.1
 Requires:   python-voluptuous >= 0.8.9
@@ -68,9 +71,9 @@
 
 %package doc
 Summary:Documentation for %{name}
-Group:  Documentation
+Group:  Documentation/HTML
 BuildRequires:  python-Sphinx
-BuildRequires:  python-openstackdocstheme >= 1.11.0
+BuildRequires:  python-openstackdocstheme >= 1.17.0
 BuildRequires:  python-redis >= 2.10.0
 
 %description doc
@@ -94,9 +97,11 @@
 rm -rf html/.{doctrees,buildinfo}
 
 %check
+%if ! 0%{?rdo}
 export TOOZ_TEST_DRIVERS="memcached"
 export PATH=%{_prefix}/sbin:$PATH
 bash run-tests.sh
+%endif
 
 %install
 %py2_install

++ tooz-1.59.0.tar.gz -> tooz-1.60.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tooz-1.59.0/.zuul.yaml new/tooz-1.60.0/.zuul.yaml
--- old/tooz-1.59.0/.zuul.yaml  1970-01-01 01:00:00.0 +0100
+++ new/tooz-1.60.0/.zuul.yaml  2018-02-15 21:04:44.0 +0100
@@ -0,0 +1,229 @@
+- project:
+check:
+  jobs:
+- tooz-tox-py27-etcd
+

commit python-tooz for openSUSE:Factory

2017-11-29 Thread root
Hello community,

here is the log from the commit of package python-tooz for openSUSE:Factory 
checked in at 2017-11-29 10:52:48

Comparing /work/SRC/openSUSE:Factory/python-tooz (Old)
 and  /work/SRC/openSUSE:Factory/.python-tooz.new (New)


Package is "python-tooz"

Wed Nov 29 10:52:48 2017 rev:4 rq:545730 version:1.59.0

Changes:

--- /work/SRC/openSUSE:Factory/python-tooz/python-tooz.changes  2017-08-28 
15:31:59.887637444 +0200
+++ /work/SRC/openSUSE:Factory/.python-tooz.new/python-tooz.changes 
2017-11-29 10:53:02.227829171 +0100
@@ -1,0 +2,11 @@
+Sun Nov 26 16:07:34 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.59.0
+  - redis: always remove lock from acquired lock when release()ing
+  - Update reno for stable/pike
+  - Add etcd3 group support
+  - Use the same default timeout for async result
+  - redis: log an error on release failure
+  - Acquire fails with "ToozError: Not found"
+
+---

Old:

  tooz-1.58.0.tar.gz

New:

  tooz-1.59.0.tar.gz



Other differences:
--
++ python-tooz.spec ++
--- /var/tmp/diff_new_pack.31bLQ7/_old  2017-11-29 10:53:02.851806532 +0100
+++ /var/tmp/diff_new_pack.31bLQ7/_new  2017-11-29 10:53:02.855806388 +0100
@@ -18,23 +18,28 @@
 
 %global pypi_name tooz
 Name:   python-tooz
-Version:1.58.0
+Version:1.59.0
 Release:0
 Summary:Coordination library for distributed systems
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://docs.openstack.org/developer/tooz/
-Source0:
https://pypi.io/packages/source/t/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/t/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
+BuildRequires:  memcached
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python-enum34
 BuildRequires:  python-fasteners >= 0.7
+BuildRequires:  python-fixtures >= 3.0.0
 BuildRequires:  python-futures >= 3.0
 BuildRequires:  python-futurist >= 0.11.0
 BuildRequires:  python-iso8601 >= 0.1.11
+BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-oslo.serialization >= 1.10.0
 BuildRequires:  python-oslo.utils >= 3.20.0
 BuildRequires:  python-pbr >= 2.0.0
+BuildRequires:  python-pifpaf >= 0.10.0
+BuildRequires:  python-pymemcache >= 1.2.9
 BuildRequires:  python-setuptools >= 16.0
 BuildRequires:  python-stevedore >= 1.20.0
 BuildRequires:  python-tenacity >= 3.2.1
@@ -66,6 +71,7 @@
 Group:  Documentation
 BuildRequires:  python-Sphinx
 BuildRequires:  python-openstackdocstheme >= 1.11.0
+BuildRequires:  python-redis >= 2.10.0
 
 %description doc
 The Tooz project aims at centralizing the most common distributed primitives
@@ -88,7 +94,9 @@
 rm -rf html/.{doctrees,buildinfo}
 
 %check
-%{__python2} setup.py test
+export TOOZ_TEST_DRIVERS="memcached"
+export PATH=%{_prefix}/sbin:$PATH
+bash run-tests.sh
 
 %install
 %py2_install

++ _service ++
--- /var/tmp/diff_new_pack.31bLQ7/_old  2017-11-29 10:53:02.891805082 +0100
+++ /var/tmp/diff_new_pack.31bLQ7/_new  2017-11-29 10:53:02.891805082 +0100
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/tooz/tooz.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/tooz/tooz.spec.j2
 python-tooz.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/master/requirements.txt
 cloud-de...@suse.de
 gh,openstack,tooz
   

++ tooz-1.58.0.tar.gz -> tooz-1.59.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tooz-1.58.0/AUTHORS new/tooz-1.59.0/AUTHORS
--- old/tooz-1.58.0/AUTHORS 2017-07-20 13:09:21.0 +0200
+++ new/tooz-1.59.0/AUTHORS 2017-09-06 10:31:50.0 +0200
@@ -11,6 +11,7 @@
 Eoghan Glynn 
 Gary Kotton 
 Gorka Eguileor 
+Imran Ansari 
 Jay Clark 
 Jay Pipes 
 Jeremy Stanley 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tooz-1.58.0/ChangeLog new/tooz-1.59.0/ChangeLog
--- old/tooz-1.58.0/ChangeLog   2017-07-20 13:09:21.0 +0200
+++ new/tooz-1.59.0/ChangeLog   2017-09-06 10:31:50.0 +0200
@@ -1,6 +1,15 @@
 CHANGES
 ===
 
+1.59.0
+--
+
+* Acquire fails with "ToozError: Not found"
+* redis: always remove lock from acquired lock when release()ing
+* redis: log an error on release failure
+* Use the same default timeout for async result
+* Update reno for stable/pike
+
 1.58.0
 --
 
@@ -13,6 +22,7 @@
 
 * Switch from oslosphinx to openstackdocs

commit python-tooz for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-tooz for openSUSE:Factory 
checked in at 2017-08-28 15:31:57

Comparing /work/SRC/openSUSE:Factory/python-tooz (Old)
 and  /work/SRC/openSUSE:Factory/.python-tooz.new (New)


Package is "python-tooz"

Mon Aug 28 15:31:57 2017 rev:3 rq:515022 version:1.58.0

Changes:

--- /work/SRC/openSUSE:Factory/python-tooz/python-tooz.changes  2017-02-21 
13:39:24.308926489 +0100
+++ /work/SRC/openSUSE:Factory/.python-tooz.new/python-tooz.changes 
2017-08-28 15:31:59.887637444 +0200
@@ -1,0 +2,55 @@
+Mon Aug  7 14:30:35 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.58.0
+  - etcd3: add etcd3 coordination driver
+  - Factorize tox envlist for better readability
+  - redis: fix concurrent access on acquire()
+  - {my,pg}sql: close connections when out of retry
+  - tests: fix etcd and consul test run
+  - pass on partitions
+  - pgsql: fix self._conn.close() being called without connection
+  - Implement heartbeat for FileDriver
+  - hashring: allow to use bytes as node name
+  - Update reno for stable/ocata
+  - coordination: factorize common async result futures code
+  - Turn on warning-is-error in doc build
+  - Make sure Lock.heartbeat() returns True/False
+  - etcd3: use discard() rather than remove()
+  - http->https for security
+  - doc: use list-table for driver support tables
+  - Separate etcd3gw driver that uses the etcd3 grpc gateway
+  - etcd3: replace custom lock code by more recent etcd3 lock code
+  - coordination: remove double serialization of capabilities
+  - consul: remove unused executor
+  - etcd: fix blocking argument
+  - get weight of existing members
+  - coordination: fix reversed fiels for __repr__ for events
+  - Add shared filelock
+  - postgresql: only pass username and password if they are set
+  - Fix psycopg2 connection argument
+  - Update URLs in documents according to document migration
+  - etcd: fix acquire(blocking=True) on request exception
+  - tests: tests fail if no URL is set + run partitioner tests on basic drivers
+  - Adds authentication support for zookeeperDriver
+  - coordination: do not get member list if not needed
+  - sql: close connection for lock if not used
+  - support unicode node name
+  - etcd3: fix test run
+  - test: leverage existing helper method in test_partitioner
+  - simplify hashring node lookup
+  - rearrange existing documentation to fit the new standard layout
+  - Fix docstring for group and member id
+  - Mutualize executor code in a mixin class
+  - Disable test_get_lock_serial_locking_two_lock_process for etcd3
+  - Simplify env list and test running
+  - doc: update heartbeat doc to use start_heart=True
+  - Switch tests to use latest etcd - 3.1.3
+  - etcd3: skip ProcessPool based test
+  - Rewrite heartbeat runner with event
+  - Switch from oslosphinx to openstackdocstheme
+  - FileDriver:Support multiple processes
+  - tests: fix missing .get() on some group operations
+  - add weight tests for add_nodes
+  - Enhance heartbeat sleep timer
+
+---

Old:

  tooz-1.48.0.tar.gz

New:

  tooz-1.58.0.tar.gz



Other differences:
--
++ python-tooz.spec ++
--- /var/tmp/diff_new_pack.moR8Lf/_old  2017-08-28 15:32:01.167457517 +0200
+++ /var/tmp/diff_new_pack.moR8Lf/_new  2017-08-28 15:32:01.179455830 +0200
@@ -18,7 +18,7 @@
 
 %global pypi_name tooz
 Name:   python-tooz
-Version:1.48.0
+Version:1.58.0
 Release:0
 Summary:Coordination library for distributed systems
 License:Apache-2.0
@@ -27,9 +27,19 @@
 Source0:
https://pypi.io/packages/source/t/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-enum34
+BuildRequires:  python-fasteners >= 0.7
+BuildRequires:  python-futures >= 3.0
+BuildRequires:  python-futurist >= 0.11.0
+BuildRequires:  python-iso8601 >= 0.1.11
+BuildRequires:  python-oslo.serialization >= 1.10.0
+BuildRequires:  python-oslo.utils >= 3.20.0
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-setuptools >= 16.0
+BuildRequires:  python-stevedore >= 1.20.0
+BuildRequires:  python-tenacity >= 3.2.1
 BuildRequires:  python-testtools >= 1.4.0
+BuildRequires:  python-voluptuous >= 0.8.9
 Requires:   python-Babel >= 2.3.4
 Requires:   python-enum34
 Requires:   python-fasteners >= 0.7
@@ -38,9 +48,9 @@
 Requires:   python-iso8601 >= 0.1.11
 Requires:   python-msgpack-python >= 0.4.0
 Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.18.0
+Requires:   python-oslo.utils >= 3.20.0
 Requires:  

commit python-tooz for openSUSE:Factory

2017-02-21 Thread root
Hello community,

here is the log from the commit of package python-tooz for openSUSE:Factory 
checked in at 2017-02-21 13:39:23

Comparing /work/SRC/openSUSE:Factory/python-tooz (Old)
 and  /work/SRC/openSUSE:Factory/.python-tooz.new (New)


Package is "python-tooz"

Changes:

--- /work/SRC/openSUSE:Factory/python-tooz/python-tooz.changes  2016-10-13 
11:28:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-tooz.new/python-tooz.changes 
2017-02-21 13:39:24.308926489 +0100
@@ -1,0 +2,50 @@
+Fri Feb 10 14:16:04 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.48.0:
+  - Replace 'assertTrue(a in b)' with 'assertIn(a, b)' and 'assertFalse(a in
+  - Replace retrying with tenacity
+  - [doc] Note lack of constraints is a choice
+  - Fixup concurrent modification
+  - file: update .metadata atomically
+  - Switch from Python 3.4 to Python 3.5
+  - tox: use pretty tox output
+  - file: move _read_{group,member}_id to staticmethod-s
+  - Update etcd version in tests
+  - redis: make sure we don't release and heartbeat a lock at the same time
+  - Add CONTRIBUTING.rst
+  - The 'moves.moved_class' function creates a new class
+  - coordinator: add join_group_create
+  - Bump hacking to 0.12
+  - coordination: make get_members() return a set
+  - file: move _load_and_validate to a method
+  - Add weight support to the hashring
+  - Use the internal group of list rather than listing the groups
+  - Changed author and author-email
+  - tox: install docs dependency in docs target and reno
+  - Raise tooz error when unexpected last entries found
+  - Install only needed packages
+  - coordination: add __repr__ for join/leave events
+  - zookeeper: switch to standard group membership watching
+  - coordination: fix moved_class usage for ToozError
+  - Use method ensure_tree from oslo.utils
+  - Move ToozError to root module
+  - Using assertIsNone() instead of assertEqual(None, ...)
+  - Replace 'assertTrue(a (not)in b)' with 'assert(Not)In(a, b)'
+  - coordination: renforce event based testing
+  - Factorize member_id in the base coordinator class
+  - Add a hashring implementation
+  - Add reno for release notes management
+  - Do not re-set the members cache for watchers by default
+  - Fix a typo in file.py
+  - Add partitioner implementation
+  - Move the cached-based watcher implementation into its own class
+  - etcd: run tests in clustering mode too
+  - Changed the home-page link
+  - Replaces uuid.uuid4 with uuidutils.generate_uuid()
+  - Fix test function name with two underscores to have only one
+  - Stop making tooz.utils depending on tooz.coordination
+  - file: return converted voluptuous data
+  - Factorize group quit on stop()
+  - coordination: allow to pass capabilities in join_group_create()
+
+---

Old:

  tooz-1.43.0.tar.gz

New:

  tooz-1.48.0.tar.gz



Other differences:
--
++ python-tooz.spec ++
--- /var/tmp/diff_new_pack.dvnGT7/_old  2017-02-21 13:39:24.848850321 +0100
+++ /var/tmp/diff_new_pack.dvnGT7/_new  2017-02-21 13:39:24.848850321 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tooz
 #
-# 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
@@ -18,7 +18,7 @@
 
 %global pypi_name tooz
 Name:   python-tooz
-Version:1.43.0
+Version:1.48.0
 Release:0
 Summary:Coordination library for distributed systems
 License:Apache-2.0
@@ -27,7 +27,7 @@
 Source0:
https://pypi.io/packages/source/t/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
-BuildRequires:  python-pbr >= 1.6
+BuildRequires:  python-pbr >= 1.8
 BuildRequires:  python-setuptools >= 16.0
 BuildRequires:  python-testtools >= 1.4.0
 Requires:   python-Babel >= 2.3.4
@@ -38,10 +38,10 @@
 Requires:   python-iso8601 >= 0.1.11
 Requires:   python-msgpack-python >= 0.4.0
 Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.16.0
-Requires:   python-retrying >= 1.2.3
+Requires:   python-oslo.utils >= 3.18.0
 Requires:   python-six >= 1.9.0
-Requires:   python-stevedore >= 1.16.0
+Requires:   python-stevedore >= 1.17.1
+Requires:   python-tenacity >= 3.2.1
 Requires:   python-voluptuous >= 0.8.9
 Requires:   python-zake >= 0.1.6
 BuildArch:  noarch
@@ -57,9 +57,9 @@
 BuildRequires:  python-Sphinx
 BuildRequires:  python-enum34
 BuildRequires:  python-futures >= 3.0
-BuildRequires:  python-oslo