Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-opentelemetry-util-http for
openSUSE:Factory checked in at 2025-11-21 16:55:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-opentelemetry-util-http (Old)
and /work/SRC/openSUSE:Factory/.python-opentelemetry-util-http.new.2061
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-opentelemetry-util-http"
Fri Nov 21 16:55:52 2025 rev:6 rq:1318876 version:0.59b0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-opentelemetry-util-http/python-opentelemetry-util-http.changes
2025-09-23 16:07:41.760611717 +0200
+++
/work/SRC/openSUSE:Factory/.python-opentelemetry-util-http.new.2061/python-opentelemetry-util-http.changes
2025-11-21 16:56:45.450560438 +0100
@@ -1,0 +2,30 @@
+Mon Nov 17 21:45:40 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 0.59b0:
+ * `opentelemetry-instrumentation-flask`: Do not record
+ `http.server.duration` metrics for excluded URLs.
+ * `opentelemetry-instrumentation-botocore`: migrate off the
+ deprecated events API to use the logs API
+ * `opentelemetry-instrumentation-dbapi`: fix crash retrieving
+ libpq version when enabling commenter with psycopg
+ * `opentelemetry-instrumentation-fastapi`: Fix handling of
+ APIRoute subclasses
+ * `opentelemetry-instrumentation-botocore`: Add support for AWS
+ Secrets Manager semantic convention attribute
+ * `opentelemetry-instrumentation-dbapi`: Add support for
+ `commenter_options` in `trace_integration` function to
+ control SQLCommenter behavior
+ * Add `rstcheck` to pre-commit to stop introducing invalid RST
+ * `opentelemetry-exporter-credential-provider-gcp`: create this
+ package which provides support for supplying your machine's
+ Application Default Credentials
+ (https://cloud.google.com/docs/authentication/application-
+ default-credentials) to the OTLP Exporters created
+ automatically by OpenTelemetry Python's auto instrumentation.
+ These credentials authorize OTLP traces to be sent to
+ `telemetry.googleapis.com`. #3766.
+ * `opentelemetry-instrumentation-psycopg`: Add missing
+ parameter `capture_parameters` to instrumentor.
+ * `opentelemetry-instrumentation-dbapi`: Adds sqlcommenter
+
+-------------------------------------------------------------------
Old:
----
opentelemetry_util_http-0.58b0.tar.gz
New:
----
opentelemetry_util_http-0.59b0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-opentelemetry-util-http.spec ++++++
--- /var/tmp/diff_new_pack.6GJCBr/_old 2025-11-21 16:56:46.586608309 +0100
+++ /var/tmp/diff_new_pack.6GJCBr/_new 2025-11-21 16:56:46.590608478 +0100
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-opentelemetry-util-http
-Version: 0.58b0
+Version: 0.59b0
Release: 0
Summary: Instrumentation Tools & Auto Instrumentation for OpenTelemetry
Python
License: Apache-2.0
++++++ opentelemetry_util_http-0.58b0.tar.gz ->
opentelemetry_util_http-0.59b0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/opentelemetry_util_http-0.58b0/PKG-INFO
new/opentelemetry_util_http-0.59b0/PKG-INFO
--- old/opentelemetry_util_http-0.58b0/PKG-INFO 2020-02-02 01:00:00.000000000
+0100
+++ new/opentelemetry_util_http-0.59b0/PKG-INFO 2020-02-02 01:00:00.000000000
+0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: opentelemetry-util-http
-Version: 0.58b0
+Version: 0.59b0
Summary: Web util for OpenTelemetry
Project-URL: Homepage,
https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/util/opentelemetry-util-http
Project-URL: Repository,
https://github.com/open-telemetry/opentelemetry-python-contrib
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/opentelemetry_util_http-0.58b0/src/opentelemetry/util/http/version.py
new/opentelemetry_util_http-0.59b0/src/opentelemetry/util/http/version.py
--- old/opentelemetry_util_http-0.58b0/src/opentelemetry/util/http/version.py
2020-02-02 01:00:00.000000000 +0100
+++ new/opentelemetry_util_http-0.59b0/src/opentelemetry/util/http/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.58b0"
+__version__ = "0.59b0"