diff --git a/opentelemetry_exporter_otlp_proto_http-1.23.0.tar.gz b/opentelemetry_exporter_otlp_proto_http-1.23.0.tar.gz deleted file mode 100644 index 6859e07..0000000 --- a/opentelemetry_exporter_otlp_proto_http-1.23.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:088eac2320f4a604e2d9ff71aced71fdae601ac6457005fb0303d6bbbf44e6ca -size 14002 diff --git a/opentelemetry_exporter_otlp_proto_http-1.24.0.tar.gz b/opentelemetry_exporter_otlp_proto_http-1.24.0.tar.gz new file mode 100644 index 0000000..1e84bef --- /dev/null +++ b/opentelemetry_exporter_otlp_proto_http-1.24.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:704c066cc96f5131881b75c0eac286cd73fc735c490b054838b4513254bd7850 +size 13932 diff --git a/python-opentelemetry-exporter-otlp-proto-http.changes b/python-opentelemetry-exporter-otlp-proto-http.changes index a5e7c77..058d935 100644 --- a/python-opentelemetry-exporter-otlp-proto-http.changes +++ b/python-opentelemetry-exporter-otlp-proto-http.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Apr 3 07:25:46 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:18:01 UTC 2024 - Jaime Marquínez Ferrándiz diff --git a/python-opentelemetry-exporter-otlp-proto-http.spec b/python-opentelemetry-exporter-otlp-proto-http.spec index ac544b6..cf80520 100644 --- a/python-opentelemetry-exporter-otlp-proto-http.spec +++ b/python-opentelemetry-exporter-otlp-proto-http.spec @@ -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