diff --git a/opentelemetry_instrumentation-0.51b0.tar.gz b/opentelemetry_instrumentation-0.51b0.tar.gz deleted file mode 100644 index f5cf9c1..0000000 --- a/opentelemetry_instrumentation-0.51b0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ca266875e02f3988536982467f7ef8c32a38b8895490ddce9ad9604649424fa -size 27760 diff --git a/opentelemetry_instrumentation-0.54b1.tar.gz b/opentelemetry_instrumentation-0.54b1.tar.gz new file mode 100644 index 0000000..d25ae7b --- /dev/null +++ b/opentelemetry_instrumentation-0.54b1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7658bf2ff914b02f246ec14779b66671508125c0e4227361e56b5ebf6cef0aec +size 28436 diff --git a/python-opentelemetry-instrumentation.changes b/python-opentelemetry-instrumentation.changes index 2829914..65ba7de 100644 --- a/python-opentelemetry-instrumentation.changes +++ b/python-opentelemetry-instrumentation.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jun 2 06:13:57 UTC 2025 - Steve Kowalik + +- Update to 0.54b1: + * Make auto instrumentation use the same dependency resolver as manual + instrumentation does + * make it simpler to initialize auto-instrumentation programmatically +- Update URL. +- Run the testsuite again. + ------------------------------------------------------------------- Tue Feb 25 20:56:42 UTC 2025 - Dirk Müller diff --git a/python-opentelemetry-instrumentation.spec b/python-opentelemetry-instrumentation.spec index 8d5fa49..89ac779 100644 --- a/python-opentelemetry-instrumentation.spec +++ b/python-opentelemetry-instrumentation.spec @@ -18,19 +18,20 @@ %{?sle15_python_module_pythons} Name: python-opentelemetry-instrumentation -Version: 0.51b0 +Version: 0.54b1 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-instrumentation +URL: https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/opentelemetry-instrumentation Source: https://files.pythonhosted.org/packages/source/o/opentelemetry-instrumentation/opentelemetry_instrumentation-%{version}.tar.gz -BuildRequires: %{python_module packaging >= 18.0} +BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} -BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module opentelemetry-api >= 1.4} -BuildRequires: %{python_module hatchling} +BuildRequires: %{python_module opentelemetry-semantic-conventions = %{version}} +BuildRequires: %{python_module opentelemetry-test-utils = %{version}} +BuildRequires: %{python_module packaging >= 18.0} BuildRequires: %{python_module pytest} BuildRequires: %{python_module wrapt >= 1.0.0} # /SECTION @@ -38,6 +39,8 @@ BuildRequires: fdupes Requires(post): update-alternatives Requires(postun): update-alternatives Requires: python-opentelemetry-api >= 1.4 +Requires: python-opentelemetry-semantic-conventions = %{version} +Requires: python-packaging >= 18.0 Requires: python-wrapt >= 1.0.0 BuildArch: noarch %python_subpackages @@ -57,9 +60,8 @@ Instrumentation Tools & Auto Instrumentation for OpenTelemetry Python %python_clone -a %{buildroot}%{_bindir}/opentelemetry-bootstrap %python_expand %fdupes %{buildroot}%{$python_sitelib} -# Tests disabled because they're not shipped with the sources -#%%check -#%%pytest +%check +%pytest %post %python_install_alternative opentelemetry-instrument opentelemetry-bootstrap