- update to 0.51b:
* bump for opentelmetry 1.30.0 release OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opentelemetry-instrumentation-fastapi?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:16b9181682136da210295def2bb304a32fb9bdee9a935cdc9da43567f7c1149e
|
||||
size 19214
|
||||
3
opentelemetry_instrumentation_fastapi-0.51b0.tar.gz
Normal file
3
opentelemetry_instrumentation_fastapi-0.51b0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1624e70f2f4d12ceb792d8a0c331244cd6723190ccee01336273b4559bc13abc
|
||||
size 19249
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 22:24:56 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.51b:
|
||||
* bump for opentelmetry 1.30.0 release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 11:32:59 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-opentelemetry-instrumentation-fastapi%{?psuffix}
|
||||
Version: 0.50b0
|
||||
Version: 0.51b0
|
||||
Release: 0
|
||||
Summary: OpenTelemetry FastAPI Instrumentation
|
||||
License: Apache-2.0
|
||||
@@ -40,19 +40,19 @@ BuildRequires: python-rpm-macros
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module fastapi >= 0.58}
|
||||
BuildRequires: %{python_module httpx}
|
||||
BuildRequires: %{python_module opentelemetry-instrumentation-fastapi == %{version}}
|
||||
BuildRequires: %{python_module opentelemetry-test-utils == %{version}}
|
||||
BuildRequires: %{python_module opentelemetry-instrumentation-fastapi = %{version}}
|
||||
BuildRequires: %{python_module opentelemetry-test-utils = %{version}}
|
||||
BuildRequires: %{python_module pytest}
|
||||
%endif
|
||||
BuildRequires: %{python_module hatchling}
|
||||
BuildRequires: %{python_module opentelemetry-api >= 1.12}
|
||||
BuildRequires: %{python_module opentelemetry-instrumentation == %{version}}
|
||||
BuildRequires: %{python_module opentelemetry-instrumentation = %{version}}
|
||||
BuildRequires: fdupes
|
||||
Requires: python-opentelemetry-api >= 1.12
|
||||
Requires: python-opentelemetry-instrumentation == %{version}
|
||||
Requires: python-opentelemetry-instrumentation-asgi == %{version}
|
||||
Requires: python-opentelemetry-semantic-conventions == %{version}
|
||||
Requires: python-opentelemetry-util-http == %{version}
|
||||
Requires: python-opentelemetry-instrumentation = %{version}
|
||||
Requires: python-opentelemetry-instrumentation-asgi = %{version}
|
||||
Requires: python-opentelemetry-semantic-conventions = %{version}
|
||||
Requires: python-opentelemetry-util-http = %{version}
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user