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.000000000 +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 - [email protected]
+
+- 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.utils >= 3.16.0
-BuildRequires:  python-oslosphinx >= 2.5.0
-BuildRequires:  python-stevedore >= 1.16.0
+BuildRequires:  python-oslo.utils >= 3.18.0
+BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-stevedore >= 1.17.1
 
 %description doc
 The Tooz project aims at centralizing the most common distributed primitives
@@ -69,7 +69,8 @@
 This package contains documentation in HTML format.
 
 %prep
-%setup -q -n %{pypi_name}-%{version}
+%autosetup -n %{pypi_name}-%{version}
+%py_req_cleanup
 
 %build
 %py2_build

++++++ _service ++++++
--- /var/tmp/diff_new_pack.dvnGT7/_old  2017-02-21 13:39:24.880845807 +0100
+++ /var/tmp/diff_new_pack.dvnGT7/_new  2017-02-21 13:39:24.880845807 +0100
@@ -1,8 +1,10 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/tooz/tooz.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/tooz/tooz.spec.j2</param>
     <param name="output-name">python-tooz.spec</param>
-    <param 
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/global-requirements.txt</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt</param>
+    <param name="changelog-email">[email protected]</param>
+    <param name="changelog-provider">gh,openstack,tooz</param>
   </service>
   <service mode="disabled" name="download_files">
     <param name="changesgenerate">enable</param>

++++++ tooz-1.43.0.tar.gz -> tooz-1.48.0.tar.gz ++++++
++++ 4706 lines of diff (skipped)


Reply via email to