forked from pool/python-opentelemetry-exporter-otlp
Accepting request 1164541 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/1164541 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-opentelemetry-exporter-otlp?expand=0&rev=3
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4af8798f9bc3bddb92fcbb5b4aa9d0e955d962aa1d9bceaab08891c355a9f907
|
||||
size 6125
|
3
opentelemetry_exporter_otlp-1.24.0.tar.gz
Normal file
3
opentelemetry_exporter_otlp-1.24.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:649c6e249e55cbdebe99ba2846e3851c04c9f328570328c35b3af9c094314b55
|
||||
size 6103
|
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 3 07:27:06 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:41:49 UTC 2024 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
|
||||
|
||||
|
@@ -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
|
||||
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user