Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-langgraph-checkpoint for
openSUSE:Factory checked in at 2026-08-18 16:37:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-langgraph-checkpoint (Old)
and /work/SRC/openSUSE:Factory/.python-langgraph-checkpoint.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-langgraph-checkpoint"
Tue Aug 18 16:37:24 2026 rev:3 rq:1371670 version:4.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-langgraph-checkpoint/python-langgraph-checkpoint.changes
2026-08-09 21:46:06.580309160 +0200
+++
/work/SRC/openSUSE:Factory/.python-langgraph-checkpoint.new.1258/python-langgraph-checkpoint.changes
2026-08-18 16:38:09.430525167 +0200
@@ -1,0 +2,6 @@
+Tue Aug 18 05:37:21 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-checkpoint.spec ++++++
--- /var/tmp/diff_new_pack.MqArso/_old 2026-08-18 16:38:10.197552614 +0200
+++ /var/tmp/diff_new_pack.MqArso/_new 2026-08-18 16:38:10.199552686 +0200
@@ -61,17 +61,16 @@
%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.
+%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
# test_redis_cache.py requires a running Redis server (offline build);
# test_conformance_delta.py self-skips when the conformance suite is absent.
%pytest tests --ignore tests/test_redis_cache.py
-# 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