Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-langchain-anthropic for
openSUSE:Factory checked in at 2026-08-18 16:37:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-langchain-anthropic (Old)
and /work/SRC/openSUSE:Factory/.python-langchain-anthropic.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-langchain-anthropic"
Tue Aug 18 16:37:20 2026 rev:8 rq:1371667 version:1.5.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-langchain-anthropic/python-langchain-anthropic.changes
2026-08-14 22:07:12.199490503 +0200
+++
/work/SRC/openSUSE:Factory/.python-langchain-anthropic.new.1258/python-langchain-anthropic.changes
2026-08-18 16:38:04.476347889 +0200
@@ -1,0 +2,5 @@
+Tue Aug 18 05:36:47 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Avoid variations from --nocheck: move bytecode recompilation and fdupes from
%check to %install (boo#1227364)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-langchain-anthropic.spec ++++++
--- /var/tmp/diff_new_pack.azRetC/_old 2026-08-18 16:38:05.841396735 +0200
+++ /var/tmp/diff_new_pack.azRetC/_new 2026-08-18 16:38:05.845396878 +0200
@@ -63,6 +63,10 @@
%install
%pyproject_install
+# Recompile the installed modules as hash-based bytecode: this package ships
+# many modules, so 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}/langchain_anthropic
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -71,13 +75,6 @@
# langgraph / langchain, not in Factory); both also require network providers.
# Deselect the one chat-model test that imports langchain-tests as well.
%pytest tests/unit_tests --ignore tests/unit_tests/test_standard.py --ignore
tests/unit_tests/middleware --deselect
tests/unit_tests/test_chat_models.py::test_anthropic_stream_events_v3_lifecycle
-# Recompile the installed modules as hash-based bytecode: this package ships
-# many modules, so 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}/langchain_anthropic
-# Re-link the freshly compiled identical .pyc/.opt-1.pyc (brp-python-hardlink
-# already ran before %%check).
-%python_expand %fdupes %{buildroot}%{$python_sitelib}/langchain_anthropic
%files %{python_files}
%doc README.md