From 8e9551b57147ea94a8fe4b90219f0de14a3455db515e69de9e48a5efbdd32525 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 3 Apr 2024 07:27:52 +0000 Subject: [PATCH 1/2] - update to 1.24.0: * Make create_gauge non-abstract method * Make `tracer.start_as_current_span()` decorator work with async functions * Fix python 3.12 deprecation warning * bump mypy to 0.982 * Add support for OTEL_SDK_DISABLED environment variable * Fix ValueError message for PeriodicExportingMetricsReader * Use `BaseException` instead of `Exception` in `record_exception` * Make span.record_exception more robust * Fix license field in pyproject.toml files OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opentelemetry-exporter-otlp?expand=0&rev=7 --- opentelemetry_exporter_otlp-1.23.0.tar.gz | 3 --- opentelemetry_exporter_otlp-1.24.0.tar.gz | 3 +++ python-opentelemetry-exporter-otlp.changes | 16 ++++++++++++++++ python-opentelemetry-exporter-otlp.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 opentelemetry_exporter_otlp-1.23.0.tar.gz create mode 100644 opentelemetry_exporter_otlp-1.24.0.tar.gz diff --git a/opentelemetry_exporter_otlp-1.23.0.tar.gz b/opentelemetry_exporter_otlp-1.23.0.tar.gz deleted file mode 100644 index e24a607..0000000 --- a/opentelemetry_exporter_otlp-1.23.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4af8798f9bc3bddb92fcbb5b4aa9d0e955d962aa1d9bceaab08891c355a9f907 -size 6125 diff --git a/opentelemetry_exporter_otlp-1.24.0.tar.gz b/opentelemetry_exporter_otlp-1.24.0.tar.gz new file mode 100644 index 0000000..a5d2936 --- /dev/null +++ b/opentelemetry_exporter_otlp-1.24.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:649c6e249e55cbdebe99ba2846e3851c04c9f328570328c35b3af9c094314b55 +size 6103 diff --git a/python-opentelemetry-exporter-otlp.changes b/python-opentelemetry-exporter-otlp.changes index 4c522dc..85325f5 100644 --- a/python-opentelemetry-exporter-otlp.changes +++ b/python-opentelemetry-exporter-otlp.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Apr 3 07:27:06 UTC 2024 - Dirk Müller + +- update to 1.24.0: + * Make create_gauge non-abstract method + * Make `tracer.start_as_current_span()` decorator work with + async functions + * Fix python 3.12 deprecation warning + * bump mypy to 0.982 + * Add support for OTEL_SDK_DISABLED environment variable + * Fix ValueError message for PeriodicExportingMetricsReader + * Use `BaseException` instead of `Exception` in + `record_exception` + * Make span.record_exception more robust + * Fix license field in pyproject.toml files + ------------------------------------------------------------------- Sat Mar 23 22:41:49 UTC 2024 - Jaime Marquínez Ferrándiz diff --git a/python-opentelemetry-exporter-otlp.spec b/python-opentelemetry-exporter-otlp.spec index 3f68753..a026b39 100644 --- a/python-opentelemetry-exporter-otlp.spec +++ b/python-opentelemetry-exporter-otlp.spec @@ -17,7 +17,7 @@ Name: python-opentelemetry-exporter-otlp -Version: 1.23.0 +Version: 1.24.0 Release: 0 Summary: OpenTelemetry Collector Exporters License: Apache-2.0 From 298e4f79468a576d0194df16b5e419d11b5b41bb6670cbf70a2e28525e874e7f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 4 Apr 2024 09:13:28 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opentelemetry-exporter-otlp?expand=0&rev=8 --- python-opentelemetry-exporter-otlp.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python-opentelemetry-exporter-otlp.spec b/python-opentelemetry-exporter-otlp.spec index a026b39..3d1b45c 100644 --- a/python-opentelemetry-exporter-otlp.spec +++ b/python-opentelemetry-exporter-otlp.spec @@ -27,12 +27,12 @@ BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} BuildRequires: python-rpm-macros # SECTION test requirements -BuildRequires: %{python_module opentelemetry-exporter-otlp-proto-grpc == 1.23.0} -BuildRequires: %{python_module opentelemetry-exporter-otlp-proto-http == 1.23.0} +BuildRequires: %{python_module opentelemetry-exporter-otlp-proto-grpc = %{version}} +BuildRequires: %{python_module opentelemetry-exporter-otlp-proto-http = %{version}} # /SECTION BuildRequires: fdupes -Requires: python-opentelemetry-exporter-otlp-proto-grpc == 1.23.0 -Requires: python-opentelemetry-exporter-otlp-proto-http == 1.23.0 +Requires: python-opentelemetry-exporter-otlp-proto-grpc = %{version} +Requires: python-opentelemetry-exporter-otlp-proto-http = %{version} BuildArch: noarch %python_subpackages