File project.diff of Package python-oslo.messaging
--- python-oslo.messaging.changes.orig
+++ python-oslo.messaging.changes
@@ -1,4 +1,44 @@
-------------------------------------------------------------------
+Tue Jul 1 22:15:24 UTC 2025 - Dirk Müller <dmueller@suse.com>
+
+- 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
+
+-------------------------------------------------------------------
Fri Sep 27 09:29:56 UTC 2024 - Dirk Müller <dmueller@suse.com>
- drop unused monotonic dependencies
--- python-oslo.messaging.spec.orig
+++ python-oslo.messaging.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-oslo.messaging
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 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.messaging
-Version: 14.9.0
+Version: 16.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-16.1.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-PyYAML >= 3.13
BuildRequires: python3-WebOb >= 1.7.1
@@ -46,7 +46,6 @@ BuildRequires: python3-oslo.service >=
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
@@ -97,7 +96,7 @@ of different messaging transports.
This package contains the documentation.
%prep
-%autosetup -p1 -n oslo.messaging-14.9.0
+%autosetup -p1 -n oslo_messaging-16.1.0
%py_req_cleanup
%build