1
0

- 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-proto?expand=0&rev=8
This commit is contained in:
Dirk Mueller 2024-04-03 07:28:29 +00:00 committed by Git OBS Bridge
parent 89634c37f6
commit f091c1a31f
4 changed files with 20 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Apr 3 07:27:41 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
-------------------------------------------------------------------
Fri Mar 22 20:43:02 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-opentelemetry-proto
Version: 1.23.0
Version: 1.24.0
Release: 0
Summary: OpenTelemetry Python Proto
License: Apache-2.0