forked from pool/python-opentelemetry-util-http
- specfile fixes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opentelemetry-util-http?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 2 12:37:18 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- specfile fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 30 11:40:10 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package python-opentelemetry-instrumentation
|
||||
# spec file for package python-opentelemetry-util-http
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
@@ -23,29 +23,29 @@ Release: 0
|
||||
Summary: Instrumentation Tools & Auto Instrumentation for OpenTelemetry Python
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/open-telemetry/opentelemetry-python/tree/main/opentelemetry-util-http
|
||||
Source: https://files.pythonhosted.org/packages/source/o/opentelemetry-util-http/opentelemetry_util_http-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/o/opentelemetry_util_http/opentelemetry_util_http-%{version}.tar.gz
|
||||
Source1: LICENSE
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-opentelemetry-api = 1.27.0
|
||||
Requires: python-opentelemetry-instrumentation = 0.48b0
|
||||
Requires: python-opentelemetry-sdk = 1.27.0
|
||||
Requires: python-opentelemetry-semantic-conventions = 0.48b0
|
||||
Requires: python-wrapt >= 1.0.0
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module opentelemetry-api == 1.27.0}
|
||||
BuildRequires: %{python_module opentelemetry-sdk == 1.27.0}
|
||||
BuildRequires: %{python_module opentelemetry-instrumentation == 0.48b0}
|
||||
BuildRequires: %{python_module opentelemetry-semantic-conventions == 0.48b0}
|
||||
BuildRequires: %{python_module opentelemetry-test-utils == 0.48b0}
|
||||
BuildRequires: %{python_module hatchling}
|
||||
BuildRequires: %{python_module opentelemetry-api = 1.27.0}
|
||||
BuildRequires: %{python_module opentelemetry-instrumentation = 0.48b0}
|
||||
BuildRequires: %{python_module opentelemetry-sdk = 1.27.0}
|
||||
BuildRequires: %{python_module opentelemetry-semantic-conventions = 0.48b0}
|
||||
BuildRequires: %{python_module opentelemetry-test-utils = 0.48b0}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module wrapt >= 1.0.0}
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
Requires: python-opentelemetry-api == 1.27.0
|
||||
Requires: python-opentelemetry-sdk == 1.27.0
|
||||
Requires: python-opentelemetry-instrumentation == 0.48b0
|
||||
Requires: python-opentelemetry-semantic-conventions == 0.48b0
|
||||
Requires: python-wrapt >= 1.0.0
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
Reference in New Issue
Block a user