- update to 0.51b0:

* fix requires to 1.30.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opentelemetry-test-utils?expand=0&rev=12
This commit is contained in:
2025-02-25 20:42:28 +00:00
committed by Git OBS Bridge
parent d0c1e1a851
commit ecf9b68c21
4 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:798cca0355117acc433888d33a84b58358bc41ec2da8e63865165b5b76755702
size 8488

BIN
opentelemetry_test_utils-0.51b0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Feb 25 20:42:09 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.51b0:
* fix requires to 1.30.0
-------------------------------------------------------------------
Wed Jan 8 11:53:50 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-opentelemetry-test-utils
Version: 0.50b0
Version: 0.51b0
Release: 0
Summary: Test utilities for OpenTelemetry unit tests
License: Apache-2.0
@@ -26,12 +26,12 @@ URL: https://github.com/open-telemetry/opentelemetry-python/
Source: https://files.pythonhosted.org/packages/source/o/opentelemetry-test-utils/opentelemetry_test_utils-%{version}.tar.gz
BuildRequires: %{python_module asgiref >= 3.0}
BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module opentelemetry-api == 1.29.0}
BuildRequires: %{python_module opentelemetry-api == 1.30.0}
BuildRequires: %{python_module pip}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-asgiref
Requires: python-opentelemetry-api == 1.29.0
Requires: python-opentelemetry-api == 1.30.0
BuildArch: noarch
%python_subpackages