Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 
python-opentelemetry-instrumentation-asgi for openSUSE:Factory checked in at 
2026-07-21 22:55:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-opentelemetry-instrumentation-asgi 
(Old)
 and      
/work/SRC/openSUSE:Factory/.python-opentelemetry-instrumentation-asgi.new.24530 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-opentelemetry-instrumentation-asgi"

Tue Jul 21 22:55:43 2026 rev:12 rq:1365749 version:0.64b0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-opentelemetry-instrumentation-asgi/python-opentelemetry-instrumentation-asgi.changes
      2026-06-27 18:05:55.923637882 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-opentelemetry-instrumentation-asgi.new.24530/python-opentelemetry-instrumentation-asgi.changes
   2026-07-21 22:58:05.520991963 +0200
@@ -1,0 +2,43 @@
+Tue Jul  7 19:02:48 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.64b0:
+  * ### Added
+  * `opentelemetry-instrumentation-exceptions`: add
+    instrumentation to emit OpenTelemetry logs for uncaught
+    process, thread, and asyncio exceptions.
+  * `opentelemetry-instrumentation-botocore`: loosen aiobotocore
+    version constraints to allow for 3.x
+  * `opentelemetry-instrumentation-logging`: add optional
+    `inject_trace_context` argument for injecting trace context
+    attributes
+  * `opentelemetry-instrumentation-redis`: gracefully handle hook
+    exceptions
+  * ### Changed
+  * opentelemetry-instrumentation-requests: remove multiple calls
+    to sanitize_method
+  * ### Fixed
+  * `opentelemetry-instrumentation-django`: Remove duplicate
+    query logging in SQLCommenter middleware that broke Django's
+    `assertNumQueries`
+  * `opentelemetry-instrumentation-flask`: wrap wsgi_app call in
+    try/except to prevent active_requests gauge leak
+  * `opentelemetry-instrumentation-asyncpg`: instrument prepared
+    statements
+  * `opentelemetry-instrumentation-aiokafka`, `opentelemetry-
+    instrumentation-confluent-kafka`, `opentelemetry-
+    instrumentation-kafka-python`: fix malformed RST formatting
+    in module docstrings
+  * `opentelemetry-instrumentation-dbapi`: Fix pyodbc DB-API
+    instrumentation examples to wrap `connect`.
+  * `opentelemetry-instrumentation-tornado`: reduce cardinality
+    of `http.target` metrics attribute with old semantic
+    conventions
+  * `opentelemetry-instrumentation-dbapi`: implement proper
+    handling of t-string queries
+  * `opentelemetry-instrumentation-fastapi`: fix `AttributeError`
+    when resolving routes added via `include_router` on FastAPI
+    0.137+
+  * `opentelemetry-instrumentation-tornado`: sanitize the request
+    http method in server and client spans and metrics
+
+-------------------------------------------------------------------

Old:
----
  opentelemetry_instrumentation_asgi-0.63b1.tar.gz

New:
----
  opentelemetry_instrumentation_asgi-0.64b0.tar.gz

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

Other differences:
------------------
++++++ python-opentelemetry-instrumentation-asgi.spec ++++++
--- /var/tmp/diff_new_pack.QOpCfQ/_old  2026-07-21 22:58:07.585062300 +0200
+++ /var/tmp/diff_new_pack.QOpCfQ/_new  2026-07-21 22:58:07.589062437 +0200
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-opentelemetry-instrumentation-asgi%{?psuffix}
-Version:        0.63b1
+Version:        0.64b0
 Release:        0
 Summary:        ASGI instrumentation for OpenTelemetry
 License:        Apache-2.0

++++++ opentelemetry_instrumentation_asgi-0.63b1.tar.gz -> 
opentelemetry_instrumentation_asgi-0.64b0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/opentelemetry_instrumentation_asgi-0.63b1/PKG-INFO 
new/opentelemetry_instrumentation_asgi-0.64b0/PKG-INFO
--- old/opentelemetry_instrumentation_asgi-0.63b1/PKG-INFO      2020-02-02 
01:00:00.000000000 +0100
+++ new/opentelemetry_instrumentation_asgi-0.64b0/PKG-INFO      2020-02-02 
01:00:00.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: opentelemetry-instrumentation-asgi
-Version: 0.63b1
+Version: 0.64b0
 Summary: ASGI instrumentation for OpenTelemetry
 Project-URL: Homepage, 
https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-asgi
 Project-URL: Repository, 
https://github.com/open-telemetry/opentelemetry-python-contrib
@@ -20,9 +20,9 @@
 Requires-Python: >=3.10
 Requires-Dist: asgiref~=3.0
 Requires-Dist: opentelemetry-api~=1.12
-Requires-Dist: opentelemetry-instrumentation==0.63b1
-Requires-Dist: opentelemetry-semantic-conventions==0.63b1
-Requires-Dist: opentelemetry-util-http==0.63b1
+Requires-Dist: opentelemetry-instrumentation==0.64b0
+Requires-Dist: opentelemetry-semantic-conventions==0.64b0
+Requires-Dist: opentelemetry-util-http==0.64b0
 Provides-Extra: instruments
 Requires-Dist: asgiref~=3.0; extra == 'instruments'
 Description-Content-Type: text/x-rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/opentelemetry_instrumentation_asgi-0.63b1/pyproject.toml 
new/opentelemetry_instrumentation_asgi-0.64b0/pyproject.toml
--- old/opentelemetry_instrumentation_asgi-0.63b1/pyproject.toml        
2020-02-02 01:00:00.000000000 +0100
+++ new/opentelemetry_instrumentation_asgi-0.64b0/pyproject.toml        
2020-02-02 01:00:00.000000000 +0100
@@ -27,9 +27,9 @@
 dependencies = [
   "asgiref ~= 3.0",
   "opentelemetry-api ~= 1.12",
-  "opentelemetry-instrumentation == 0.63b1",
-  "opentelemetry-semantic-conventions == 0.63b1",
-  "opentelemetry-util-http == 0.63b1",
+  "opentelemetry-instrumentation == 0.64b0",
+  "opentelemetry-semantic-conventions == 0.64b0",
+  "opentelemetry-util-http == 0.64b0",
 ]
 
 [project.optional-dependencies]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/opentelemetry_instrumentation_asgi-0.63b1/src/opentelemetry/instrumentation/asgi/version.py
 
new/opentelemetry_instrumentation_asgi-0.64b0/src/opentelemetry/instrumentation/asgi/version.py
--- 
old/opentelemetry_instrumentation_asgi-0.63b1/src/opentelemetry/instrumentation/asgi/version.py
     2020-02-02 01:00:00.000000000 +0100
+++ 
new/opentelemetry_instrumentation_asgi-0.64b0/src/opentelemetry/instrumentation/asgi/version.py
     2020-02-02 01:00:00.000000000 +0100
@@ -1,4 +1,4 @@
 # Copyright The OpenTelemetry Authors
 # SPDX-License-Identifier: Apache-2.0
 
-__version__ = "0.63b1"
+__version__ = "0.64b0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/opentelemetry_instrumentation_asgi-0.63b1/tests/test_asgi_middleware.py 
new/opentelemetry_instrumentation_asgi-0.64b0/tests/test_asgi_middleware.py
--- old/opentelemetry_instrumentation_asgi-0.63b1/tests/test_asgi_middleware.py 
2020-02-02 01:00:00.000000000 +0100
+++ new/opentelemetry_instrumentation_asgi-0.64b0/tests/test_asgi_middleware.py 
2020-02-02 01:00:00.000000000 +0100
@@ -323,10 +323,13 @@
 
         self.env_patch.start()
 
+    def tearDown(self):
+        self.env_patch.stop()
+        super().tearDown()
+
     def subTest(self, msg=..., **params):
         sub = super().subTest(msg, **params)
-        # Reinitialize test state to avoid state pollution
-        self.setUp()
+        self.memory_exporter.clear()
         return sub
 
     # Helper to assert exemplars presence across specified histogram metric 
names.

Reply via email to