Hello community, here is the log from the commit of package python-oslo.config for openSUSE:Factory checked in at 2020-03-11 18:50:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-oslo.config (Old) and /work/SRC/openSUSE:Factory/.python-oslo.config.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.config" Wed Mar 11 18:50:54 2020 rev:32 rq:783515 version:6.11.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-oslo.config/python-oslo.config.changes 2020-02-18 10:41:29.853078205 +0100 +++ /work/SRC/openSUSE:Factory/.python-oslo.config.new.3160/python-oslo.config.changes 2020-03-11 18:54:24.843649870 +0100 @@ -1,0 +2,8 @@ +Tue Mar 10 18:20:43 UTC 2020 - [email protected] + +- update to version 6.11.2 + - Update .gitreview for stable/train + - Update TOX/UPPER_CONSTRAINTS_FILE for stable/train + - Ensure option groups don't change during logging + +------------------------------------------------------------------- Old: ---- oslo.config-6.11.1.tar.gz New: ---- oslo.config-6.11.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-oslo.config.spec ++++++ --- /var/tmp/diff_new_pack.3HrVac/_old 2020-03-11 18:54:25.179650020 +0100 +++ /var/tmp/diff_new_pack.3HrVac/_new 2020-03-11 18:54:25.183650022 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-oslo.config # -# 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 @@ -17,13 +17,13 @@ Name: python-oslo.config -Version: 6.11.1 +Version: 6.11.2 Release: 0 Summary: OpenStack common configuration library License: Apache-2.0 Group: Development/Languages/Python URL: https://launchpad.net/oslo.config -Source0: https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-6.11.1.tar.gz +Source0: https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-6.11.2.tar.gz BuildRequires: openstack-macros BuildRequires: python2-PyYAML >= 3.12 BuildRequires: python2-debtcollector >= 1.2.0 @@ -101,13 +101,13 @@ Documentation for the oslo-config library. %prep -%autosetup -p1 -n oslo.config-6.11.1 +%autosetup -p1 -n oslo.config-6.11.2 %py_req_cleanup %build %{python_build} -PBR_VERSION=6.11.1 PYTHONPATH=. \ +PBR_VERSION=6.11.2 PYTHONPATH=. \ %sphinx_build -b html doc/source doc/build/html # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo} ++++++ oslo.config-6.11.1.tar.gz -> oslo.config-6.11.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.config-6.11.1/ChangeLog new/oslo.config-6.11.2/ChangeLog --- old/oslo.config-6.11.1/ChangeLog 2019-08-29 11:45:52.000000000 +0200 +++ new/oslo.config-6.11.2/ChangeLog 2020-01-09 19:17:22.000000000 +0100 @@ -1,6 +1,13 @@ CHANGES ======= +6.11.2 +------ + +* Ensure option groups don't change during logging +* Update TOX/UPPER\_CONSTRAINTS\_FILE for stable/train +* Update .gitreview for stable/train + 6.11.1 ------ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.config-6.11.1/PKG-INFO new/oslo.config-6.11.2/PKG-INFO --- old/oslo.config-6.11.1/PKG-INFO 2019-08-29 11:45:52.000000000 +0200 +++ new/oslo.config-6.11.2/PKG-INFO 2020-01-09 19:17:22.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: oslo.config -Version: 6.11.1 +Version: 6.11.2 Summary: Oslo Configuration API Home-page: https://docs.openstack.org/oslo.config/latest/ Author: OpenStack diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.config-6.11.1/oslo.config.egg-info/PKG-INFO new/oslo.config-6.11.2/oslo.config.egg-info/PKG-INFO --- old/oslo.config-6.11.1/oslo.config.egg-info/PKG-INFO 2019-08-29 11:45:52.000000000 +0200 +++ new/oslo.config-6.11.2/oslo.config.egg-info/PKG-INFO 2020-01-09 19:17:22.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: oslo.config -Version: 6.11.1 +Version: 6.11.2 Summary: Oslo Configuration API Home-page: https://docs.openstack.org/oslo.config/latest/ Author: OpenStack diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.config-6.11.1/oslo.config.egg-info/pbr.json new/oslo.config-6.11.2/oslo.config.egg-info/pbr.json --- old/oslo.config-6.11.1/oslo.config.egg-info/pbr.json 2019-08-29 11:45:52.000000000 +0200 +++ new/oslo.config-6.11.2/oslo.config.egg-info/pbr.json 2020-01-09 19:17:22.000000000 +0100 @@ -1 +1 @@ -{"git_version": "c4d8fa7", "is_release": true} \ No newline at end of file +{"git_version": "22c286c", "is_release": true} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.config-6.11.1/oslo_config/cfg.py new/oslo.config-6.11.2/oslo_config/cfg.py --- old/oslo.config-6.11.1/oslo_config/cfg.py 2019-08-29 11:45:05.000000000 +0200 +++ new/oslo.config-6.11.2/oslo_config/cfg.py 2020-01-09 19:16:00.000000000 +0100 @@ -2576,7 +2576,7 @@ logger.log(lvl, "%-30s = %s", opt_name, _sanitize(opt, getattr(self, opt_name))) - for group_name in self._groups: + for group_name in list(self._groups): group_attr = self.GroupAttr(self, self._get_group(group_name)) for opt_name in sorted(self._groups[group_name]._opts): opt = self._get_opt_info(opt_name, group_name)['opt'] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.config-6.11.1/tox.ini new/oslo.config-6.11.2/tox.ini --- old/oslo.config-6.11.1/tox.ini 2019-08-29 11:45:05.000000000 +0200 +++ new/oslo.config-6.11.2/tox.ini 2020-01-09 19:16:00.000000000 +0100 @@ -12,7 +12,7 @@ OS_STDERR_CAPTURE={env:OS_STDERR_CAPTURE:1} OS_TEST_TIMEOUT={env:OS_TEST_TIMEOUT:60} deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/train} -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt -r{toxinidir}/doc/requirements.txt
