Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-oslo.config for openSUSE:Factory checked in at 2022-05-25 20:34:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-oslo.config (Old) and /work/SRC/openSUSE:Factory/.python-oslo.config.new.2254 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.config" Wed May 25 20:34:38 2022 rev:39 rq:979081 version:8.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-oslo.config/python-oslo.config.changes 2021-12-13 20:50:51.408652594 +0100 +++ /work/SRC/openSUSE:Factory/.python-oslo.config.new.2254/python-oslo.config.changes 2022-05-25 20:35:03.056268560 +0200 @@ -1,0 +2,11 @@ +Tue May 24 21:26:19 UTC 2022 - [email protected] + +- update to version 8.8.0 + - Update python testing classifier + - Replace deprecated UPPER_CONSTRAINTS_FILE variable + - Update master for stable/xena + - Fix tests for Python3. + - setup.cfg: Replace dashes with underscores + - Add Python3 yoga unit tests + +------------------------------------------------------------------- Old: ---- oslo.config-8.7.1.tar.gz New: ---- oslo.config-8.8.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-oslo.config.spec ++++++ --- /var/tmp/diff_new_pack.cs7FTi/_old 2022-05-25 20:35:03.532269224 +0200 +++ /var/tmp/diff_new_pack.cs7FTi/_new 2022-05-25 20:35:03.536269230 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-oslo.config # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,19 @@ Name: python-oslo.config -Version: 8.7.1 +Version: 8.8.0 Release: 0 Epoch: 0 Summary: OpenStack common configuration library License: Apache-2.0 Group: Development/Languages/Python URL: https://docs.openstack.org/oslo.config -Source0: https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-8.7.1.tar.gz +Source0: https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-8.8.0.tar.gz BuildRequires: openstack-macros BuildRequires: python3-PyYAML >= 5.1 BuildRequires: python3-debtcollector >= 1.2.0 BuildRequires: python3-fixtures BuildRequires: python3-importlib-metadata -BuildRequires: python3-mock BuildRequires: python3-netaddr >= 0.7.18 BuildRequires: python3-oslo.i18n >= 3.15.3 BuildRequires: python3-oslotest @@ -38,7 +37,6 @@ BuildRequires: python3-requests >= 2.18.0 BuildRequires: python3-requests-mock BuildRequires: python3-rfc3986 >= 1.2.0 -BuildRequires: python3-six BuildRequires: python3-stestr BuildRequires: python3-stevedore >= 1.20.0 BuildRequires: python3-testscenarios @@ -63,7 +61,6 @@ Requires: python3-oslo.i18n >= 3.15.3 Requires: python3-requests >= 2.18.0 Requires: python3-rfc3986 >= 1.2.0 -Requires: python3-six Requires: python3-stevedore >= 1.20.0 %if 0%{?suse_version} Obsoletes: python2-oslo.config < 8.0.1 @@ -90,13 +87,13 @@ Documentation for the oslo-config library. %prep -%autosetup -p1 -n oslo.config-8.7.1 +%autosetup -p1 -n oslo.config-8.8.0 %py_req_cleanup %build %{py3_build} -PBR_VERSION=8.7.1 PYTHONPATH=. \ +PBR_VERSION=8.8.0 PYTHONPATH=. \ %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.cs7FTi/_old 2022-05-25 20:35:03.564269269 +0200 +++ /var/tmp/diff_new_pack.cs7FTi/_new 2022-05-25 20:35:03.568269274 +0200 @@ -2,7 +2,7 @@ <service mode="disabled" name="renderspec"> <param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/master/openstack/oslo.config/oslo.config.spec.j2</param> <param name="output-name">python-oslo.config.spec</param> - <param name="requirements">https://opendev.org/openstack/oslo.config/raw/branch/stable/xena/requirements.txt</param> + <param name="requirements">https://opendev.org/openstack/oslo.config/raw/branch/master/requirements.txt</param> <param name="changelog-email">[email protected]</param> <param name="changelog-provider">gh,openstack,oslo.config</param> </service> ++++++ oslo.config-8.7.1.tar.gz -> oslo.config-8.8.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.config-8.7.1/.zuul.yaml new/oslo.config-8.8.0/.zuul.yaml --- old/oslo.config-8.7.1/.zuul.yaml 2021-07-15 12:21:37.000000000 +0200 +++ new/oslo.config-8.8.0/.zuul.yaml 2022-02-15 17:18:00.000000000 +0100 @@ -2,7 +2,7 @@ templates: - check-requirements - lib-forward-testing-python3 - - openstack-python3-xena-jobs + - openstack-python3-yoga-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.config-8.7.1/ChangeLog new/oslo.config-8.8.0/ChangeLog --- old/oslo.config-8.7.1/ChangeLog 2021-07-15 12:22:14.000000000 +0200 +++ new/oslo.config-8.8.0/ChangeLog 2022-02-15 17:18:46.000000000 +0100 @@ -1,6 +1,16 @@ CHANGES ======= +8.8.0 +----- + +* Update python testing classifier +* Add Python3 yoga unit tests +* Update master for stable/xena +* setup.cfg: Replace dashes with underscores +* Fix tests for Python3 +* Replace deprecated UPPER\_CONSTRAINTS\_FILE variable + 8.7.1 ----- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.config-8.7.1/PKG-INFO new/oslo.config-8.8.0/PKG-INFO --- old/oslo.config-8.7.1/PKG-INFO 2021-07-15 12:22:15.025269000 +0200 +++ new/oslo.config-8.8.0/PKG-INFO 2022-02-15 17:18:46.754952000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: oslo.config -Version: 8.7.1 +Version: 8.8.0 Summary: Oslo Configuration API Home-page: https://docs.openstack.org/oslo.config/latest/ Author: OpenStack @@ -49,6 +49,7 @@ Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3 :: Only Classifier: Programming Language :: Python :: Implementation :: CPython Requires-Python: >=3.6 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.config-8.7.1/oslo.config.egg-info/PKG-INFO new/oslo.config-8.8.0/oslo.config.egg-info/PKG-INFO --- old/oslo.config-8.7.1/oslo.config.egg-info/PKG-INFO 2021-07-15 12:22:14.000000000 +0200 +++ new/oslo.config-8.8.0/oslo.config.egg-info/PKG-INFO 2022-02-15 17:18:46.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: oslo.config -Version: 8.7.1 +Version: 8.8.0 Summary: Oslo Configuration API Home-page: https://docs.openstack.org/oslo.config/latest/ Author: OpenStack @@ -49,6 +49,7 @@ Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3 :: Only Classifier: Programming Language :: Python :: Implementation :: CPython Requires-Python: >=3.6 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.config-8.7.1/oslo.config.egg-info/SOURCES.txt new/oslo.config-8.8.0/oslo.config.egg-info/SOURCES.txt --- old/oslo.config-8.7.1/oslo.config.egg-info/SOURCES.txt 2021-07-15 12:22:14.000000000 +0200 +++ new/oslo.config-8.8.0/oslo.config.egg-info/SOURCES.txt 2022-02-15 17:18:46.000000000 +0100 @@ -119,5 +119,6 @@ releasenotes/source/ussuri.rst releasenotes/source/victoria.rst releasenotes/source/wallaby.rst +releasenotes/source/xena.rst releasenotes/source/_static/.placeholder releasenotes/source/_templates/.placeholder \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.config-8.7.1/oslo.config.egg-info/pbr.json new/oslo.config-8.8.0/oslo.config.egg-info/pbr.json --- old/oslo.config-8.7.1/oslo.config.egg-info/pbr.json 2021-07-15 12:22:14.000000000 +0200 +++ new/oslo.config-8.8.0/oslo.config.egg-info/pbr.json 2022-02-15 17:18:46.000000000 +0100 @@ -1 +1 @@ -{"git_version": "1a7bd66", "is_release": true} \ No newline at end of file +{"git_version": "64c82a0", "is_release": true} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.config-8.7.1/oslo_config/tests/test_cfg.py new/oslo.config-8.8.0/oslo_config/tests/test_cfg.py --- old/oslo.config-8.7.1/oslo_config/tests/test_cfg.py 2021-07-15 12:21:37.000000000 +0200 +++ new/oslo.config-8.8.0/oslo_config/tests/test_cfg.py 2022-02-15 17:18:00.000000000 +0100 @@ -184,7 +184,10 @@ 'usage: test [-h] [--config-dir DIR] [--config-file PATH] ' '[--version]', f.getvalue()) - self.assertIn('optional', f.getvalue()) + # argparse may generate two different help messages: + # - In Python >=3.10: "options:\n --version" + # - In Python <3.10: "optional arguments:" + self.assertRegex(f.getvalue(), 'option(s|al arguments):') self.assertIn('-h, --help', f.getvalue()) def test_print_strOpt_with_choices_help(self): @@ -207,7 +210,10 @@ 'usage: test [-h] [--aa AA] [--bb BB] [--cc CC] [--config-dir DIR]' '\n [--config-file PATH] [--version]', f.getvalue()) - self.assertIn('optional', f.getvalue()) + # argparse may generate two different help messages: + # - In Python >=3.10: "options:\n --version" + # - In Python <3.10: "optional arguments:" + self.assertRegex(f.getvalue(), 'option(s|al arguments):') self.assertIn('-h, --help', f.getvalue()) self.assertIn('StrOpt with choices. Allowed values: xx, yy, zz', f.getvalue()) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.config-8.7.1/releasenotes/source/index.rst new/oslo.config-8.8.0/releasenotes/source/index.rst --- old/oslo.config-8.7.1/releasenotes/source/index.rst 2021-07-15 12:21:37.000000000 +0200 +++ new/oslo.config-8.8.0/releasenotes/source/index.rst 2022-02-15 17:18:00.000000000 +0100 @@ -6,6 +6,7 @@ :maxdepth: 1 unreleased + xena wallaby victoria ussuri diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.config-8.7.1/releasenotes/source/xena.rst new/oslo.config-8.8.0/releasenotes/source/xena.rst --- old/oslo.config-8.7.1/releasenotes/source/xena.rst 1970-01-01 01:00:00.000000000 +0100 +++ new/oslo.config-8.8.0/releasenotes/source/xena.rst 2022-02-15 17:18:00.000000000 +0100 @@ -0,0 +1,6 @@ +========================= +Xena Series Release Notes +========================= + +.. release-notes:: + :branch: stable/xena diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.config-8.7.1/setup.cfg new/oslo.config-8.8.0/setup.cfg --- old/oslo.config-8.7.1/setup.cfg 2021-07-15 12:22:15.025269000 +0200 +++ new/oslo.config-8.8.0/setup.cfg 2022-02-15 17:18:46.754952000 +0100 @@ -6,7 +6,7 @@ author = OpenStack author_email = [email protected] home_page = https://docs.openstack.org/oslo.config/latest/ -python-requires = >=3.6 +python_requires = >=3.6 classifier = Development Status :: 5 - Production/Stable Environment :: OpenStack @@ -19,6 +19,7 @@ Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 Programming Language :: Python :: 3 :: Only Programming Language :: Python :: Implementation :: CPython diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.config-8.7.1/tox.ini new/oslo.config-8.8.0/tox.ini --- old/oslo.config-8.7.1/tox.ini 2021-07-15 12:21:37.000000000 +0200 +++ new/oslo.config-8.8.0/tox.ini 2022-02-15 17:18:00.000000000 +0100 @@ -13,7 +13,7 @@ OS_STDERR_CAPTURE={env:OS_STDERR_CAPTURE:1} OS_TEST_TIMEOUT={env:OS_TEST_TIMEOUT:60} deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt -r{toxinidir}/doc/requirements.txt
