Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-oslo.utils for openSUSE:Factory checked in at 2024-01-05 21:41:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-oslo.utils (Old) and /work/SRC/openSUSE:Factory/.python-oslo.utils.new.28375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.utils" Fri Jan 5 21:41:42 2024 rev:32 rq:1136726 version:6.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-oslo.utils/python-oslo.utils.changes 2023-07-18 22:09:41.747516098 +0200 +++ /work/SRC/openSUSE:Factory/.python-oslo.utils.new.28375/python-oslo.utils.changes 2024-01-05 21:42:50.629418418 +0100 @@ -1,0 +2,16 @@ +Thu Jan 4 09:09:06 UTC 2024 - [email protected] + +- update to version 6.3.0 + - Mask chapsecret + - Update master for stable/2023.2 + - versionutil: Remove trailing alpha/beta/rc suffix + - Imported Translations from Zanata + - Fix missing PyYAML dependency + +------------------------------------------------------------------- +Fri Dec 1 16:35:00 UTC 2023 - [email protected] + +- update to version 6.2.1 + - Imported Translations from Zanata + +------------------------------------------------------------------- Old: ---- oslo.utils-6.2.0.tar.gz New: ---- oslo.utils-6.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-oslo.utils.spec ++++++ --- /var/tmp/diff_new_pack.MHCNK9/_old 2024-01-05 21:42:52.013469025 +0100 +++ /var/tmp/diff_new_pack.MHCNK9/_new 2024-01-05 21:42:52.029469610 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-oslo.utils # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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.utils -Version: 6.2.0 +Version: 6.3.0 Release: 0 Summary: OpenStack Utils Library License: Apache-2.0 Group: Development/Languages/Python URL: https://docs.openstack.org/oslo.utils -Source0: https://files.pythonhosted.org/packages/source/o/oslo.utils/oslo.utils-6.2.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/o/oslo.utils/oslo.utils-6.3.0.tar.gz BuildRequires: openstack-macros BuildRequires: python3-Babel BuildRequires: python3-ddt @@ -72,7 +72,7 @@ Documentation for OpenStack utils library. %prep -%autosetup -p1 -n oslo.utils-6.2.0 +%autosetup -p1 -n oslo.utils-6.3.0 %py_req_cleanup @@ -83,7 +83,7 @@ %py3_install # generate html docs -PBR_VERSION=6.2.0 %sphinx_build -b html doc/source doc/build/html +PBR_VERSION=6.3.0 %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.MHCNK9/_old 2024-01-05 21:42:52.257477947 +0100 +++ /var/tmp/diff_new_pack.MHCNK9/_new 2024-01-05 21:42:52.285478970 +0100 @@ -1,14 +1,14 @@ <services> - <service mode="disabled" name="renderspec"> + <service mode="manual" name="renderspec"> <param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/master/openstack/oslo.utils/oslo.utils.spec.j2</param> <param name="output-name">python-oslo.utils.spec</param> <param name="requirements">https://opendev.org/openstack/oslo.utils/raw/master/requirements.txt</param> <param name="changelog-email">[email protected]</param> <param name="changelog-provider">gh,openstack,oslo.utils</param> </service> - <service mode="disabled" name="download_files"> + <service mode="manual" name="download_files"> <param name="changesgenerate">enable</param> </service> - <service name="format_spec_file" mode="disabled"/> + <service name="format_spec_file" mode="manual"/> </services> ++++++ oslo.utils-6.2.0.tar.gz -> oslo.utils-6.3.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.utils-6.2.0/AUTHORS new/oslo.utils-6.3.0/AUTHORS --- old/oslo.utils-6.2.0/AUTHORS 2023-07-06 10:56:01.000000000 +0200 +++ new/oslo.utils-6.3.0/AUTHORS 2023-11-09 13:31:29.000000000 +0100 @@ -137,6 +137,7 @@ Steven Hardy <[email protected]> Suraj Deshmukh <[email protected]> Swapnil Kulkarni (coolsvap) <[email protected]> +Takashi Kajinami <[email protected]> Takashi Kajinami <[email protected]> Timur Sufiev <[email protected]> Tony Breeds <[email protected]> @@ -183,6 +184,7 @@ sridhargaddam <[email protected]> sunyandi <[email protected]> wangzihao <[email protected]> +whoami-rajat <[email protected]> yatinkarel <[email protected]> yenai <[email protected]> zhangboye <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.utils-6.2.0/ChangeLog new/oslo.utils-6.3.0/ChangeLog --- old/oslo.utils-6.2.0/ChangeLog 2023-07-06 10:56:01.000000000 +0200 +++ new/oslo.utils-6.3.0/ChangeLog 2023-11-09 13:31:29.000000000 +0100 @@ -1,6 +1,20 @@ CHANGES ======= +6.3.0 +----- + +* versionutil: Remove trailing alpha/beta/rc suffix +* Fix missing PyYAML dependency +* Mask chapsecret +* Imported Translations from Zanata +* Update master for stable/2023.2 + +6.2.1 +----- + +* Imported Translations from Zanata + 6.2.0 ----- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.utils-6.2.0/PKG-INFO new/oslo.utils-6.3.0/PKG-INFO --- old/oslo.utils-6.2.0/PKG-INFO 2023-07-06 10:56:01.374003600 +0200 +++ new/oslo.utils-6.3.0/PKG-INFO 2023-11-09 13:31:30.012476200 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: oslo.utils -Version: 6.2.0 +Version: 6.3.0 Summary: Oslo Utility library Home-page: https://docs.openstack.org/oslo.utils/latest/ Author: OpenStack diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.utils-6.2.0/oslo.utils.egg-info/PKG-INFO new/oslo.utils-6.3.0/oslo.utils.egg-info/PKG-INFO --- old/oslo.utils-6.2.0/oslo.utils.egg-info/PKG-INFO 2023-07-06 10:56:01.000000000 +0200 +++ new/oslo.utils-6.3.0/oslo.utils.egg-info/PKG-INFO 2023-11-09 13:31:29.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: oslo.utils -Version: 6.2.0 +Version: 6.3.0 Summary: Oslo Utility library Home-page: https://docs.openstack.org/oslo.utils/latest/ Author: OpenStack diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.utils-6.2.0/oslo.utils.egg-info/SOURCES.txt new/oslo.utils-6.3.0/oslo.utils.egg-info/SOURCES.txt --- old/oslo.utils-6.2.0/oslo.utils.egg-info/SOURCES.txt 2023-07-06 10:56:01.000000000 +0200 +++ new/oslo.utils-6.3.0/oslo.utils.egg-info/SOURCES.txt 2023-11-09 13:31:29.000000000 +0100 @@ -112,6 +112,7 @@ releasenotes/notes/remove-fnmatch-f227b54f237a02c2.yaml releasenotes/notes/remove-timeutils-deprecated-helpers-5de68c21dd281529.yaml releasenotes/source/2023.1.rst +releasenotes/source/2023.2.rst releasenotes/source/conf.py releasenotes/source/index.rst releasenotes/source/newton.rst diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.utils-6.2.0/oslo.utils.egg-info/pbr.json new/oslo.utils-6.3.0/oslo.utils.egg-info/pbr.json --- old/oslo.utils-6.2.0/oslo.utils.egg-info/pbr.json 2023-07-06 10:56:01.000000000 +0200 +++ new/oslo.utils-6.3.0/oslo.utils.egg-info/pbr.json 2023-11-09 13:31:29.000000000 +0100 @@ -1 +1 @@ -{"git_version": "8115085", "is_release": true} \ No newline at end of file +{"git_version": "505d80e", "is_release": true} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.utils-6.2.0/oslo.utils.egg-info/requires.txt new/oslo.utils-6.3.0/oslo.utils.egg-info/requires.txt --- old/oslo.utils-6.2.0/oslo.utils.egg-info/requires.txt 2023-07-06 10:56:01.000000000 +0200 +++ new/oslo.utils-6.3.0/oslo.utils.egg-info/requires.txt 2023-11-09 13:31:29.000000000 +0100 @@ -1,3 +1,4 @@ +PyYAML>=3.13 debtcollector>=1.2.0 iso8601>=0.1.11 netaddr>=0.7.18 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.utils-6.2.0/oslo_utils/strutils.py new/oslo.utils-6.3.0/oslo_utils/strutils.py --- old/oslo.utils-6.2.0/oslo_utils/strutils.py 2023-07-06 10:55:34.000000000 +0200 +++ new/oslo.utils-6.3.0/oslo_utils/strutils.py 2023-11-09 13:30:52.000000000 +0100 @@ -76,7 +76,7 @@ 'designaterndckey', 'cephadminkey', 'heatauthencryptionkey', 'cephclientkey', 'keystonecredential', 'barbicansimplecryptokek', 'cephrgwkey', 'swifthashsuffix', - 'migrationsshkey', 'cephmdskey', 'cephmonkey'] + 'migrationsshkey', 'cephmdskey', 'cephmonkey', 'chapsecret'] # NOTE(ldbragst): Let's build a list of regex objects using the list of # _SANITIZE_KEYS we already have. This way, we only have to add the new key diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.utils-6.2.0/oslo_utils/tests/test_versionutils.py new/oslo.utils-6.3.0/oslo_utils/tests/test_versionutils.py --- old/oslo.utils-6.2.0/oslo_utils/tests/test_versionutils.py 2023-07-06 10:55:34.000000000 +0200 +++ new/oslo.utils-6.3.0/oslo_utils/tests/test_versionutils.py 2023-11-09 13:30:52.000000000 +0100 @@ -83,3 +83,13 @@ def test_convert_version_to_tuple(self): self.assertEqual((6, 7, 0), versionutils.convert_version_to_tuple('6.7.0')) + self.assertEqual((6, 7, 0), + versionutils.convert_version_to_tuple('6.7.0a1')) + self.assertEqual((6, 7, 0), + versionutils.convert_version_to_tuple('6.7.0alpha1')) + self.assertEqual((6, 7, 0), + versionutils.convert_version_to_tuple('6.7.0b1')) + self.assertEqual((6, 7, 0), + versionutils.convert_version_to_tuple('6.7.0beta1')) + self.assertEqual((6, 7, 0), + versionutils.convert_version_to_tuple('6.7.0rc1')) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.utils-6.2.0/oslo_utils/versionutils.py new/oslo.utils-6.3.0/oslo_utils/versionutils.py --- old/oslo.utils-6.2.0/oslo_utils/versionutils.py 2023-07-06 10:55:34.000000000 +0200 +++ new/oslo.utils-6.3.0/oslo_utils/versionutils.py 2023-11-09 13:30:52.000000000 +0100 @@ -20,6 +20,7 @@ """ import functools +import re import packaging.version @@ -87,4 +88,5 @@ .. versionadded:: 2.0 """ + version_str = re.sub(r'(\d+)(a|alpha|b|beta|rc)\d+$', '\\1', version_str) return tuple(int(part) for part in version_str.split('.')) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.utils-6.2.0/releasenotes/source/2023.2.rst new/oslo.utils-6.3.0/releasenotes/source/2023.2.rst --- old/oslo.utils-6.2.0/releasenotes/source/2023.2.rst 1970-01-01 01:00:00.000000000 +0100 +++ new/oslo.utils-6.3.0/releasenotes/source/2023.2.rst 2023-11-09 13:30:52.000000000 +0100 @@ -0,0 +1,6 @@ +=========================== +2023.2 Series Release Notes +=========================== + +.. release-notes:: + :branch: stable/2023.2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.utils-6.2.0/releasenotes/source/index.rst new/oslo.utils-6.3.0/releasenotes/source/index.rst --- old/oslo.utils-6.2.0/releasenotes/source/index.rst 2023-07-06 10:55:34.000000000 +0200 +++ new/oslo.utils-6.3.0/releasenotes/source/index.rst 2023-11-09 13:30:52.000000000 +0100 @@ -6,6 +6,7 @@ :maxdepth: 1 unreleased + 2023.2 2023.1 zed yoga diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.utils-6.2.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po new/oslo.utils-6.3.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po --- old/oslo.utils-6.2.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po 2023-07-06 10:55:34.000000000 +0200 +++ new/oslo.utils-6.3.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po 2023-11-09 13:30:52.000000000 +0100 @@ -2,21 +2,25 @@ # Andi Chandler <[email protected]>, 2018. #zanata # Andi Chandler <[email protected]>, 2020. #zanata # Andi Chandler <[email protected]>, 2022. #zanata +# Andi Chandler <[email protected]>, 2023. #zanata msgid "" msgstr "" "Project-Id-Version: oslo.utils\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-09-09 15:52+0000\n" +"POT-Creation-Date: 2023-09-07 13:36+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2022-08-14 12:25+0000\n" +"PO-Revision-Date: 2023-07-28 12:47+0000\n" "Last-Translator: Andi Chandler <[email protected]>\n" "Language-Team: English (United Kingdom)\n" "Language: en_GB\n" "X-Generator: Zanata 4.3.3\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" +msgid "2023.1 Series Release Notes" +msgstr "2023.1 Series Release Notes" + msgid "3.13.0" msgstr "3.13.0" @@ -44,8 +48,8 @@ msgid "3.41.5" msgstr "3.41.5" -msgid "3.41.6-3" -msgstr "3.41.6-3" +msgid "3.41.6-4" +msgstr "3.41.6-4" msgid "3.42.1" msgstr "3.42.1" @@ -56,8 +60,8 @@ msgid "4.1.0" msgstr "4.1.0" -msgid "4.1.2-3" -msgstr "4.1.2-3" +msgid "4.1.2-4" +msgstr "4.1.2-4" msgid "4.10.0" msgstr "4.10.0" @@ -110,6 +114,9 @@ msgid "6.0.0" msgstr "6.0.0" +msgid "6.2.0" +msgstr "6.2.0" + msgid "" "A wrapper for hashlib.md5() has been added to allow OpenStack to run on " "systems where FIPS is enabled. Under FIPS, md5 is disabled and calls to " @@ -165,6 +172,13 @@ "Previously, only the characters before the quote were masked." msgid "" +"Implement zoneinfo to allow us to remove pytz's dependency for Python 3.9 " +"and 3.10." +msgstr "" +"Implement zoneinfo to allow us to remove pytz's dependency for Python 3.9 " +"and 3.10." + +msgid "" "In https://bugs.python.org/issue9216, a proposal has been made to allow the " "addition of a keyword parameter usedforsecurity, which can be used to " "designate non-security context uses. In this case, md5() operations would " @@ -202,6 +216,13 @@ "New method ``netutils.get_mac_addr_by_ipv6(ipv6, dialect)`` extracts the MAC " "address from IPv6 addresses generated from MACs." +msgid "" +"New method ``netutils.get_my_ipv6()`` returns the IPv6 address of the local " +"machine." +msgstr "" +"New method ``netutils.get_my_ipv6()`` returns the IPv6 address of the local " +"machine." + msgid "Newton Series Release Notes" msgstr "Newton Series Release Notes" @@ -310,6 +331,9 @@ msgid "Yoga Series Release Notes" msgstr "Yoga Series Release Notes" +msgid "Zed Series Release Notes" +msgstr "Zed Series Release Notes" + msgid "" "`bug #1942682 <https://bugs.launchpad.net/oslo.utils/+bug/1942682>`_: Fix " "inconsistent value of `QemuImgInfo.encrypted`. Now the attribute is always " diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.utils-6.2.0/requirements.txt new/oslo.utils-6.3.0/requirements.txt --- old/oslo.utils-6.2.0/requirements.txt 2023-07-06 10:55:34.000000000 +0200 +++ new/oslo.utils-6.3.0/requirements.txt 2023-11-09 13:30:52.000000000 +0100 @@ -12,3 +12,4 @@ pyparsing>=2.1.0 # MIT packaging>=20.4 # BSD tzdata>=2022.4 # MIT +PyYAML>=3.13 # MIT
