forked from pool/python-opentelemetry-proto
* drop python 3.7 support
* update to opentelemetry 0.20.0 data model, which includes:
+ Handle HTTP 2XX responses as successful in OTLP exporters
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opentelemetry-proto?expand=0&rev=6
This commit is contained in:
@@ -2,10 +2,9 @@
|
||||
Fri Mar 22 20:43:02 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.23.0:
|
||||
* Include key in attribute sequence warning
|
||||
* Upgrade markupsafe, Flask and related dependencies to dev and
|
||||
test environments
|
||||
* Handle HTTP 2XX responses as successful in OTLP exporters
|
||||
* drop python 3.7 support
|
||||
* update to opentelemetry 0.20.0 data model, which includes:
|
||||
+ Handle HTTP 2XX responses as successful in OTLP exporters
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 20:30:27 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-opentelemetry-proto
|
||||
Version: 1.23.0
|
||||
Release: 0
|
||||
@@ -23,6 +24,7 @@ Summary: OpenTelemetry Python Proto
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/open-telemetry/opentelemetry-python
|
||||
Source: https://files.pythonhosted.org/packages/source/o/opentelemetry-proto/opentelemetry_proto-%{version}.tar.gz
|
||||
BuildRequires: %{python_module base >= 3.8}
|
||||
BuildRequires: %{python_module hatchling}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: python-rpm-macros
|
||||
|
||||
Reference in New Issue
Block a user