diff --git a/opentelemetry_api-1.22.0.tar.gz b/opentelemetry_api-1.22.0.tar.gz deleted file mode 100644 index 923ad02..0000000 --- a/opentelemetry_api-1.22.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15ae4ca925ecf9cfdfb7a709250846fbb08072260fca08ade78056c502b86bed -size 56708 diff --git a/opentelemetry_api-1.23.0.tar.gz b/opentelemetry_api-1.23.0.tar.gz new file mode 100644 index 0000000..f2079bd --- /dev/null +++ b/opentelemetry_api-1.23.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14a766548c8dd2eb4dfc349739eb4c3893712a0daa996e5dbf945f9da665da9d +size 57894 diff --git a/python-opentelemetry-api.changes b/python-opentelemetry-api.changes index 3eb1f59..b072ca7 100644 --- a/python-opentelemetry-api.changes +++ b/python-opentelemetry-api.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Sat Mar 23 21:32:36 UTC 2024 - Jaime Marquínez Ferrándiz + +- update to 1.23.0: + * Use Attribute rather than boundattribute in logrecord (#3567) + * Fix flush error when no LoggerProvider configured for LoggingHandler (#3608) + * Fix OTLPMetricExporter ignores preferred_aggregation property (#3603) + * Logs: set observed_timestamp field (#3565) + * Add missing Resource SchemaURL in OTLP exporters (#3652) + * Fix loglevel warning text (#3566) + * Prometheus Exporter string representation for target_info labels (#3659) + * Logs: ObservedTimestamp field is missing in console exporter output (#3564) + * Fix explicit bucket histogram aggregation (#3429) + * Add code.lineno, code.function and code.filepath to all logs (#3645) + * Add Synchronous Gauge instrument (#3462) + * Drop support for 3.7 (#3668) + * Include key in attribute sequence warning (#3639) + * Upgrade markupsafe, Flask and related dependencies to dev and test + environments (#3609) + * Handle HTTP 2XX responses as successful in OTLP exporters (#3623) + * Improve Resource Detector timeout messaging (#3645) + * Add Proxy classes for logging (#3575) + * Remove dependency on 'backoff' library (#3679) + ------------------------------------------------------------------- Wed Dec 27 11:03:31 UTC 2023 - Dirk Müller diff --git a/python-opentelemetry-api.spec b/python-opentelemetry-api.spec index 99bc6d3..6d0534a 100644 --- a/python-opentelemetry-api.spec +++ b/python-opentelemetry-api.spec @@ -1,7 +1,7 @@ # # spec file for package python-opentelemetry-api # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define skip_python2 1 %{?sle15_python_module_pythons} Name: python-opentelemetry-api -Version: 1.22.0 +Version: 1.23.0 Release: 0 Summary: OpenTelemetry Python API License: Apache-2.0 @@ -62,7 +62,7 @@ OpenTelemetry Python API %check # ignore some tests because we don't have opentelemetry.test module # gh#open-telemetry/opentelemetry-python#2263 -%pytest --ignore tests/util/test_once.py --ignore tests/logs/test_logger_provider.py --ignore tests/metrics/test_meter_provider.py --ignore tests/trace/test_globals.py --ignore tests/trace/test_proxy.py +%pytest --ignore tests/util/test_once.py --ignore tests/logs/test_logger_provider.py --ignore tests/logs/test_proxy.py --ignore tests/metrics/test_meter_provider.py --ignore tests/trace/test_globals.py --ignore tests/trace/test_proxy.py %files %{python_files} %doc README.rst