Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-opentelemetry-sdk for 
openSUSE:Factory checked in at 2026-06-27 18:04:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-opentelemetry-sdk (Old)
 and      /work/SRC/openSUSE:Factory/.python-opentelemetry-sdk.new.11887 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-opentelemetry-sdk"

Sat Jun 27 18:04:15 2026 rev:21 rq:1361876 version:1.42.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-opentelemetry-sdk/python-opentelemetry-sdk.changes
        2026-04-28 11:53:09.277503250 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-opentelemetry-sdk.new.11887/python-opentelemetry-sdk.changes
     2026-06-27 18:05:22.734523711 +0200
@@ -1,0 +2,86 @@
+Sat Jun 20 16:01:18 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 1.42.1:
+  * This is a patch release on the previous 1.42.0/0.63b0
+    release, fixing the issue(s) below.
+  * ### Fixed
+  * Preserve the random trace ID flag when creating child spans
+    instead of always setting the random trace id bit depending
+    on the available trace id generator.
+- update to 1.42.0:
+  * ### Added
+  * `opentelemetry-api`, `opentelemetry-sdk`: add support for
+    'random-trace-id' flags in W3C traceparent header trace
+    flags. Implementations of `IdGenerator` that do randomly
+    generate the 56 least significant bits, should also implement
+    a `is_trace_id_random` methods that returns `True`.
+  * `opentelemetry-sdk`: Add
+    `create_logger_provider`/`configure_logger_provider` to
+    declarative file configuration, enabling LoggerProvider
+    instantiation from config files without reading env vars
+  * `opentelemetry-sdk`: Add `service` resource detector support
+    to declarative file configuration via
+    `detection_development.detectors[].service`
+  * Add `registry` keyword argument to `PrometheusMetricReader`
+    to allow passing a custom Prometheus registry
+  * `opentelemetry-sdk`: add `load_entry_point` shared utility to
+    declarative file configuration for loading plugins via entry
+    points; refactor propagator loading to use it
+  * `opentelemetry-sdk`: add sampler plugin loading to
+    declarative file configuration via the
+    `opentelemetry_sampler` entry point group, matching the
+    spec's PluginComponentProvider mechanism
+  * `opentelemetry-sdk`: add propagator plugin loading to
+    declarative file configuration via the
+    `opentelemetry_propagator` entry point group, matching the
+    spec's PluginComponentProvider mechanism
+  * `opentelemetry-sdk`: add exporter plugin loading to
+    declarative file configuration for all three signals (traces,
+    metrics, logs) via the `opentelemetry_*_exporter` entry point
+    groups, matching the spec's PluginComponentProvider mechanism
+  * `opentelemetry-sdk`: add generic resource detector plugin
+    loading to declarative file configuration via the
+    `opentelemetry_resource_detector` entry point group, matching
+    the spec's PluginComponentProvider mechanism
+  * `opentelemetry-sdk`: add `additional_properties` support to
+    generated config models via custom `datamodel-codegen`
+    template, enabling plugin/custom component names to flow
+    through typed dataclasses
+  * Add ability to selectively enable exporting of SDK internal
+    metrics with the `OTEL_PYTHON_SDK_INTERNAL_METRICS_ENABLED`
+    environment variable.
+  * ### Changed
+  * Apply fixes for `UP` ruff rule
+  * `opentelemetry-sdk`: only load entrypoints for resource
+    detectors if they are configured via
+    `OTEL_EXPERIMENTAL_RESOURCE_DETECTORS`
+  * Switch to SPDX license headers and add CI enforcement
+  * ### Removed
+  * Drop Python 3.9 support
+  * ### Fixed
+  * `opentelemetry-sdk`: Allow declarative OTLP HTTP exporters to
+    map `compression: deflate` instead of rejecting it as
+    unsupported.
+  * Fix incorrect code example in `create_tracer()` docstring
+  * `opentelemetry-sdk`: Fix `ProcessResourceDetector` to use
+    `sys.orig_argv` so that `process.command`,
+    `process.command_line`, and `process.command_args` reflect
+    the original invocation for `python -m ` runs (where
+    `sys.argv[0]` is rewritten to the module path)
+  * `opentelemetry-sdk`: fix YAML structure injection via
+    environment variable substitution in declarative file
+    configuration; values containing newlines are now emitted as
+    quoted YAML scalars per spec requirement
+  * `opentelemetry-sdk`: Fix mutable attributes reference in
+    metrics, attributes passed to instrument `add`/`record` are
+    now copied so that subsequent mutations do not affect
+    recorded data points
+  * `opentelemetry-sdk`: make resource detector ordering
+    deterministic
+  * Fix incorrect type annotation on `detectors` parameter of
+    `get_aggregated_resources`
+  * `opentelemetry-sdk`: fix multi-processor `force_flush`
+    skipping remaining processors when one returns `None`
+    when weaver log output fills the pipe buffer
+
+-------------------------------------------------------------------

Old:
----
  opentelemetry_sdk-1.41.1.tar.gz

New:
----
  opentelemetry_sdk-1.42.1.tar.gz

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

Other differences:
------------------
++++++ python-opentelemetry-sdk.spec ++++++
--- /var/tmp/diff_new_pack.nkzycD/_old  2026-06-27 18:05:23.558551335 +0200
+++ /var/tmp/diff_new_pack.nkzycD/_new  2026-06-27 18:05:23.558551335 +0200
@@ -26,7 +26,7 @@
 %endif
 %{?sle15_python_module_pythons}
 Name:           python-opentelemetry-sdk%{psuffix}
-Version:        1.41.1
+Version:        1.42.1
 Release:        0
 Summary:        OpenTelemetry Python SDK
 License:        Apache-2.0
@@ -40,7 +40,7 @@
 BuildRequires:  %{python_module flaky}
 BuildRequires:  %{python_module jsonschema}
 BuildRequires:  %{python_module opentelemetry-sdk = %{version}}
-BuildRequires:  %{python_module opentelemetry-test-utils = 0.62b1}
+BuildRequires:  %{python_module opentelemetry-test-utils = 0.63b1}
 BuildRequires:  %{python_module pytest-asyncio}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module typing-extensions >= 4.5.0}
@@ -48,7 +48,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-opentelemetry-api = %{version}
-Requires:       python-opentelemetry-semantic-conventions = 0.62b1
+Requires:       python-opentelemetry-semantic-conventions = 0.63b1
 Requires:       python-typing-extensions >= 4.5.0
 BuildArch:      noarch
 %python_subpackages

++++++ opentelemetry_sdk-1.41.1.tar.gz -> opentelemetry_sdk-1.42.1.tar.gz ++++++
++++ 10375 lines of diff (skipped)

Reply via email to