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 - [email protected] + +- 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.000000000 +0100 +++ new/tooz-1.60.0/.zuul.yaml 2018-02-15 21:04:44.000000000 +0100 @@ -0,0 +1,229 @@ +- project: + check: + jobs: + - tooz-tox-py27-etcd + - tooz-tox-py35-etcd: + branches: ^(?!stable/newton).*$ + - tooz-tox-py27-etcd3: + branches: ^(?!stable/(newton|ocata)).*$ + - tooz-tox-py35-etcd3: + branches: ^(?!stable/(newton|ocata)).*$ + - tooz-tox-py27-etcd3gw: + branches: ^(?!stable/(newton|ocata)).*$ + - tooz-tox-py35-etcd3gw: + branches: ^(?!stable/(newton|ocata)).*$ + - tooz-tox-py27-zookeeper + - tooz-tox-py35-zookeeper: + branches: ^(?!stable/newton).*$ + - tooz-tox-py27-redis + - tooz-tox-py35-redis: + branches: ^(?!stable/newton).*$ + - tooz-tox-py27-sentinel + - tooz-tox-py35-sentinel: + branches: ^(?!stable/newton).*$ + - tooz-tox-py27-memcached + - tooz-tox-py35-memcached: + branches: ^(?!stable/newton).*$ + - tooz-tox-py27-postgresql + - tooz-tox-py35-postgresql: + branches: ^(?!stable/newton).*$ + - tooz-tox-py27-mysql + - tooz-tox-py35-mysql: + branches: ^(?!stable/newton).*$ + - tooz-tox-py27-consul + - tooz-tox-py35-consul: + branches: ^(?!stable/newton).*$ + gate: + jobs: + - tooz-tox-py27-etcd + - tooz-tox-py35-etcd: + branches: ^(?!stable/newton).*$ + - tooz-tox-py27-etcd3: + branches: ^(?!stable/(newton|ocata)).*$ + - tooz-tox-py35-etcd3: + branches: ^(?!stable/(newton|ocata)).*$ + - tooz-tox-py27-etcd3gw: + branches: ^(?!stable/(newton|ocata)).*$ + - tooz-tox-py35-etcd3gw: + branches: ^(?!stable/(newton|ocata)).*$ + - tooz-tox-py27-zookeeper + - tooz-tox-py35-zookeeper: + branches: ^(?!stable/newton).*$ + - tooz-tox-py27-redis + - tooz-tox-py35-redis: + branches: ^(?!stable/newton).*$ + - tooz-tox-py27-sentinel + - tooz-tox-py35-sentinel: + branches: ^(?!stable/newton).*$ + - tooz-tox-py27-memcached + - tooz-tox-py35-memcached: + branches: ^(?!stable/newton).*$ + - tooz-tox-py27-postgresql + - tooz-tox-py35-postgresql: + branches: ^(?!stable/newton).*$ + - tooz-tox-py27-mysql + - tooz-tox-py35-mysql: + branches: ^(?!stable/newton).*$ + - tooz-tox-py27-consul + - tooz-tox-py35-consul: + branches: ^(?!stable/newton).*$ + +- job: + name: tooz-tox-py27-consul + parent: openstack-tox + description: | + Run tests using ``py27-consul`` environment. + vars: + tox_envlist: mysql-python + +- job: + name: tooz-tox-py27-etcd + parent: openstack-tox + description: | + Run tests using ``py27-etcd`` environment. + vars: + tox_envlist: py27-etcd + +- job: + name: tooz-tox-py27-etcd3 + parent: openstack-tox + description: | + Run tests using ``py27-etcd3`` environment. + vars: + tox_envlist: py27-etcd3 + +- job: + name: tooz-tox-py27-etcd3gw + parent: openstack-tox + description: | + Run tests using ``py27-etcd3gw`` environment. + vars: + tox_envlist: py27-etcd3gw + +- job: + name: tooz-tox-py27-memcached + parent: openstack-tox + description: | + Run tests using ``py27-memcached`` environment. + vars: + tox_envlist: py27-memcached + +- job: + name: tooz-tox-py27-mysql + parent: openstack-tox + description: | + Run tests using ``py27-mysql`` environment. + vars: + tox_envlist: py27-mysql + +- job: + name: tooz-tox-py27-postgresql + parent: openstack-tox + description: | + Run tests using ``py27-postgresql`` environment. + vars: + tox_envlist: py27-postgresql + +- job: + name: tooz-tox-py27-redis + parent: openstack-tox + description: | + Run tests using ``py27-redis`` environment. + vars: + tox_envlist: py27-redis + +- job: + name: tooz-tox-py27-sentinel + parent: openstack-tox + description: | + Run tests using ``py27-sentinel`` environment. + vars: + tox_envlist: py27-sentinel + +- job: + name: tooz-tox-py27-zookeeper + parent: openstack-tox + description: | + Run tests using ``py27-zookeeper`` environment. + vars: + tox_envlist: py27-zookeeper + +- job: + name: tooz-tox-py35-consul + parent: openstack-tox + description: | + Run tests using ``py35-consul`` environment. + vars: + tox_envlist: py35-consul + +- job: + name: tooz-tox-py35-etcd + parent: openstack-tox + description: | + Run tests using ``py35-etcd`` environment. + vars: + tox_envlist: py35-etcd + +- job: + name: tooz-tox-py35-etcd3 + parent: openstack-tox + description: | + Run tests using ``py35-etcd3`` environment. + vars: + tox_envlist: py35-etcd3 + +- job: + name: tooz-tox-py35-etcd3gw + parent: openstack-tox + description: | + Run tests using ``py35-etcd3gw`` environment. + vars: + tox_envlist: py35-etcd3gw + +- job: + name: tooz-tox-py35-memcached + parent: openstack-tox + description: | + Run tests using ``py35-memcached`` environment. + vars: + tox_envlist: py35-memcached + +- job: + name: tooz-tox-py35-mysql + parent: openstack-tox + description: | + Run tests using ``py35-mysql`` environment. + vars: + tox_envlist: py35-mysql + +- job: + name: tooz-tox-py35-postgresql + parent: openstack-tox + description: | + Run tests using ``py35-postgresql`` environment. + vars: + tox_envlist: py35-postgresql + +- job: + name: tooz-tox-py35-redis + parent: openstack-tox + description: | + Run tests using ``py35-redis`` environment. + vars: + tox_envlist: py35-redis + +- job: + name: tooz-tox-py35-sentinel + parent: openstack-tox + description: | + Run tests using ``py35-sentinel`` environment. + vars: + tox_envlist: py35-sentinel + +- job: + name: tooz-tox-py35-zookeeper + parent: openstack-tox + description: | + Run tests using ``py35-zookeeper`` environment. + vars: + tox_envlist: py35-zookeeper diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tooz-1.59.0/AUTHORS new/tooz-1.60.0/AUTHORS --- old/tooz-1.59.0/AUTHORS 2017-09-06 10:31:50.000000000 +0200 +++ new/tooz-1.60.0/AUTHORS 2018-02-15 21:07:03.000000000 +0100 @@ -1,12 +1,14 @@ Abhijeet Malawade <[email protected]> Adam Gandelman <[email protected]> Akihiro Motoki <[email protected]> +Andreas Jaeger <[email protected]> Cao Xuan Hoang <[email protected]> ChangBo Guo(gcb) <[email protected]> Chris Dent <[email protected]> Davanum Srinivas <[email protected]> Davanum Srinivas <[email protected]> Dina Belova <[email protected]> +Dirk Mueller <[email protected]> Doug Hellmann <[email protected]> Eoghan Glynn <[email protected]> Gary Kotton <[email protected]> @@ -39,6 +41,7 @@ Vilobh Meshram <[email protected]> Yassine Lamgarchal <[email protected]> Yassine Lamgarchal <[email protected]> +Zuul <[email protected]> fuzk <[email protected]> gord chung <[email protected]> gordon chung <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tooz-1.59.0/ChangeLog new/tooz-1.60.0/ChangeLog --- old/tooz-1.59.0/ChangeLog 2017-09-06 10:31:50.000000000 +0200 +++ new/tooz-1.60.0/ChangeLog 2018-02-15 21:07:03.000000000 +0100 @@ -1,6 +1,13 @@ CHANGES ======= +1.60.0 +------ + +* msgpack-python has been renamed to msgpack +* Update .gitreview for stable/queens +* Use native Zuul v3 tox jobs + 1.59.0 ------ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tooz-1.59.0/PKG-INFO new/tooz-1.60.0/PKG-INFO --- old/tooz-1.59.0/PKG-INFO 2017-09-06 10:31:51.000000000 +0200 +++ new/tooz-1.60.0/PKG-INFO 2018-02-15 21:07:04.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: tooz -Version: 1.59.0 +Version: 1.60.0 Summary: Coordination library for distributed systems. Home-page: https://docs.openstack.org/tooz/latest/ Author: OpenStack diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tooz-1.59.0/doc/requirements.txt new/tooz-1.60.0/doc/requirements.txt --- old/tooz-1.59.0/doc/requirements.txt 1970-01-01 01:00:00.000000000 +0100 +++ new/tooz-1.60.0/doc/requirements.txt 2018-02-15 21:04:44.000000000 +0100 @@ -0,0 +1,12 @@ +sphinx>=1.6.2 # BSD +openstackdocstheme>=1.11.0 # Apache-2.0 +reno>=1.8.0 # Apache-2.0 + +# Install dependencies for tooz so that autodoc works. +python-consul>=0.4.7 # MIT License +sysv-ipc>=0.6.8 # BSD License +zake>=0.1.6 # Apache-2.0 +redis>=2.10.0 # MIT +psycopg2>=2.5 # LGPL/ZPL +PyMySQL>=0.6.2 # MIT License +pymemcache!=1.3.0,>=1.2.9 # Apache 2.0 License diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tooz-1.59.0/requirements.txt new/tooz-1.60.0/requirements.txt --- old/tooz-1.59.0/requirements.txt 2017-09-06 10:30:35.000000000 +0200 +++ new/tooz-1.60.0/requirements.txt 2018-02-15 21:04:44.000000000 +0100 @@ -6,7 +6,7 @@ six>=1.9.0 # MIT enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD voluptuous>=0.8.9 # BSD License -msgpack-python>=0.4.0 # Apache-2.0 +msgpack>=0.4.0 # Apache-2.0 fasteners>=0.7 # Apache-2.0 tenacity>=3.2.1 # Apache-2.0 futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tooz-1.59.0/tooz.egg-info/PKG-INFO new/tooz-1.60.0/tooz.egg-info/PKG-INFO --- old/tooz-1.59.0/tooz.egg-info/PKG-INFO 2017-09-06 10:31:50.000000000 +0200 +++ new/tooz-1.60.0/tooz.egg-info/PKG-INFO 2018-02-15 21:07:03.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: tooz -Version: 1.59.0 +Version: 1.60.0 Summary: Coordination library for distributed systems. Home-page: https://docs.openstack.org/tooz/latest/ Author: OpenStack diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tooz-1.59.0/tooz.egg-info/SOURCES.txt new/tooz-1.60.0/tooz.egg-info/SOURCES.txt --- old/tooz-1.59.0/tooz.egg-info/SOURCES.txt 2017-09-06 10:31:51.000000000 +0200 +++ new/tooz-1.60.0/tooz.egg-info/SOURCES.txt 2018-02-15 21:07:04.000000000 +0100 @@ -1,5 +1,6 @@ .coveragerc .testr.conf +.zuul.yaml AUTHORS CONTRIBUTING.rst ChangeLog @@ -14,6 +15,7 @@ setup.cfg setup.py tox.ini +doc/requirements.txt doc/source/conf.py doc/source/index.rst doc/source/install/index.rst diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tooz-1.59.0/tooz.egg-info/pbr.json new/tooz-1.60.0/tooz.egg-info/pbr.json --- old/tooz-1.59.0/tooz.egg-info/pbr.json 2017-09-06 10:31:50.000000000 +0200 +++ new/tooz-1.60.0/tooz.egg-info/pbr.json 2018-02-15 21:07:03.000000000 +0100 @@ -1 +1 @@ -{"git_version": "29ec8eb", "is_release": true} \ No newline at end of file +{"git_version": "4fd0c8a", "is_release": true} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tooz-1.59.0/tooz.egg-info/requires.txt new/tooz-1.60.0/tooz.egg-info/requires.txt --- old/tooz-1.59.0/tooz.egg-info/requires.txt 2017-09-06 10:31:50.000000000 +0200 +++ new/tooz-1.60.0/tooz.egg-info/requires.txt 2018-02-15 21:07:03.000000000 +0100 @@ -3,7 +3,7 @@ six>=1.9.0 enum34 voluptuous>=0.8.9 -msgpack-python>=0.4.0 +msgpack>=0.4.0 fasteners>=0.7 tenacity>=3.2.1 futures>=3.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tooz-1.59.0/tox.ini new/tooz-1.60.0/tox.ini --- old/tooz-1.59.0/tox.ini 2017-09-06 10:30:35.000000000 +0200 +++ new/tooz-1.60.0/tox.ini 2018-02-15 21:04:44.000000000 +0100 @@ -44,7 +44,7 @@ commands = python setup.py testr --slowest --coverage --testr-args="{posargs}" [testenv:docs] -deps = .[doc,zake,ipc,zookeeper,redis,memcached,mysql,postgresql,consul] +deps = -r{toxinidir}/doc/requirements.txt commands = python setup.py build_sphinx [testenv:pep8] @@ -59,5 +59,5 @@ show-source = True [testenv:releasenotes] -deps = .[doc] +deps = -r{toxinidir}/doc/requirements.txt commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
