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-08-11 17:13:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/prek (Old)
 and      /work/SRC/openSUSE:Factory/.prek.new.17972 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "prek"

Tue Aug 11 17:13:47 2026 rev:34 rq:1370532 version:0.4.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/prek/prek.changes        2026-08-04 
21:39:01.277824255 +0200
+++ /work/SRC/openSUSE:Factory/.prek.new.17972/prek.changes     2026-08-11 
17:15:10.901077830 +0200
@@ -1,0 +2,50 @@
+Mon Aug 10 11:59:38 UTC 2026 - Johannes Kastl 
<[email protected]>
+
+- Update to version 0.4.13:
+  * Highlights
+    - Manage hook tools with mise
+      The new language: mise support lets hooks install tools using
+      mise in an isolated environment:
+
+      repos:
+        - repo: local
+          hooks:
+            - id: golangci-lint
+              name: golangci-lint
+              language: mise
+              additional_dependencies: ["aqua:golangci/golangci-lint@2"]
+              entry: golangci-lint run --fast-only ./...
+              pass_filenames: false
+
+    - Run commands in hook environments
+      The new prek exec subcommand can run an explicit command in a
+      configured hook's prepared environment. For example, the hook
+      above makes its managed binary available to this command:
+
+        $ prek exec golangci-lint -- golangci-lint --version
+
+  * Enhancements
+    - Add mise language support (#2540)
+    - Add deny-filename-pattern and require-filename-pattern hooks
+      (#2488)
+    - Add prek exec for running commands in a hook environment
+      (#2478)
+    - Add yaml-language-server: comment to YAML sample config
+      (#2486)
+    - Make prek cache size output terminal-aware (#2508)
+    - Match file regexes against path bytes (#2541)
+    - Show hook aliases in run output (#2497)
+    - Show hook descriptions in run output (#2490)
+  * Performance
+    - Avoid env cache scans for skipped hooks (#2502)
+    - Cache Node version queries (#2500)
+  * Bug fixes
+    - Fix Node hook installation with npm 11 (#2487)
+    - Isolate dependency installs from inherited Git repository
+      state (#2506)
+  * Documentation
+    - Document combined group filtering (#2495)
+    - Explain what prek does in README (#2507)
+    - Refresh "Why prek" highlights (#2474)
+
+-------------------------------------------------------------------

Old:
----
  prek-0.4.12.obscpio

New:
----
  prek-0.4.13.obscpio

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

Other differences:
------------------
++++++ prek.spec ++++++
--- /var/tmp/diff_new_pack.XSG6zl/_old  2026-08-11 17:15:17.969377353 +0200
+++ /var/tmp/diff_new_pack.XSG6zl/_new  2026-08-11 17:15:17.973377523 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           prek
-Version:        0.4.12
+Version:        0.4.13
 Release:        0
 Summary:        Reimagined version of pre-commit, built in Rust
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.XSG6zl/_old  2026-08-11 17:15:18.025379727 +0200
+++ /var/tmp/diff_new_pack.XSG6zl/_new  2026-08-11 17:15:18.033380066 +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">refs/tags/v0.4.12</param>
+    <param name="revision">refs/tags/v0.4.13</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.XSG6zl/_old  2026-08-11 17:15:18.061381252 +0200
+++ /var/tmp/diff_new_pack.XSG6zl/_new  2026-08-11 17:15:18.065381422 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/j178/prek.git</param>
-              <param 
name="changesrevision">728238cf01e7b9e9ee8d1457f20c772fdc8e8426</param></service></servicedata>
+              <param 
name="changesrevision">6204a68bc591773d8a796e1b6c9898cd35aa520d</param></service></servicedata>
 (No newline at EOF)
 

++++++ prek-0.4.12.obscpio -> prek-0.4.13.obscpio ++++++
++++ 8194 lines of diff (skipped)

++++++ prek.obsinfo ++++++
--- /var/tmp/diff_new_pack.XSG6zl/_old  2026-08-11 17:15:18.641405831 +0200
+++ /var/tmp/diff_new_pack.XSG6zl/_new  2026-08-11 17:15:18.645406000 +0200
@@ -1,5 +1,5 @@
 name: prek
-version: 0.4.12
-mtime: 1785754805
-commit: 728238cf01e7b9e9ee8d1457f20c772fdc8e8426
+version: 0.4.13
+mtime: 1786350386
+commit: 6204a68bc591773d8a796e1b6c9898cd35aa520d
 

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

Reply via email to