Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-langgraph for
openSUSE:Factory checked in at 2026-08-18 16:37:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-langgraph (Old)
and /work/SRC/openSUSE:Factory/.python-langgraph.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-langgraph"
Tue Aug 18 16:37:18 2026 rev:6 rq:1371641 version:1.2.11
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-langgraph/python-langgraph.changes
2026-08-12 16:13:21.888644704 +0200
+++
/work/SRC/openSUSE:Factory/.python-langgraph.new.1258/python-langgraph.changes
2026-08-18 16:38:01.421238566 +0200
@@ -1,0 +2,5 @@
+Tue Aug 18 03:01:55 UTC 2026 - Bernhard Wiedemann <[email protected]>
+
+- Avoid variations from --nocheck (boo#1227364)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-langgraph.spec ++++++
--- /var/tmp/diff_new_pack.0OhxFo/_old 2026-08-18 16:38:02.138264224 +0200
+++ /var/tmp/diff_new_pack.0OhxFo/_new 2026-08-18 16:38:02.139264260 +0200
@@ -59,6 +59,12 @@
%install
%pyproject_install
+
+# Recompile as hash-based bytecode: this namespace package ships many modules
+# whose timestamp-based .pyc desync from the reproducibility-clamped .py mtimes
+# and trip python-bytecode-inconsistent-mtime. Done in %%install, not %%check,
+# so the result does not vary with --nocheck (boo#1227364).
+%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
@@ -67,12 +73,6 @@
# SQLite checkpoint backends (langgraph-checkpoint-postgres /
# langgraph-checkpoint-sqlite, not packaged for Factory) plus psycopg and
# redis, so pytest collection fails before any offline unit test executes.
-# Only byte-compilation is exercised here.
-# Recompile as hash-based bytecode: this namespace package ships many 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
%files %{python_files}
%doc README.md