Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package
python-opentelemetry-instrumentation-fastapi for openSUSE:Factory checked in at
2026-01-06 17:42:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing
/work/SRC/openSUSE:Factory/python-opentelemetry-instrumentation-fastapi (Old)
and
/work/SRC/openSUSE:Factory/.python-opentelemetry-instrumentation-fastapi.new.1928
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-opentelemetry-instrumentation-fastapi"
Tue Jan 6 17:42:55 2026 rev:7 rq:1325311 version:0.60b0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-opentelemetry-instrumentation-fastapi/python-opentelemetry-instrumentation-fastapi.changes
2025-11-26 17:18:55.347012692 +0100
+++
/work/SRC/openSUSE:Factory/.python-opentelemetry-instrumentation-fastapi.new.1928/python-opentelemetry-instrumentation-fastapi.changes
2026-01-06 17:43:56.364040566 +0100
@@ -1,0 +2,41 @@
+Sun Dec 28 15:17:28 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 0.60b0:
+ * `opentelemetry-instrumentation-requests`, `opentelemetry-
+ instrumentation-wsgi`, `opentelemetry-instrumentation-asgi`
+ Detect synthetic sources on requests, ASGI, and WSGI.
+ * `opentelemetry-instrumentation-aiohttp-client`: add support
+ for url exclusions via `OTEL_PYTHON_EXCLUDED_URLS` /
+ `OTEL_PYTHON_AIOHTTP_CLIENT_EXCLUDED_URLS`
+ * `opentelemetry-instrumentation-httpx`: add support for url
+ exclusions via `OTEL_PYTHON_EXCLUDED_URLS` /
+ `OTEL_PYTHON_HTTPX_EXCLUDED_URLS`
+ * `opentelemetry-instrumentation-flask`: improve readthedocs
+ for sqlcommenter configuration.
+ * `opentelemetry-instrumentation-sqlalchemy`: improve
+ readthedocs for sqlcommenter configuration.
+ * `opentelemetry-instrumentation-mysql`, `opentelemetry-
+ instrumentation-mysqlclient`, `opentelemetry-instrumentation-
+ pymysql`: improve readthedocs for sqlcommenter configuration.
+ * `opentelemetry-instrumentation-django`: improve readthedocs
+ for sqlcommenter configuration.
+ * `opentelemetry-instrumentation-aiohttp-server`: add support
+ for custom header captures via
+ `OTEL_INSTRUMENTATION_HTTP_CAPTURE_HEADERS_SERVER_REQUEST`
+ and
+ `OTEL_INSTRUMENTATION_HTTP_CAPTURE_HEADERS_SERVER_RESPONSE`
+ * `opentelemetry-instrumentation-redis`: add support for
+ `suppress_instrumentation` context manager for both sync and
+ async Redis clients and pipelines
+ * `opentelemetry-instrumentation-django`: improve docs for
+ response_hook with examples of providing attributes from
+ middlewares
+ * Update for Log SDK breaking changes. Rename
+ InMemoryLogExporter to InMemoryLogRecordExporter in several
+ tests
+ * opentelemetry-instrumentation: allow to skip all
+ instrumentations loading with a wildcard
+ * `opentelemetry-instrumentation-redis`: add missing copyright
+ header for opentelemetry-instrumentation-redis
+
+-------------------------------------------------------------------
Old:
----
opentelemetry_instrumentation_fastapi-0.59b0.tar.gz
New:
----
opentelemetry_instrumentation_fastapi-0.60b0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-opentelemetry-instrumentation-fastapi.spec ++++++
--- /var/tmp/diff_new_pack.mlrw5w/_old 2026-01-06 17:43:56.900062127 +0100
+++ /var/tmp/diff_new_pack.mlrw5w/_new 2026-01-06 17:43:56.904062289 +0100
@@ -27,7 +27,7 @@
%{?sle15_python_module_pythons}
Name: python-opentelemetry-instrumentation-fastapi%{?psuffix}
-Version: 0.59b0
+Version: 0.60b0
Release: 0
Summary: OpenTelemetry FastAPI Instrumentation
License: Apache-2.0
++++++ opentelemetry_instrumentation_fastapi-0.59b0.tar.gz ->
opentelemetry_instrumentation_fastapi-0.60b0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/opentelemetry_instrumentation_fastapi-0.59b0/PKG-INFO
new/opentelemetry_instrumentation_fastapi-0.60b0/PKG-INFO
--- old/opentelemetry_instrumentation_fastapi-0.59b0/PKG-INFO 2020-02-02
01:00:00.000000000 +0100
+++ new/opentelemetry_instrumentation_fastapi-0.60b0/PKG-INFO 2020-02-02
01:00:00.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: opentelemetry-instrumentation-fastapi
-Version: 0.59b0
+Version: 0.60b0
Summary: OpenTelemetry FastAPI Instrumentation
Project-URL: Homepage,
https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-fastapi
Project-URL: Repository,
https://github.com/open-telemetry/opentelemetry-python-contrib
@@ -19,10 +19,10 @@
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Requires-Dist: opentelemetry-api~=1.12
-Requires-Dist: opentelemetry-instrumentation-asgi==0.59b0
-Requires-Dist: opentelemetry-instrumentation==0.59b0
-Requires-Dist: opentelemetry-semantic-conventions==0.59b0
-Requires-Dist: opentelemetry-util-http==0.59b0
+Requires-Dist: opentelemetry-instrumentation-asgi==0.60b0
+Requires-Dist: opentelemetry-instrumentation==0.60b0
+Requires-Dist: opentelemetry-semantic-conventions==0.60b0
+Requires-Dist: opentelemetry-util-http==0.60b0
Provides-Extra: instruments
Requires-Dist: fastapi~=0.92; extra == 'instruments'
Description-Content-Type: text/x-rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/opentelemetry_instrumentation_fastapi-0.59b0/pyproject.toml
new/opentelemetry_instrumentation_fastapi-0.60b0/pyproject.toml
--- old/opentelemetry_instrumentation_fastapi-0.59b0/pyproject.toml
2020-02-02 01:00:00.000000000 +0100
+++ new/opentelemetry_instrumentation_fastapi-0.60b0/pyproject.toml
2020-02-02 01:00:00.000000000 +0100
@@ -26,10 +26,10 @@
]
dependencies = [
"opentelemetry-api ~= 1.12",
- "opentelemetry-instrumentation == 0.59b0",
- "opentelemetry-instrumentation-asgi == 0.59b0",
- "opentelemetry-semantic-conventions == 0.59b0",
- "opentelemetry-util-http == 0.59b0",
+ "opentelemetry-instrumentation == 0.60b0",
+ "opentelemetry-instrumentation-asgi == 0.60b0",
+ "opentelemetry-semantic-conventions == 0.60b0",
+ "opentelemetry-util-http == 0.60b0",
]
[project.optional-dependencies]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/opentelemetry_instrumentation_fastapi-0.59b0/src/opentelemetry/instrumentation/fastapi/__init__.py
new/opentelemetry_instrumentation_fastapi-0.60b0/src/opentelemetry/instrumentation/fastapi/__init__.py
---
old/opentelemetry_instrumentation_fastapi-0.59b0/src/opentelemetry/instrumentation/fastapi/__init__.py
2020-02-02 01:00:00.000000000 +0100
+++
new/opentelemetry_instrumentation_fastapi-0.60b0/src/opentelemetry/instrumentation/fastapi/__init__.py
2020-02-02 01:00:00.000000000 +0100
@@ -85,7 +85,7 @@
Capture HTTP request and response headers
*****************************************
You can configure the agent to capture specified HTTP headers as span
attributes, according to the
-`semantic convention
<https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/http.md#http-request-and-response-headers>`_.
+`semantic conventions
<https://github.com/open-telemetry/semantic-conventions/blob/main/docs/http/http-spans.md#http-server-span>`_.
Request headers
***************
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/opentelemetry_instrumentation_fastapi-0.59b0/src/opentelemetry/instrumentation/fastapi/version.py
new/opentelemetry_instrumentation_fastapi-0.60b0/src/opentelemetry/instrumentation/fastapi/version.py
---
old/opentelemetry_instrumentation_fastapi-0.59b0/src/opentelemetry/instrumentation/fastapi/version.py
2020-02-02 01:00:00.000000000 +0100
+++
new/opentelemetry_instrumentation_fastapi-0.60b0/src/opentelemetry/instrumentation/fastapi/version.py
2020-02-02 01:00:00.000000000 +0100
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-__version__ = "0.59b0"
+__version__ = "0.60b0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/opentelemetry_instrumentation_fastapi-0.59b0/tests/test_fastapi_instrumentation.py
new/opentelemetry_instrumentation_fastapi-0.60b0/tests/test_fastapi_instrumentation.py
---
old/opentelemetry_instrumentation_fastapi-0.59b0/tests/test_fastapi_instrumentation.py
2020-02-02 01:00:00.000000000 +0100
+++
new/opentelemetry_instrumentation_fastapi-0.60b0/tests/test_fastapi_instrumentation.py
2020-02-02 01:00:00.000000000 +0100
@@ -287,9 +287,9 @@
"""If the application has an unhandled error the instrumentation
should capture that a 500 response is returned."""
try:
resp = self._client.get("/error")
- assert (
- resp.status_code == 500
- ), resp.content # pragma: no cover, for debugging this test if an
exception is _not_ raised
+ assert resp.status_code == 500, (
+ resp.content
+ ) # pragma: no cover, for debugging this test if an exception is
_not_ raised
except UnhandledException:
pass
else:
@@ -2442,9 +2442,9 @@
"""If the application has an unhandled error the instrumentation
should capture that a 500 response is returned."""
try:
resp = self._client.get("/error")
- assert (
- resp.status_code == 500
- ), resp.content # pragma: no cover, for debugging this test if an
exception is _not_ raised
+ assert resp.status_code == 500, (
+ resp.content
+ ) # pragma: no cover, for debugging this test if an exception is
_not_ raised
except UnhandledException:
pass
else: