From 066f7797a4bd17527ba0288232ce7aca1ae548a97cc49006db42f82f1ef7221c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 13 Sep 2024 16:22:34 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main python-opentelemetry-test-utils revision 000f402569dfd159137492d268b2b569 --- .gitattributes | 23 ++++++++++ opentelemetry_test_utils-0.44b0.tar.gz | 3 ++ python-opentelemetry-test-utils.changes | 28 ++++++++++++ python-opentelemetry-test-utils.spec | 61 +++++++++++++++++++++++++ 4 files changed, 115 insertions(+) create mode 100644 .gitattributes create mode 100644 opentelemetry_test_utils-0.44b0.tar.gz create mode 100644 python-opentelemetry-test-utils.changes create mode 100644 python-opentelemetry-test-utils.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/opentelemetry_test_utils-0.44b0.tar.gz b/opentelemetry_test_utils-0.44b0.tar.gz new file mode 100644 index 0000000..8534ca1 --- /dev/null +++ b/opentelemetry_test_utils-0.44b0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f06efe2e20440fdf92a8c8ca88b68e3efad41af8069e8d1a87e9ec0133d15ece +size 8182 diff --git a/python-opentelemetry-test-utils.changes b/python-opentelemetry-test-utils.changes new file mode 100644 index 0000000..574dcb1 --- /dev/null +++ b/python-opentelemetry-test-utils.changes @@ -0,0 +1,28 @@ +------------------------------------------------------------------- +Sat Mar 23 21:46:56 UTC 2024 - Jaime Marquínez Ferrándiz + +- update to 0.44b0: + * Use Attribute rather than boundattribute in logrecord (#3567) + * Fix flush error when no LoggerProvider configured for LoggingHandler (#3608) + * Fix OTLPMetricExporter ignores preferred_aggregation property (#3603) + * Logs: set observed_timestamp field (#3565) + * Add missing Resource SchemaURL in OTLP exporters (#3652) + * Fix loglevel warning text (#3566) + * Prometheus Exporter string representation for target_info labels (#3659) + * Logs: ObservedTimestamp field is missing in console exporter output (#3564) + * Fix explicit bucket histogram aggregation (#3429) + * Add code.lineno, code.function and code.filepath to all logs (#3645) + * Add Synchronous Gauge instrument (#3462) + * Drop support for 3.7 (#3668) + * Include key in attribute sequence warning (#3639) + * Upgrade markupsafe, Flask and related dependencies to dev and test + environments (#3609) + * Handle HTTP 2XX responses as successful in OTLP exporters (#3623) + * Improve Resource Detector timeout messaging (#3645) + * Add Proxy classes for logging (#3575) + * Remove dependency on 'backoff' library (#3679) + +------------------------------------------------------------------- +Thu Jan 4 11:21:01 UTC 2024 - Dirk Müller + +- Initial package (0.43b0) diff --git a/python-opentelemetry-test-utils.spec b/python-opentelemetry-test-utils.spec new file mode 100644 index 0000000..4e74a38 --- /dev/null +++ b/python-opentelemetry-test-utils.spec @@ -0,0 +1,61 @@ +# +# spec file for package python-opentelemetry-test-utils +# +# Copyright (c) 2024 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%{?sle15_python_module_pythons} +Name: python-opentelemetry-test-utils +Version: 0.44b0 +Release: 0 +Summary: Test utilities for OpenTelemetry unit tests +License: Apache-2.0 +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.23.0} +BuildRequires: %{python_module pip} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: python-asgiref +Requires: python-opentelemetry-api >= 1.23.0 +BuildArch: noarch +%python_subpackages + +%description +OpenTelemetry Test Utilities + +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). + +%prep +%autosetup -p1 -n opentelemetry_test_utils-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%files %{python_files} +%dir %{python_sitelib}/opentelemetry +%{python_sitelib}/opentelemetry/test +%{python_sitelib}/opentelemetry_test_utils-%{version}.dist-info + +%changelog