Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-langgraph-prebuilt"

Tue Aug 18 16:37:22 2026 rev:2 rq:1371669 version:1.1.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-langgraph-prebuilt/python-langgraph-prebuilt.changes
      2026-07-01 16:36:02.367811541 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-langgraph-prebuilt.new.1258/python-langgraph-prebuilt.changes
    2026-08-18 16:38:07.567458500 +0200
@@ -1,0 +2,6 @@
+Tue Aug 18 05:37:30 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-prebuilt.spec ++++++
--- /var/tmp/diff_new_pack.TlkbWq/_old  2026-08-18 16:38:09.118514002 +0200
+++ /var/tmp/diff_new_pack.TlkbWq/_new  2026-08-18 16:38:09.120514074 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-langgraph-prebuilt
 #
-# 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
@@ -48,17 +48,16 @@
 
 %install
 %pyproject_install
+# Recompile as hash-based bytecode: this namespace package ships modules whose
+# timestamp-based .pyc desync from the reproducibility-clamped .py mtimes and
+# trip python-bytecode-inconsistent-mtime.
+%python_expand $python -m compileall -q -f --invalidation-mode=unchecked-hash 
-o 0 -o 1 -s %{buildroot} %{buildroot}%{$python_sitelib}/langgraph
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 # The test suite imports the top-level "langgraph" package, which depends on
 # this package (circular dependency on the consumer), so it cannot run during
-# this build; only byte-compilation is exercised.
-# Recompile as hash-based bytecode: this namespace package ships modules whose
-# timestamp-based .pyc desync from the reproducibility-clamped .py mtimes and
-# trip python-bytecode-inconsistent-mtime.
-%python_expand $python -m compileall -q -f --invalidation-mode=unchecked-hash 
-o 0 -o 1 -s %{buildroot} %{buildroot}%{$python_sitelib}/langgraph
-%python_expand %fdupes %{buildroot}%{$python_sitelib}/langgraph
+# this build.
 
 %files %{python_files}
 %doc README.md

Reply via email to