Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-langgraph-sdk for 
openSUSE:Factory checked in at 2026-08-18 16:37:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-langgraph-sdk (Old)
 and      /work/SRC/openSUSE:Factory/.python-langgraph-sdk.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-langgraph-sdk"

Tue Aug 18 16:37:25 2026 rev:2 rq:1371671 version:0.4.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-langgraph-sdk/python-langgraph-sdk.changes    
    2026-07-01 16:35:52.027451795 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-langgraph-sdk.new.1258/python-langgraph-sdk.changes
      2026-08-18 16:38:10.675569719 +0200
@@ -1,0 +2,6 @@
+Tue Aug 18 05:37:44 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Avoid variations from --nocheck: move bytecode recompilation and
+  fdupes from %check to %install (boo#1227364)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-langgraph-sdk.spec ++++++
--- /var/tmp/diff_new_pack.9ZdVQc/_old  2026-08-18 16:38:11.850611766 +0200
+++ /var/tmp/diff_new_pack.9ZdVQc/_new  2026-08-18 16:38:11.852611838 +0200
@@ -61,6 +61,9 @@
 
 %install
 %pyproject_install
+# Recompile the installed modules as hash-based bytecode to avoid
+# python-bytecode-inconsistent-mtime from the reproducibility-clamped .py 
mtimes.
+%python_expand $python -m compileall -q -f --invalidation-mode=unchecked-hash 
-o 0 -o 1 -s %{buildroot} %{buildroot}%{$python_sitelib}/langgraph_sdk
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -69,10 +72,6 @@
 # langgraph package); it is excluded upstream via the "integration" marker but
 # still imported at collection time, so skip the directory outright.
 %pytest tests --ignore=tests/integration
-# Recompile the installed modules as hash-based bytecode to avoid
-# python-bytecode-inconsistent-mtime from the reproducibility-clamped .py 
mtimes.
-%python_expand $python -m compileall -q -f --invalidation-mode=unchecked-hash 
-o 0 -o 1 -s %{buildroot} %{buildroot}%{$python_sitelib}/langgraph_sdk
-%python_expand %fdupes %{buildroot}%{$python_sitelib}/langgraph_sdk
 
 %files %{python_files}
 %doc README.md

Reply via email to