forked from pool/python-opentelemetry-instrumentation-asgi
- update to 0.51b0:
* bump for opentelemetry 1.30.0 release OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opentelemetry-instrumentation-asgi?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3ca4cb5616ae6a3e8ce86e7d5c360a8d8cc8ed722cf3dc8a5e44300774e87d49
|
||||
size 24105
|
3
opentelemetry_instrumentation_asgi-0.51b0.tar.gz
Normal file
3
opentelemetry_instrumentation_asgi-0.51b0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3fe97c00f0bfa934371a69674981d76591c68d937b6422a5716ca21081b4148
|
||||
size 24201
|
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 22:29:14 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.51b0:
|
||||
* bump for opentelemetry 1.30.0 release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 11:21:14 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-opentelemetry-instrumentation-asgi%{?psuffix}
|
||||
Version: 0.50b0
|
||||
Version: 0.51b0
|
||||
Release: 0
|
||||
Summary: ASGI instrumentation for OpenTelemetry
|
||||
License: Apache-2.0
|
||||
@@ -26,10 +26,10 @@ URL: https://github.com/open-telemetry/opentelemetry-python-contrib/t
|
||||
Source: https://files.pythonhosted.org/packages/source/o/opentelemetry_instrumentation_asgi/opentelemetry_instrumentation_asgi-%{version}.tar.gz
|
||||
BuildRequires: %{python_module hatchling}
|
||||
BuildRequires: %{python_module opentelemetry-api >= 1.12}
|
||||
BuildRequires: %{python_module opentelemetry-instrumentation == %{version}}
|
||||
BuildRequires: %{python_module opentelemetry-semantic-conventions == %{version}}
|
||||
BuildRequires: %{python_module opentelemetry-test-utils == %{version}}
|
||||
BuildRequires: %{python_module opentelemetry-util-http == %{version}}
|
||||
BuildRequires: %{python_module opentelemetry-instrumentation = %{version}}
|
||||
BuildRequires: %{python_module opentelemetry-semantic-conventions = %{version}}
|
||||
BuildRequires: %{python_module opentelemetry-test-utils = %{version}}
|
||||
BuildRequires: %{python_module opentelemetry-util-http = %{version}}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@@ -38,9 +38,9 @@ BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-asgiref >= 3.0
|
||||
Requires: python-opentelemetry-api >= 1.12
|
||||
Requires: python-opentelemetry-instrumentation == %{version}
|
||||
Requires: python-opentelemetry-semantic-conventions == %{version}}
|
||||
Requires: python-opentelemetry-util-http == %{version}}
|
||||
Requires: python-opentelemetry-instrumentation = %{version}
|
||||
Requires: python-opentelemetry-semantic-conventions = %{version}
|
||||
Requires: python-opentelemetry-util-http = %{version}
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
Reference in New Issue
Block a user