Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 
python-opentelemetry-semantic-conventions-ai for openSUSE:Factory checked in at 
2026-08-01 18:33:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing 
/work/SRC/openSUSE:Factory/python-opentelemetry-semantic-conventions-ai (Old)
 and      
/work/SRC/openSUSE:Factory/.python-opentelemetry-semantic-conventions-ai.new.16738
 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-opentelemetry-semantic-conventions-ai"

Sat Aug  1 18:33:16 2026 rev:2 rq:1368785 version:0.5.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-opentelemetry-semantic-conventions-ai/python-opentelemetry-semantic-conventions-ai.changes
        2026-07-14 13:47:13.513447791 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-opentelemetry-semantic-conventions-ai.new.16738/python-opentelemetry-semantic-conventions-ai.changes
     2026-08-01 18:36:36.918878212 +0200
@@ -1,0 +2,19 @@
+Fri Jul 31 08:07:13 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Update to 0.5.2:
+  * Migrate the cache token attributes to the upstream OpenTelemetry
+    semantic conventions package
+  * Emit consistent embeddings_count, result_count and similarity
+    attributes across the Pinecone and Milvus vector stores
+  * Minimum supported Python is now 3.10
+- Take the sources from the upstream openllmetry monorepo archive
+  instead of the PyPI sdist:
+  * Upstream bumped this package to 0.5.2 in the monorepo but never
+    published that release to PyPI, where the newest sdist is still
+    0.5.1, so a PyPI source URL for 0.5.2 does not exist
+  * The tarball is now the monorepo tag tracked by the monorepo_ver
+    macro and the package is built from its packages subdirectory
+- Require opentelemetry-sdk >= 1.42.0 and
+  opentelemetry-semantic-conventions >= 0.63b1 as mandated by upstream
+
+-------------------------------------------------------------------

Old:
----
  opentelemetry_semantic_conventions_ai-0.5.1.tar.gz

New:
----
  openllmetry-0.62.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-opentelemetry-semantic-conventions-ai.spec ++++++
--- /var/tmp/diff_new_pack.QcYW1X/_old  2026-08-01 18:36:37.410895151 +0200
+++ /var/tmp/diff_new_pack.QcYW1X/_new  2026-08-01 18:36:37.414895288 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-opentelemetry-semantic-conventions-ai
 #
-# Copyright (c) 2026 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -10,29 +10,41 @@
 # 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.//
+# published by the Open Source Initiative.
+
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
+# DO NOT switch Source back to a files.pythonhosted.org URL built from
+# %%{version}. This package is released only as part of the traceloop
+# openllmetry monorepo: upstream bumped its in-tree version to 0.5.2 on
+# 2026-06-15 (commit d7aaf6cc) but never published 0.5.2 to PyPI, whose
+# newest sdist is still 0.5.1. A %%{version}-derived PyPI URL therefore
+# 404s and the submission is auto-declined. The tarball is the upstream
+# monorepo tag v%%{monorepo_ver} and this package lives in %%{pkgsubdir}
+# inside it, so %%{monorepo_ver} - not %%{version} - is what moves on the
+# next update.
+%define monorepo_ver 0.62.1
+%define pkgsubdir packages/opentelemetry-semantic-conventions-ai
 %{?sle15_python_module_pythons}
 Name:           python-opentelemetry-semantic-conventions-ai
-Version:        0.5.1
+Version:        0.5.2
 Release:        0
 Summary:        OpenTelemetry Semantic Conventions Extension for Large 
Language Models
 License:        Apache-2.0
 URL:            https://github.com/traceloop/openllmetry
-Source:         
https://files.pythonhosted.org/packages/source/o/opentelemetry_semantic_conventions_ai/opentelemetry_semantic_conventions_ai-%{version}.tar.gz
+Source:         
https://github.com/traceloop/openllmetry/archive/refs/tags/v%{monorepo_ver}.tar.gz#/openllmetry-%{monorepo_ver}.tar.gz
 BuildRequires:  %{python_module hatchling}
-BuildRequires:  %{python_module opentelemetry-sdk >= 1.38.0}
-BuildRequires:  %{python_module opentelemetry-semantic-conventions >= 0.59b0}
+BuildRequires:  %{python_module opentelemetry-sdk >= 1.42.0}
+BuildRequires:  %{python_module opentelemetry-semantic-conventions >= 0.63b1}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-opentelemetry-sdk >= 1.38.0
-Requires:       python-opentelemetry-semantic-conventions >= 0.59b0
+Requires:       python-opentelemetry-sdk >= 1.42.0
+Requires:       python-opentelemetry-semantic-conventions >= 0.63b1
 BuildArch:      noarch
 %python_subpackages
 
@@ -43,20 +55,23 @@
 completions and token usage of large language models.
 
 %prep
-%autosetup -p1 -n opentelemetry_semantic_conventions_ai-%{version}
+%autosetup -p1 -n openllmetry-%{monorepo_ver}
 
 %build
+cd %{pkgsubdir}
 %pyproject_wheel
 
 %install
+cd %{pkgsubdir}
 %pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%pytest
+cd %{pkgsubdir}
+%pytest tests
 
 %files %{python_files}
-%doc README.md
+%doc %{pkgsubdir}/README.md
 %{python_sitelib}/opentelemetry/semconv_ai
 %{python_sitelib}/opentelemetry_semantic_conventions_ai-%{version}.dist-info
 

Reply via email to