From 89634c37f6216c786bc661578678acd3bf2f2e7e1467da8cff773b7af19f66ab Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 23 Mar 2024 12:13:38 +0000 Subject: [PATCH] * 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 --- python-opentelemetry-proto.changes | 7 +++---- python-opentelemetry-proto.spec | 2 ++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/python-opentelemetry-proto.changes b/python-opentelemetry-proto.changes index 31128a7..0774140 100644 --- a/python-opentelemetry-proto.changes +++ b/python-opentelemetry-proto.changes @@ -2,10 +2,9 @@ Fri Mar 22 20:43:02 UTC 2024 - Dirk Müller - 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 diff --git a/python-opentelemetry-proto.spec b/python-opentelemetry-proto.spec index e0bee15..390af3f 100644 --- a/python-opentelemetry-proto.spec +++ b/python-opentelemetry-proto.spec @@ -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