Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mistral-vibe for openSUSE:Factory 
checked in at 2026-09-12 21:21:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mistral-vibe (Old)
 and      /work/SRC/openSUSE:Factory/.mistral-vibe.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mistral-vibe"

Sat Sep 12 21:21:41 2026 rev:20 rq:1377490 version:2.25.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/mistral-vibe/mistral-vibe.changes        
2026-09-11 18:06:15.652201565 +0200
+++ /work/SRC/openSUSE:Factory/.mistral-vibe.new.1265/mistral-vibe.changes      
2026-09-12 21:25:31.367951842 +0200
@@ -1,0 +2,22 @@
+Sat Sep 12 07:13:30 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Update to 2.25.3:
+  * New /branch command forks the current conversation into
+    a new resumable session
+  * @ file mentions use Git-aware discovery and accept pasted
+    files and folders
+  * Retained chats stay readable and restore their worktrees
+    when work resumes
+  * New session logs are no longer readable by other users
+    on POSIX systems
+  * AGENTS.md instructions load into the system prompt under
+    the experimental unified harness
+  * Bump the optional local harness runtime to 0.4.5 (stays
+    an unpackaged extra, covered by harness_importorskip.patch)
+- All nine patches re-apply cleanly, no rebase needed
+- Deselect racy test_respects_max_entries_to_process_limit:
+  upstream 2.25.3 scores completions in raw scandir walk order
+  capped at max_entries_to_process, so the assertion set is
+  empty whenever the src/ subtree walks first (IndexError)
+
+-------------------------------------------------------------------

Old:
----
  mistral-vibe-2.25.2.tar.gz

New:
----
  mistral-vibe-2.25.3.tar.gz

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

Other differences:
------------------
++++++ mistral-vibe.spec ++++++
--- /var/tmp/diff_new_pack.p7QtPY/_old  2026-09-12 21:25:32.095982399 +0200
+++ /var/tmp/diff_new_pack.p7QtPY/_new  2026-09-12 21:25:32.096982441 +0200
@@ -28,7 +28,7 @@
 %endif
 %define origname mistral-vibe
 Name:           %{origname}%{psuffix}
-Version:        2.25.2
+Version:        2.25.3
 Release:        0
 Summary:        Minimal CLI coding agent by Mistral
 License:        Apache-2.0
@@ -313,7 +313,10 @@
 PYTEST_ADDOPTS="--ignore=tests/audio_player/test_audio_player.py --timeout=60 
-n 4"
 export PYTEST_ADDOPTS+=" --ignore=tests/audio_recorder/test_audio_recorder.py"
 export PYTEST_ADDOPTS+=" --ignore=tests/snapshots"
-%python3_pytest -m 'not (network or terminal)' -k 'not 
test_generic_backend_streaming_uses_ssl_cert_file'
+# -k deselects: the ssl_cert_file test needs network certs; the
+# max_entries test races scandir walk order against the processing
+# cap and fails with an empty assertion set (upstream 2.25.3 race).
+%python3_pytest -m 'not (network or terminal)' -k 'not 
test_generic_backend_streaming_uses_ssl_cert_file and not 
test_respects_max_entries_to_process_limit'
 %endif
 
 %if !%{with test}

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.p7QtPY/_old  2026-09-12 21:25:32.144984455 +0200
+++ /var/tmp/diff_new_pack.p7QtPY/_new  2026-09-12 21:25:32.147984581 +0200
@@ -1,5 +1,5 @@
-mtime: 1789065809
-commit: fd5f080a51c0b9b53ed71e331fed62839d4c7f0816ee8ea1620f5d8efc03d1d3
+mtime: 1789198921
+commit: 410b7c748e51d55eb5a098c4fb55e99715d22a2079fcfec617cfa406eefb5ce0
 url: https://src.opensuse.org/AI/mistral-vibe.git
 revision: factory
 

++++++ build.specials.obscpio ++++++

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-09-12 09:42:01.000000000 +0200
@@ -0,0 +1,9 @@
+.assets
+_build.*
+*.obscpio
+*.obsinfo
+*.osc
+.pbuild
+_service:*
+mistral-vibe-*-build/
+.aider*

++++++ mistral-vibe-2.25.2.tar.gz -> mistral-vibe-2.25.3.tar.gz ++++++
++++ 5681 lines of diff (skipped)

Reply via email to