[packages/python3-opentelemetry-test-utils] - new
qboosh
qboosh at pld-linux.org
Fri Feb 27 19:38:56 CET 2026
commit 2dda0ddeedc611412f227bd40604e7cd60470caa
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Feb 27 19:38:47 2026 +0100
- new
python3-opentelemetry-test-utils.spec | 59 +++++++++++++++++++++++++++++++++++
1 file changed, 59 insertions(+)
---
diff --git a/python3-opentelemetry-test-utils.spec b/python3-opentelemetry-test-utils.spec
new file mode 100644
index 0000000..52b0a18
--- /dev/null
+++ b/python3-opentelemetry-test-utils.spec
@@ -0,0 +1,59 @@
+Summary: Test utilities for OpenTelemetry unit tests
+Summary(pl.UTF-8): Narzędzia testowe dla testów jednostkowych OpenTelemetry
+Name: python3-opentelemetry-test-utils
+%define subver b1
+%define rel 1
+Version: 0.60
+Release: 0.%{subver}.%{rel}
+License: Apache v2.0
+Group: Libraries/Python
+#Source0Download: https://pypi.org/simple/opentelemetry-test-utils/
+Source0: https://files.pythonhosted.org/packages/source/o/opentelemetry-test-utils/opentelemetry_test_utils-%{version}%{subver}.tar.gz
+# Source0-md5: a3a0831ccb6cb8d649f99230dd27a3d0
+URL: https://pypi.org/project/opentelemetry-test-utils/
+BuildRequires: python3-build
+BuildRequires: python3-hatchling
+BuildRequires: python3-installer
+BuildRequires: python3-modules >= 1:3.9
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 2.044
+Requires: python3-modules >= 1:3.9
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package provides internal testing utilities for the OpenTelemetry
+Python project and provides no stability or quality guarantees.
+
+Please do not use it for anything other than writing or running tests
+for the OpenTelemetry Python project
+<github.com/open-telemetry/opentelemetry-python>.
+
+%description -l pl.UTF-8
+Ten pakiet dostarcza wewnętrzne narzędzia testowe dla projektu
+OpenTelemetry Python; nie daje gwarancji co do stabilności ani
+jakości.
+
+Nie należy go używać do celów innych niż pisanie lub uruchamianie
+testów w projekcie OpenTelemetry Python
+<github.com/open-telemetry/opentelemetry-python>.
+
+%prep
+%setup -q -n opentelemetry_test_utils-%{version}%{subver}
+
+%build
+%py3_build_pyproject
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%py3_install_pyproject
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.rst
+%{py3_sitescriptdir}/opentelemetry/test
+%{py3_sitescriptdir}/opentelemetry_test_utils-%{version}%{subver}.dist-info
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-opentelemetry-test-utils.git/commitdiff/2dda0ddeedc611412f227bd40604e7cd60470caa
More information about the pld-cvs-commit
mailing list