Accepting request 1164542 from devel:languages:python

- 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/request/show/1164542
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-opentelemetry-exporter-otlp-proto-http?expand=0&rev=3
This commit is contained in:
2024-04-04 20:25:00 +00:00
committed by Git OBS Bridge
4 changed files with 24 additions and 8 deletions

View File

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

View File

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

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Apr 3 07:25:46 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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:18:01 UTC 2024 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>

View File

@@ -17,7 +17,7 @@
Name: python-opentelemetry-exporter-otlp-proto-http
Version: 1.23.0
Version: 1.24.0
Release: 0
Summary: OpenTelemetry Collector Protobuf over HTTP Exporter
License: Apache-2.0
@@ -30,8 +30,8 @@ BuildRequires: python-rpm-macros
BuildRequires: %{python_module Deprecated >= 1.2.6}
BuildRequires: %{python_module googleapis-common-protos >= 1.52}
BuildRequires: %{python_module opentelemetry-api >= 1.15}
BuildRequires: %{python_module opentelemetry-exporter-otlp-proto-common == 1.23.0}
BuildRequires: %{python_module opentelemetry-proto == 1.23.0}
BuildRequires: %{python_module opentelemetry-exporter-otlp-proto-common = %{version}}
BuildRequires: %{python_module opentelemetry-proto = %{version}}
BuildRequires: %{python_module opentelemetry-sdk >= 1.23.0}
BuildRequires: %{python_module opentelemetry-test-utils}
BuildRequires: %{python_module pytest}
@@ -42,8 +42,8 @@ BuildRequires: fdupes
Requires: python-Deprecated >= 1.2.6
Requires: python-googleapis-common-protos >= 1.52
Requires: python-opentelemetry-api >= 1.15
Requires: python-opentelemetry-exporter-otlp-proto-common == 1.23.0
Requires: python-opentelemetry-proto == 1.23.0
Requires: python-opentelemetry-exporter-otlp-proto-common = %{version}
Requires: python-opentelemetry-proto = %{version}
Requires: python-opentelemetry-sdk >= 1.23.0
Requires: python-requests >= 2.7
BuildArch: noarch