Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package prek for openSUSE:Factory checked in 
at 2026-06-05 15:01:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/prek (Old)
 and      /work/SRC/openSUSE:Factory/.prek.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "prek"

Fri Jun  5 15:01:03 2026 rev:26 rq:1357170 version:0.4.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/prek/prek.changes        2026-05-29 
18:10:46.831568836 +0200
+++ /work/SRC/openSUSE:Factory/.prek.new.2375/prek.changes      2026-06-05 
15:01:09.582439206 +0200
@@ -1,0 +2,45 @@
+Thu Jun 04 14:05:44 UTC 2026 - Johannes Kastl 
<[email protected]>
+
+- Update to version 0.4.4:
+  * Highlights
+    0.4.4 makes prek run easier to watch and easier to slice.
+    Hook stream output now shows a small live preview under the
+    running hook in the progress UI. Long-running hooks no longer
+    look stuck while they are producing logs, and failed hooks are
+    easier to diagnose because recent output is already visible
+    before the final result.
+    The new group selector lets a single config support different
+    workflows. Tag hooks with groups, then select or exclude those
+    groups at run time:
+
+      repos:
+        - repo: local
+          hooks:
+            - id: format
+              name: Format Python
+              language: system
+              entry: ruff format
+              groups: [format, ci]
+
+            - id: lint
+              name: Lint Python
+              language: system
+              entry: ruff check
+              groups: [lint, ci]
+
+      prek run --all-files --group ci
+      prek run --all-files --no-group format
+
+    This is useful when local development, CI, slow validation, or
+    project-specific checks need different hook sets without
+    splitting the config.
+  * Enhancements
+    - Add hook group filters to prek run (#2141)
+    - Delay hook output preview rendering (#2140)
+    - Stream hook output in progress UI (#2136)
+  * Bug fixes
+    - Fix intent-to-add stash restore (#2143)
+  * Documentation
+    - Document hook stage file input (#2147)
+
+-------------------------------------------------------------------

Old:
----
  prek-0.4.3.obscpio

New:
----
  prek-0.4.4.obscpio

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

Other differences:
------------------
++++++ prek.spec ++++++
--- /var/tmp/diff_new_pack.gnNHIG/_old  2026-06-05 15:01:21.054913661 +0200
+++ /var/tmp/diff_new_pack.gnNHIG/_new  2026-06-05 15:01:21.058913827 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           prek
-Version:        0.4.3
+Version:        0.4.4
 Release:        0
 Summary:        Reimagined version of pre-commit, built in Rust
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.gnNHIG/_old  2026-06-05 15:01:21.106915812 +0200
+++ /var/tmp/diff_new_pack.gnNHIG/_new  2026-06-05 15:01:21.114916143 +0200
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/j178/prek.git</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v0.4.3</param>
+    <param name="revision">v0.4.4</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.gnNHIG/_old  2026-06-05 15:01:21.146917466 +0200
+++ /var/tmp/diff_new_pack.gnNHIG/_new  2026-06-05 15:01:21.150917631 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/j178/prek.git</param>
-              <param 
name="changesrevision">02bb73f2be5539f3a1d219e74ad2ba344a633758</param></service></servicedata>
+              <param 
name="changesrevision">f44270e63f839011442ac96420cedc6aec3d8dfa</param></service></servicedata>
 (No newline at EOF)
 

++++++ prek-0.4.3.obscpio -> prek-0.4.4.obscpio ++++++
++++ 5729 lines of diff (skipped)

++++++ prek.obsinfo ++++++
--- /var/tmp/diff_new_pack.gnNHIG/_old  2026-06-05 15:01:21.714940957 +0200
+++ /var/tmp/diff_new_pack.gnNHIG/_new  2026-06-05 15:01:21.718941123 +0200
@@ -1,5 +1,5 @@
 name: prek
-version: 0.4.3
-mtime: 1779850965
-commit: 02bb73f2be5539f3a1d219e74ad2ba344a633758
+version: 0.4.4
+mtime: 1780556952
+commit: f44270e63f839011442ac96420cedc6aec3d8dfa
 

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/prek/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.prek.new.2375/vendor.tar.zst differ: char 7, line 1

Reply via email to