Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-osprofiler for 
openSUSE:Factory checked in at 2026-08-09 21:35:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-osprofiler (Old)
 and      /work/SRC/openSUSE:Factory/.python-osprofiler.new.16738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-osprofiler"

Sun Aug  9 21:35:09 2026 rev:20 rq:1370114 version:4.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-osprofiler/python-osprofiler.changes      
2025-11-10 19:18:51.924179978 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-osprofiler.new.16738/python-osprofiler.changes
   2026-08-09 21:37:33.306768905 +0200
@@ -1,0 +2,31 @@
+Tue Jun  2 14:50:27 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 4.4.0:
+  * tox: Use new constraints option
+  * Remove compatibility with SQLAlchemy<2.0
+  * Fix OSProfiler compatibility issues with SQLAlchemy 2.0 and
+    Rally
+  * redis: Drop support for unused db parameter
+  * typing: Update for typed oslotest, debtcollector
+  * Create root span in the otlp driver
+  * Remove hacking checks about assertion methods
+  * Use built-in noqa check
+  * Remove old check for Python 2-3 compatibility
+  * Add typing
+  * Add ruff
+  * Replace deprecated datetime.datetime.utcnow
+  * Migrate upper functional job to Python 3.13
+  * Fix KeyError in notifying db errors
+  * Replace remaining py39 target
+  * Exclude tests directory from bandit check
+  * Replace own hacking checks by built-in ones
+  * Remove tox target for lower-constraints check
+  * pre-commit: Bump dependencies
+  * Migrate setup configuration to pyproject.toml
+  * Drop Python 3.9 support
+  * Cleanup jaeger backend from devstack and examples
+  * Retire Jaeger driver
+  * add pyproject.toml to support pip 23.1
+  * Explicitly add six to unblock unit tests
+
+-------------------------------------------------------------------

Old:
----
  osprofiler-4.3.0.tar.gz

New:
----
  osprofiler-4.4.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-osprofiler.spec ++++++
--- /var/tmp/diff_new_pack.E092CJ/_old  2026-08-09 21:37:34.842821208 +0200
+++ /var/tmp/diff_new_pack.E092CJ/_new  2026-08-09 21:37:34.842821208 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-osprofiler
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 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,7 +17,7 @@
 
 
 Name:           python-osprofiler
-Version:        4.3.0
+Version:        4.4.0
 Release:        0
 Summary:        OpenStack Profiler Library
 License:        Apache-2.0
@@ -26,29 +26,38 @@
 Source0:        
https://files.pythonhosted.org/packages/source/o/osprofiler/osprofiler-%{version}.tar.gz
 BuildRequires:  %{python_module PrettyTable >= 0.7.2}
 BuildRequires:  %{python_module WebOb >= 1.7.1}
-BuildRequires:  %{python_module ddt}
-BuildRequires:  %{python_module docutils}
-BuildRequires:  %{python_module elasticsearch}
+BuildRequires:  %{python_module ddt >= 1.0.1}
+BuildRequires:  %{python_module docutils >= 0.14}
+BuildRequires:  %{python_module elasticsearch >= 2.0.0}
 BuildRequires:  %{python_module importlib-metadata}
-BuildRequires:  %{python_module opentelemetry-exporter-otlp}
+BuildRequires:  %{python_module netaddr >= 0.7.18}
+BuildRequires:  %{python_module opentelemetry-exporter-otlp >= 1.16.0}
+BuildRequires:  %{python_module opentelemetry-sdk >= 1.16.0}
 BuildRequires:  %{python_module oslo.concurrency >= 3.26.0}
 BuildRequires:  %{python_module oslo.config >= 5.2.0}
 BuildRequires:  %{python_module oslo.log}
+BuildRequires:  %{python_module oslo.serialization >= 2.18.0}
 BuildRequires:  %{python_module oslo.utils >= 3.33.0}
+BuildRequires:  %{python_module pbr >= 6.1.1}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module pymongo}
+BuildRequires:  %{python_module pymongo >= 3.0.2}
 BuildRequires:  %{python_module python-subunit}
-BuildRequires:  %{python_module redis}
-BuildRequires:  %{python_module stestr}
+BuildRequires:  %{python_module redis >= 2.10.0}
+BuildRequires:  %{python_module requests >= 2.14.2}
+BuildRequires:  %{python_module stestr >= 2.0.0}
+BuildRequires:  %{python_module testtools >= 2.2.0}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  openstack-macros
 Requires:       python-PrettyTable >= 0.7.2
 Requires:       python-WebOb >= 1.7.1
 Requires:       python-importlib-metadata
+Requires:       python-netaddr >= 0.7.18
 Requires:       python-oslo.concurrency >= 3.26.0
 Requires:       python-oslo.config >= 5.2.0
 Requires:       python-oslo.log
+Requires:       python-oslo.serialization >= 2.18.0
 Requires:       python-oslo.utils >= 3.33.0
+Requires:       python-requests >= 2.14.2
 BuildArch:      noarch
 %if "python%{python_nodots_ver}" == "%{primary_python}"
 Obsoletes:      python3-osprofiler < %{version}
@@ -100,7 +109,6 @@
 
 %check
 # otherwise causes import error
-rm osprofiler/tests/unit/drivers/test_jaeger.py
 rm -rf osprofiler/tests/functional
 %{openstack_stestr_run}
 

++++++ osprofiler-4.3.0.tar.gz -> osprofiler-4.4.0.tar.gz ++++++
++++ 8789 lines of diff (skipped)

Reply via email to