Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-oslo.messaging for
openSUSE:Factory checked in at 2025-11-10 19:18:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.messaging (Old)
and /work/SRC/openSUSE:Factory/.python-oslo.messaging.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.messaging"
Mon Nov 10 19:18:15 2025 rev:35 rq:1316859 version:17.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-oslo.messaging/python-oslo.messaging.changes
2024-09-27 17:12:28.525114937 +0200
+++
/work/SRC/openSUSE:Factory/.python-oslo.messaging.new.1980/python-oslo.messaging.changes
2025-11-10 19:18:44.299860574 +0100
@@ -1,0 +2,56 @@
+Sun Nov 9 18:22:12 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 17.1.0:
+ * Remove trailing whitespace from error log message
+ * Replace LOG.warn
+ * Fix inconsistent return value of timeutils.utcnow
+ * Maintain queue managr logic in RabbitMQ driver
+ * add pyproject.toml to support pip 23.1
+ * Fix RPC metric labels being reused incorrectly
+ * Remove quorum options with typo
+ * Update master for stable/2025.1
+ * Drop workaround for old oslotest version with six
+ * Do not un-patch threading
+- switch to singlespec
+
+-------------------------------------------------------------------
+Tue Jul 1 22:15:24 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 16.1.0:
+ * Skip installation to speed up pep8
+ * Fixed: use self.start\_time in QManager shm
+ * Added Docs for Simulator
+ * rabbit: validate input for retry options
+ * Deprecate the Eventlet executor
+ * Remove deprecated aliases of notification options
+ * Remove remaining functional test code for AMQP1 driver
+ * Fix outdated job description
+ * rabbit: Clean up deprecated options
+ * rabbit: Fix wrong section to render connection pool options
+ * kafka: Remove unused connection pool options
+ * Remove pyngus from dependencies
+ * Add a kombu\_reconnect\_splay setting
+ * Revert "Remove explicit pbr dependency"
+ * reno: Update master for unmaintained/2023.1
+ * Remove deprecated AMQP1 driver
+ * Remove explicit pbr dependency
+ * Add note about requirements lower bounds
+ * Skip grenade job on doc updates
+ * Skip functional tests on pre-commit config update
+ * Run pyupgrade to clean up Python 2 syntaxes
+ * pre-commit: Bump versions
+ * Remove Python 3.8 support
+ * [rabbit] Ignore stream offset header when stream queue is not
+ used
+ * Declare Python 3.12 support
+ * Use oslo.utils implementation to parse/escape server address
+ * Add a note about quorum and stream queues
+ * Fix queue\_manager in a containerized environment
+ * Update master for stable/2024.2
+ * [doc] Better document rabbit\_transient\_queues\_ttl option
+ * Use more sensible "default" for [oslo\_messaging\_rabbit]
+ processname
+ * doc: Fix rendering in the Notifier reference
+ * Remove comment reference to removed function
+
+-------------------------------------------------------------------
Old:
----
_service
oslo.messaging-14.9.0.tar.gz
New:
----
oslo_messaging-17.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oslo.messaging.spec ++++++
--- /var/tmp/diff_new_pack.VRzOoL/_old 2025-11-10 19:18:45.059892414 +0100
+++ /var/tmp/diff_new_pack.VRzOoL/_new 2025-11-10 19:18:45.059892414 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-oslo.messaging
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,75 +17,69 @@
Name: python-oslo.messaging
-Version: 14.9.0
+Version: 17.1.0
Release: 0
Summary: OpenStack oslo.messaging library
License: Apache-2.0
Group: Development/Languages/Python
URL: https://docs.openstack.org/oslo.messaging
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.messaging/oslo.messaging-14.9.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo_messaging/oslo_messaging-%{version}.tar.gz
+BuildRequires: %{python_module PyYAML >= 3.13}
+BuildRequires: %{python_module WebOb >= 1.7.1}
+BuildRequires: %{python_module amqp >= 2.5.2}
+BuildRequires: %{python_module cachetools >= 2.0.0}
+BuildRequires: %{python_module confluent-kafka}
+BuildRequires: %{python_module debtcollector >= 1.2.0}
+BuildRequires: %{python_module eventlet}
+BuildRequires: %{python_module fixtures}
+BuildRequires: %{python_module futurist >= 1.2.0}
+BuildRequires: %{python_module greenlet}
+BuildRequires: %{python_module kombu >= 4.6.6}
+BuildRequires: %{python_module oslo.config >= 5.2.0}
+BuildRequires: %{python_module oslo.i18n}
+BuildRequires: %{python_module oslo.log >= 3.36.0}
+BuildRequires: %{python_module oslo.metrics >= 0.2.1}
+BuildRequires: %{python_module oslo.middleware >= 3.31.0}
+BuildRequires: %{python_module oslo.serialization >= 2.18.0}
+BuildRequires: %{python_module oslo.service >= 1.24.0}
+BuildRequires: %{python_module oslo.utils >= 3.37.0}
+BuildRequires: %{python_module oslotest}
+BuildRequires: %{python_module pip}
+BuildRequires: %{python_module stestr}
+BuildRequires: %{python_module stevedore >= 1.20.0}
+BuildRequires: %{python_module testscenarios}
+BuildRequires: %{python_module testtools}
+BuildRequires: %{python_module wheel}
BuildRequires: openstack-macros
-BuildRequires: python3-PyYAML >= 3.13
-BuildRequires: python3-WebOb >= 1.7.1
-BuildRequires: python3-amqp >= 2.5.2
-BuildRequires: python3-cachetools >= 2.0.0
-BuildRequires: python3-confluent-kafka
-BuildRequires: python3-debtcollector >= 1.2.0
-BuildRequires: python3-eventlet
-BuildRequires: python3-fixtures
-BuildRequires: python3-futurist >= 1.2.0
-BuildRequires: python3-greenlet
-BuildRequires: python3-kombu >= 4.6.6
-BuildRequires: python3-oslo.config >= 5.2.0
-BuildRequires: python3-oslo.i18n
-BuildRequires: python3-oslo.log >= 3.36.0
-BuildRequires: python3-oslo.metrics >= 0.2.1
-BuildRequires: python3-oslo.middleware >= 3.31.0
-BuildRequires: python3-oslo.serialization >= 2.18.0
-BuildRequires: python3-oslo.service >= 1.24.0
-BuildRequires: python3-oslo.utils >= 3.37.0
-BuildRequires: python3-oslotest
-BuildRequires: python3-pbr >= 2.0.0
-BuildRequires: python3-pyngus
-BuildRequires: python3-stestr
-BuildRequires: python3-stevedore >= 1.20.0
-BuildRequires: python3-testscenarios
-BuildRequires: python3-testtools
+Requires: python-PyYAML >= 3.13
+Requires: python-WebOb >= 1.7.1
+Requires: python-amqp >= 2.5.2
+Requires: python-cachetools >= 2.0.0
+Requires: python-debtcollector >= 1.2.0
+Requires: python-futurist >= 1.2.0
+Requires: python-greenlet
+Requires: python-kombu >= 4.6.6
+Requires: python-oslo.config >= 5.2.0
+Requires: python-oslo.i18n
+Requires: python-oslo.log >= 3.36.0
+Requires: python-oslo.metrics >= 0.2.1
+Requires: python-oslo.middleware >= 3.31.0
+Requires: python-oslo.serialization >= 2.18.0
+Requires: python-oslo.service >= 1.24.0
+Requires: python-oslo.utils >= 3.37.0
+Requires: python-stevedore >= 1.20.0
BuildArch: noarch
-
-%description
-The Oslo messaging API supports RPC and notifications over a number
-of different messaging transports.
-
-%package -n python3-oslo.messaging
-Summary: OpenStack oslo.messaging library
-Requires: python3-PyYAML >= 3.13
-Requires: python3-WebOb >= 1.7.1
-Requires: python3-amqp >= 2.5.2
-Requires: python3-cachetools >= 2.0.0
-Requires: python3-debtcollector >= 1.2.0
-Requires: python3-futurist >= 1.2.0
-Requires: python3-greenlet
-Requires: python3-kombu >= 4.6.6
-Requires: python3-oslo.config >= 5.2.0
-Requires: python3-oslo.i18n
-Requires: python3-oslo.log >= 3.36.0
-Requires: python3-oslo.metrics >= 0.2.1
-Requires: python3-oslo.middleware >= 3.31.0
-Requires: python3-oslo.serialization >= 2.18.0
-Requires: python3-oslo.service >= 1.24.0
-Requires: python3-oslo.utils >= 3.37.0
-Requires: python3-stevedore >= 1.20.0
-%if 0%{?suse_version}
-Obsoletes: python2-oslo.messaging < 12.0.0
+%if "python%{python_nodots_ver}" == "%{primary_python}"
+Obsoletes: python3-oslo.messaging < %{version}
+%else
+Conflicts: python3-oslo.messaging < %{version}
%endif
+%python_subpackages
-%description -n python3-oslo.messaging
+%description
The Oslo messaging API supports RPC and notifications over a number
of different messaging transports.
-This package contains the Python 3.x module.
-
%package -n python3-oslo.messaging-doc
Summary: Documentation for OpenStack messaging library
BuildRequires: python3-Sphinx
@@ -97,34 +91,40 @@
This package contains the documentation.
%prep
-%autosetup -p1 -n oslo.messaging-14.9.0
-%py_req_cleanup
+%autosetup -p1 -n oslo_messaging-%{version}
%build
-%py3_build
+%pyproject_wheel
# generate html docs
-PYTHONPATH=. PBR_VERSION=%{version} %sphinx_build -b html doc/source
doc/build/html
+PYTHONPATH=. PBR_VERSION=%{version} sphinx-build -b html doc/source
doc/build/html
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}
%install
-%py3_install
+%pyproject_install
+%python_clone -a %{buildroot}%{_bindir}/oslo-messaging-send-notification
+
+%pre
+%python_libalternatives_reset_alternative oslo-messaging-send-notification
+
+%post
+%python_install_alternative oslo-messaging-send-notification
+
+%postun
+%python_uninstall_alternative oslo-messaging-send-notification
%check
-# NOTE(jpena): we do not want to run functional tests, just unit tests
-# python3-pifpaf is not available in RDO, but loading functional tests would
-# fail without it
rm -rf oslo_messaging/tests/functional
# 3 cyrus tests fail on rdo with time out
%{openstack_stestr_run} --exclude-regex
'^oslo_messaging.tests.(functional|drivers.test_amqp_driver.TestCyrusAuthentication.test_authentication_(ok|ignore_default_realm|default_realm))'
-%files -n python3-oslo.messaging
+%files %{python_files}
%license LICENSE
-%doc README.rst ChangeLog
-%{python3_sitelib}/oslo_messaging
-%{python3_sitelib}/*.egg-info
-%{_bindir}/oslo-messaging-send-notification
+%doc README.rst
+%python_alternative %{_bindir}/oslo-messaging-send-notification
+%{python_sitelib}/oslo_messaging
+%{python_sitelib}/oslo_messaging-%{version}.dist-info
%files -n python3-oslo.messaging-doc
%license LICENSE