19
0

Accepting request 1318868 from devel:languages:python

- update to 1.38.0:
  * Add `rstcheck` to pre-commit to stop introducing invalid RST
  * logs: extend Logger.emit to accept separated keyword
    arguments
  * logs: add warnings for classes that would be deprecated and
    renamed in 1.39.0

OBS-URL: https://build.opensuse.org/request/show/1318868
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-opentelemetry-sdk?expand=0&rev=14
This commit is contained in:
2025-11-21 15:53:39 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cc8e089c10953ded765b5ab5669b198bbe0af1b3f89f1007d19acd32dc46dda5
size 170404

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:93df5d4d871ed09cb4272305be4d996236eedb232253e3ab864c8620f051cebe
size 171942

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Nov 17 21:21:56 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 1.38.0:
* Add `rstcheck` to pre-commit to stop introducing invalid RST
* logs: extend Logger.emit to accept separated keyword
arguments
* logs: add warnings for classes that would be deprecated and
renamed in 1.39.0
-------------------------------------------------------------------
Sun Sep 21 14:47:22 UTC 2025 - Dirk Müller <dmueller@suse.com>

View File

@@ -26,7 +26,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-opentelemetry-sdk%{psuffix}
Version: 1.37.0
Version: 1.38.0
Release: 0
Summary: OpenTelemetry Python SDK
License: Apache-2.0
@@ -38,14 +38,14 @@ BuildRequires: %{python_module wheel}
%if %{with test}
BuildRequires: %{python_module flaky}
BuildRequires: %{python_module opentelemetry-sdk = %{version}}
BuildRequires: %{python_module opentelemetry-test-utils = 0.58b0}
BuildRequires: %{python_module opentelemetry-test-utils = 0.59b0}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module typing-extensions >= 3.7.4}
%endif
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-opentelemetry-api = %{version}
Requires: python-opentelemetry-semantic-conventions = 0.58b0
Requires: python-opentelemetry-semantic-conventions = 0.59b0
Requires: python-typing-extensions >= 3.7.4
BuildArch: noarch
%python_subpackages