Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-oslo.service for
openSUSE:Factory checked in at 2024-01-22 20:31:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.service (Old)
and /work/SRC/openSUSE:Factory/.python-oslo.service.new.16006 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.service"
Mon Jan 22 20:31:24 2024 rev:24 rq:1138714 version:3.2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.service/python-oslo.service.changes
2023-03-07 16:50:16.929568095 +0100
+++
/work/SRC/openSUSE:Factory/.python-oslo.service.new.16006/python-oslo.service.changes
2024-01-22 20:31:29.559231395 +0100
@@ -1,0 +2,10 @@
+Thu Jan 4 09:09:31 UTC 2024 - [email protected]
+
+- update to version 3.2.0
+ - Update master for stable/2023.1
+ - Revert "Moves supported python runtimes from version 3.8 to 3.10"
+ - Bump bandit
+ - Imported Translations from Zanata
+ - Moves supported python runtimes from version 3.8 to 3.10
+
+-------------------------------------------------------------------
Old:
----
oslo.service-3.1.1.tar.gz
New:
----
oslo.service-3.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oslo.service.spec ++++++
--- /var/tmp/diff_new_pack.OKFNk9/_old 2024-01-22 20:31:30.663271762 +0100
+++ /var/tmp/diff_new_pack.OKFNk9/_new 2024-01-22 20:31:30.663271762 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-oslo.service
#
-# 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
@@ -20,13 +20,13 @@
%global rdo 1
%endif
Name: python-oslo.service
-Version: 3.1.1
+Version: 3.2.0
Release: 0
Summary: OpenStack oslo.service library
License: Apache-2.0
Group: Development/Languages/Python
URL: https://docs.openstack.org/oslo.service
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.service/oslo.service-3.1.1.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.service/oslo.service-3.2.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: procps
BuildRequires: python3-Paste >= 2.0.2
@@ -90,7 +90,7 @@
This package contains the documentation.
%prep
-%autosetup -p1 -n oslo.service-3.1.1
+%autosetup -p1 -n oslo.service-3.2.0
%py_req_cleanup
%build
++++++ _service ++++++
--- /var/tmp/diff_new_pack.OKFNk9/_old 2024-01-22 20:31:30.707273371 +0100
+++ /var/tmp/diff_new_pack.OKFNk9/_new 2024-01-22 20:31:30.715273663 +0100
@@ -1,13 +1,13 @@
<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.service/oslo.service.spec.j2</param>
<param name="output-name">python-oslo.service.spec</param>
<param
name="requirements">https://opendev.org/openstack/oslo.service/raw/master/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,oslo.service</param>
</service>
- <service mode="disabled" name="download_files">
+ <service mode="manual" name="download_files">
</service>
- <service name="format_spec_file" mode="disabled"/>
+ <service name="format_spec_file" mode="manual"/>
</services>
++++++ oslo.service-3.1.1.tar.gz -> oslo.service-3.2.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.service-3.1.1/.zuul.yaml
new/oslo.service-3.2.0/.zuul.yaml
--- old/oslo.service-3.1.1/.zuul.yaml 2023-02-21 18:26:14.000000000 +0100
+++ new/oslo.service-3.2.0/.zuul.yaml 2023-08-28 15:02:34.000000000 +0200
@@ -2,7 +2,7 @@
templates:
- check-requirements
- lib-forward-testing-python3
- - openstack-python3-antelope-jobs
+ - openstack-python3-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.service-3.1.1/AUTHORS
new/oslo.service-3.2.0/AUTHORS
--- old/oslo.service-3.1.1/AUTHORS 2023-02-21 18:26:47.000000000 +0100
+++ new/oslo.service-3.2.0/AUTHORS 2023-08-28 15:03:05.000000000 +0200
@@ -54,6 +54,7 @@
Fengqian.Gao <[email protected]>
Flavio Percoco <[email protected]>
Gary Kotton <[email protected]>
+Ghanshyam <[email protected]>
Ghanshyam Mann <[email protected]>
Hengqing Hu <[email protected]>
Hervé Beraud <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.service-3.1.1/ChangeLog
new/oslo.service-3.2.0/ChangeLog
--- old/oslo.service-3.1.1/ChangeLog 2023-02-21 18:26:47.000000000 +0100
+++ new/oslo.service-3.2.0/ChangeLog 2023-08-28 15:03:05.000000000 +0200
@@ -1,6 +1,15 @@
CHANGES
=======
+3.2.0
+-----
+
+* Imported Translations from Zanata
+* Bump bandit
+* Revert "Moves supported python runtimes from version 3.8 to 3.10"
+* Moves supported python runtimes from version 3.8 to 3.10
+* Update master for stable/2023.1
+
3.1.1
-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.service-3.1.1/PKG-INFO
new/oslo.service-3.2.0/PKG-INFO
--- old/oslo.service-3.1.1/PKG-INFO 2023-02-21 18:26:47.494616300 +0100
+++ new/oslo.service-3.2.0/PKG-INFO 2023-08-28 15:03:06.027957000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: oslo.service
-Version: 3.1.1
+Version: 3.2.0
Summary: oslo.service library
Home-page: https://docs.openstack.org/oslo.service/latest/
Author: OpenStack
@@ -50,6 +50,7 @@
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.service-3.1.1/oslo.service.egg-info/PKG-INFO
new/oslo.service-3.2.0/oslo.service.egg-info/PKG-INFO
--- old/oslo.service-3.1.1/oslo.service.egg-info/PKG-INFO 2023-02-21
18:26:47.000000000 +0100
+++ new/oslo.service-3.2.0/oslo.service.egg-info/PKG-INFO 2023-08-28
15:03:05.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: oslo.service
-Version: 3.1.1
+Version: 3.2.0
Summary: oslo.service library
Home-page: https://docs.openstack.org/oslo.service/latest/
Author: OpenStack
@@ -50,6 +50,7 @@
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.service-3.1.1/oslo.service.egg-info/SOURCES.txt
new/oslo.service-3.2.0/oslo.service.egg-info/SOURCES.txt
--- old/oslo.service-3.1.1/oslo.service.egg-info/SOURCES.txt 2023-02-21
18:26:47.000000000 +0100
+++ new/oslo.service-3.2.0/oslo.service.egg-info/SOURCES.txt 2023-08-28
15:03:05.000000000 +0200
@@ -81,6 +81,7 @@
releasenotes/notes/threadgroup-cancel-bd89d72f383a3d9b.yaml
releasenotes/notes/timer-args-f578c8f9d08b217d.yaml
releasenotes/notes/timer-stop_on_exception-9f21d7c4d6d1b0d9.yaml
+releasenotes/source/2023.1.rst
releasenotes/source/conf.py
releasenotes/source/index.rst
releasenotes/source/ocata.rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.service-3.1.1/oslo.service.egg-info/pbr.json
new/oslo.service-3.2.0/oslo.service.egg-info/pbr.json
--- old/oslo.service-3.1.1/oslo.service.egg-info/pbr.json 2023-02-21
18:26:47.000000000 +0100
+++ new/oslo.service-3.2.0/oslo.service.egg-info/pbr.json 2023-08-28
15:03:05.000000000 +0200
@@ -1 +1 @@
-{"git_version": "b3ba591", "is_release": true}
\ No newline at end of file
+{"git_version": "e94d47a", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.service-3.1.1/releasenotes/source/2023.1.rst
new/oslo.service-3.2.0/releasenotes/source/2023.1.rst
--- old/oslo.service-3.1.1/releasenotes/source/2023.1.rst 1970-01-01
01:00:00.000000000 +0100
+++ new/oslo.service-3.2.0/releasenotes/source/2023.1.rst 2023-08-28
15:02:34.000000000 +0200
@@ -0,0 +1,6 @@
+===========================
+2023.1 Series Release Notes
+===========================
+
+.. release-notes::
+ :branch: stable/2023.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.service-3.1.1/releasenotes/source/index.rst
new/oslo.service-3.2.0/releasenotes/source/index.rst
--- old/oslo.service-3.1.1/releasenotes/source/index.rst 2023-02-21
18:26:14.000000000 +0100
+++ new/oslo.service-3.2.0/releasenotes/source/index.rst 2023-08-28
15:02:34.000000000 +0200
@@ -6,6 +6,7 @@
:maxdepth: 1
unreleased
+ 2023.1
zed
yoga
xena
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/oslo.service-3.1.1/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
new/oslo.service-3.2.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
---
old/oslo.service-3.1.1/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
2023-02-21 18:26:14.000000000 +0100
+++
new/oslo.service-3.2.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
2023-08-28 15:02:34.000000000 +0200
@@ -1,14 +1,15 @@
# Andi Chandler <[email protected]>, 2017. #zanata
# Andi Chandler <[email protected]>, 2018. #zanata
+# Andi Chandler <[email protected]>, 2023. #zanata
msgid ""
msgstr ""
"Project-Id-Version: oslo.service Release Notes\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-03-01 11:24+0000\n"
+"POT-Creation-Date: 2023-06-27 14:20+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2018-01-27 01:26+0000\n"
+"PO-Revision-Date: 2023-06-21 08:13+0000\n"
"Last-Translator: Andi Chandler <[email protected]>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
@@ -21,6 +22,53 @@
msgid "1.19.0"
msgstr "1.19.0"
+msgid "1.35.0"
+msgstr "1.35.0"
+
+msgid "1.37.0"
+msgstr "1.37.0"
+
+msgid "1.40.0"
+msgstr "1.40.0"
+
+msgid "1.40.2"
+msgstr "1.40.2"
+
+msgid "2.0.0"
+msgstr "2.0.0"
+
+msgid "2.4.1"
+msgstr "2.4.1"
+
+msgid "2.5.1"
+msgstr "2.5.1"
+
+msgid "2.6.1"
+msgstr "2.6.1"
+
+msgid "2.6.2"
+msgstr "2.6.2"
+
+msgid "2.7.0"
+msgstr "2.7.0"
+
+msgid "2.8.0"
+msgstr "2.8.0"
+
+msgid "2023.1 Series Release Notes"
+msgstr "2023.1 Series Release Notes"
+
+msgid ""
+"A new config options, ``[DEFAULT] wsgi_server_debug``, has been added. This "
+"allows admins to configure whether the server should send exception "
+"tracebacks to the clients on HTTP 500 errors. This defaults to ``False``, "
+"preserving previous behavior."
+msgstr ""
+"A new config options, ``[DEFAULT] wsgi_server_debug``, has been added. This "
+"allows admins to configure whether the server should send exception "
+"tracebacks to the clients on HTTP 500 errors. This defaults to ``False``, "
+"preserving previous behaviour."
+
msgid ""
"Add a new type of looping call: FixedIntervalWithTimeoutLoopingCall. It is a "
"FixedIntervalLoopingCall with timeout checking."
@@ -28,6 +76,28 @@
"Add a new type of looping call: FixedIntervalWithTimeoutLoopingCall. It is a "
"FixedIntervalLoopingCall with timeout checking."
+msgid ""
+"Add support for profiling (capture function calltrace) service's worker "
+"processes."
+msgstr ""
+"Add support for profiling (capture function calltrace) service's worker "
+"processes."
+
+msgid "Bug Fixes"
+msgstr "Bug Fixes"
+
+msgid "Deprecation Notes"
+msgstr "Deprecation Notes"
+
+msgid ""
+"Fix the backdoor helper method fo() to also work when there are objects "
+"present in the current python instance that do not have a __class__ "
+"attribute."
+msgstr ""
+"Fix the backdoor helper method fo() to also work when there are objects "
+"present in the current Python instance that do not have a __class__ "
+"attribute."
+
msgid "New Features"
msgstr "New Features"
@@ -43,11 +113,112 @@
msgid "Queens Series Release Notes"
msgstr "Queens Series Release Notes"
+msgid "Rocky Series Release Notes"
+msgstr "Rocky Series Release Notes"
+
+msgid "Stein Series Release Notes"
+msgstr "Stein Series Release Notes"
+
+msgid ""
+"Support for Python 2.7 has been dropped. The minimum version of Python now "
+"supported is Python 3.6."
+msgstr ""
+"Support for Python 2.7 has been dropped. The minimum version of Python now "
+"supported is Python 3.6."
+
msgid "Switch to reno for managing release notes."
msgstr "Switch to Reno for managing release notes."
+msgid ""
+"The API of the ThreadGroup add_timer() and add_dynamic_timer() methods has "
+"been identified as error-prone when passing arguments intended for the "
+"callback function. Passing callback arguments in this way is now deprecated. "
+"Callers should use the new add_timer_args() or add_dynamic_timer_args() "
+"methods (respectively) instead when it is necessary to pass arguments to the "
+"timer callback function."
+msgstr ""
+"The API of the ThreadGroup add_timer() and add_dynamic_timer() methods has "
+"been identified as error-prone when passing arguments intended for the "
+"callback function. Passing callback arguments in this way is now deprecated. "
+"Callers should use the new add_timer_args() or add_dynamic_timer_args() "
+"methods (respectively) instead when it is necessary to pass arguments to the "
+"timer callback function."
+
+msgid ""
+"The ThreadGroup add_timer_args() and add_dynamic_timer_args() methods now "
+"support passing a stop_on_exception=False argument to allow the timer to "
+"keep running even when an exception is raised by the callback function."
+msgstr ""
+"The ThreadGroup add_timer_args() and add_dynamic_timer_args() methods now "
+"support passing a stop_on_exception=False argument to allow the timer to "
+"keep running even when an exception is raised by the callback function."
+
+msgid ""
+"The ThreadGroup class has new add_timer_args() and add_dynamic_timer_args() "
+"methods to create timers passing the positional and keyword arguments to the "
+"callback as a sequence and a mapping. This API provides more flexibility for "
+"the addition of timer control options in the future."
+msgstr ""
+"The ThreadGroup class has new add_timer_args() and add_dynamic_timer_args() "
+"methods to create timers passing the positional and keyword arguments to the "
+"callback as a sequence and a mapping. This API provides more flexibility for "
+"the addition of timer control options in the future."
+
+msgid ""
+"The ``ThreadGroup.cancel()`` method is deprecated and will be removed in a "
+"future major release."
+msgstr ""
+"The ``ThreadGroup.cancel()`` method is deprecated and will be removed in a "
+"future major release."
+
+msgid ""
+"The config option backdoor_socket_path now is a format string that supports "
+"{pid}, which will be replaced with the PID of the current process. This "
+"makes the eventlet backdoor accessible when spawning multiple processes with "
+"the same backdoor_socket_path inside the configuration."
+msgstr ""
+"The config option backdoor_socket_path now is a format string that supports "
+"{pid}, which will be replaced with the PID of the current process. This "
+"makes the eventlet backdoor accessible when spawning multiple processes with "
+"the same backdoor_socket_path inside the configuration."
+
+msgid "Train Series Release Notes"
+msgstr "Train Series Release Notes"
+
msgid "Unreleased Release Notes"
msgstr "Unreleased Release Notes"
+msgid "Upgrade Notes"
+msgstr "Upgrade Notes"
+
+msgid "Ussuri Series Release Notes"
+msgstr "Ussuri Series Release Notes"
+
+msgid "Victoria Series Release Notes"
+msgstr "Victoria Series Release Notes"
+
+msgid "Wallaby Series Release Notes"
+msgstr "Wallaby Series Release Notes"
+
+msgid "Xena Series Release Notes"
+msgstr "Xena Series Release Notes"
+
+msgid "Yoga Series Release Notes"
+msgstr "Yoga Series Release Notes"
+
+msgid "Zed Series Release Notes"
+msgstr "Zed Series Release Notes"
+
+msgid ""
+"``SIGHUP`` is now handled properly with ``restart_method='mutate'``, no "
+"longer restarting child processes. See `bug 1794708`_ for details. In "
+"conjunction with the fix for `bug 1715374`_ in oslo.privsep, the nova-"
+"compute service now behaves correctly when it receives ``SIGHUP``."
+msgstr ""
+"``SIGHUP`` is now handled properly with ``restart_method='mutate'``, no "
+"longer restarting child processes. See `bug 1794708`_ for details. In "
+"conjunction with the fix for `bug 1715374`_ in oslo.privsep, the nova-"
+"compute service now behaves correctly when it receives ``SIGHUP``."
+
msgid "oslo.service Release Notes"
msgstr "oslo.service Release Notes"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.service-3.1.1/setup.cfg
new/oslo.service-3.2.0/setup.cfg
--- old/oslo.service-3.1.1/setup.cfg 2023-02-21 18:26:47.494616300 +0100
+++ new/oslo.service-3.2.0/setup.cfg 2023-08-28 15:03:06.027957000 +0200
@@ -17,6 +17,7 @@
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
+ Programming Language :: Python :: 3.10
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.service-3.1.1/test-requirements.txt
new/oslo.service-3.2.0/test-requirements.txt
--- old/oslo.service-3.1.1/test-requirements.txt 2023-02-21
18:26:14.000000000 +0100
+++ new/oslo.service-3.2.0/test-requirements.txt 2023-08-28
15:02:34.000000000 +0200
@@ -13,6 +13,6 @@
coverage!=4.4,>=4.0 # Apache-2.0
# Bandit security code scanner
-bandit>=1.6.0,<1.7.0 # Apache-2.0
+bandit>=1.7.0,<1.8.0 # Apache-2.0
pre-commit>=2.6.0 # MIT