Accepting request 1199129 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1199129 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-opentelemetry-exporter-otlp-proto-grpc?expand=0&rev=5
This commit is contained in:
commit
3aa20e0e52
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0b1661415acec5af87625587efa1ccab68b873745ca0ee96b69bb1042087eac
|
||||
size 25278
|
3
opentelemetry_exporter_otlp_proto_grpc-1.27.0.tar.gz
Normal file
3
opentelemetry_exporter_otlp_proto_grpc-1.27.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af6f72f76bcf425dfb5ad11c1a6d6eca2863b91e63575f89bb7b4b55099d968f
|
||||
size 26244
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 4 21:24:14 UTC 2024 - Guang Yee <gyee@suse.com>
|
||||
|
||||
- update to 1.27.0:
|
||||
* Implementation of Events API
|
||||
* Make log sdk add exception.message to logRecord for exceptions whose argument is an exception not a string message
|
||||
* Fix use of link.attributes.dropped, which may not exist
|
||||
* Running mypy on SDK resources
|
||||
* Added py.typed file to top-level module
|
||||
* Drop Final annotation from Enum in semantic conventions
|
||||
* Update log export example to not use root logger
|
||||
* Update semantic conventions to version 1.27.0
|
||||
* Add support to type bytes for OTLP AnyValue
|
||||
* Export ExponentialHistogram and ExponentialHistogramDataPoint
|
||||
* Implement Client Key and Certificate File Support for All OTLP Exporters
|
||||
* Remove _start_time_unix_nano attribute from _ViewInstrumentMatch in favor of using time_ns() at the moment when the aggregation object is created
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 27 17:04:39 UTC 2024 - Guang Yee <gyee@suse.com>
|
||||
|
||||
- Enable sle15_python_module_pythons
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 11:39:29 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -16,8 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-opentelemetry-exporter-otlp-proto-grpc
|
||||
Version: 1.25.0
|
||||
Version: 1.27.0
|
||||
Release: 0
|
||||
Summary: OpenTelemetry Collector Protobuf over gRPC Exporter
|
||||
License: Apache-2.0
|
||||
@ -33,9 +34,10 @@ BuildRequires: %{python_module grpcio >= 1.0.0}
|
||||
BuildRequires: %{python_module opentelemetry-api >= 1.15}
|
||||
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-sdk >= 1.27.0}
|
||||
BuildRequires: %{python_module opentelemetry-test-utils}
|
||||
BuildRequires: %{python_module pytest-grpc}
|
||||
BuildRequires: %{python_module requests}
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
Requires: python-Deprecated >= 1.2.6
|
||||
|
Loading…
Reference in New Issue
Block a user