Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package chezmoi for openSUSE:Factory checked 
in at 2026-01-15 16:47:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/chezmoi (Old)
 and      /work/SRC/openSUSE:Factory/.chezmoi.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "chezmoi"

Thu Jan 15 16:47:14 2026 rev:90 rq:1327270 version:2.69.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/chezmoi/chezmoi.changes  2026-01-06 
17:46:20.873979774 +0100
+++ /work/SRC/openSUSE:Factory/.chezmoi.new.1928/chezmoi.changes        
2026-01-15 16:48:37.062153023 +0100
@@ -1,0 +2,10 @@
+Wed Jan 14 17:21:35 UTC 2026 - Filippo Bonazzi <[email protected]>
+
+- Update to version 2.69.1:
+  - Fixes
+    * fix: Revert to sprig for template function implementations
+    * fix: Fix external size check without secure hashes
+  - Documentation
+    * docs: Fix protonPassJSON example
+
+-------------------------------------------------------------------

Old:
----
  chezmoi-2.69.0.obscpio

New:
----
  chezmoi-2.69.1.obscpio

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

Other differences:
------------------
++++++ chezmoi.spec ++++++
--- /var/tmp/diff_new_pack.cJtW3T/_old  2026-01-15 16:48:38.838225043 +0100
+++ /var/tmp/diff_new_pack.cJtW3T/_new  2026-01-15 16:48:38.842225205 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           chezmoi
-Version:        2.69.0
+Version:        2.69.1
 Release:        0
 Summary:        A multi-host manager for dotfiles
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.cJtW3T/_old  2026-01-15 16:48:38.938229098 +0100
+++ /var/tmp/diff_new_pack.cJtW3T/_new  2026-01-15 16:48:38.942229260 +0100
@@ -2,7 +2,7 @@
   <service name="obs_scm" mode="manual">
     <param name="scm">git</param>
     <param name="url">https://github.com/twpayne/chezmoi.git</param>
-    <param name="revision">v2.69.0</param>
+    <param name="revision">v2.69.1</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
   </service>

++++++ chezmoi-2.69.0.obscpio -> chezmoi-2.69.1.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chezmoi-2.69.0/.config/capslock-summary.json 
new/chezmoi-2.69.1/.config/capslock-summary.json
--- old/chezmoi-2.69.0/.config/capslock-summary.json    2026-01-05 
00:04:19.000000000 +0100
+++ new/chezmoi-2.69.1/.config/capslock-summary.json    2026-01-10 
01:07:30.000000000 +0100
@@ -63,18 +63,18 @@
   "github.com/charmbracelet/bubbletea": [
     "CAPABILITY_MODIFY_SYSTEM_STATE"
   ],
+  "github.com/dsnet/compress/bzip2": [
+    "CAPABILITY_UNANALYZED"
+  ],
+  "github.com/dsnet/compress/internal/prefix": [
+    "CAPABILITY_UNANALYZED"
+  ],
   "github.com/fatih/color": [
     "CAPABILITY_FILES"
   ],
   "github.com/fsnotify/fsnotify": [
     "CAPABILITY_READ_SYSTEM_STATE"
   ],
-  "github.com/go-sprout/sprout/registry/strings": [
-    "CAPABILITY_UNANALYZED"
-  ],
-  "github.com/go-sprout/sprout/sprigin": [
-    "CAPABILITY_UNANALYZED"
-  ],
   "github.com/go-viper/mapstructure/v2": [
     "CAPABILITY_REFLECT"
   ],
@@ -106,7 +106,8 @@
     "CAPABILITY_EXEC",
     "CAPABILITY_MODIFY_SYSTEM_STATE",
     "CAPABILITY_OPERATING_SYSTEM",
-    "CAPABILITY_RUNTIME"
+    "CAPABILITY_RUNTIME",
+    "CAPABILITY_UNANALYZED"
   ],
   "github.com/spf13/cobra": [
     "CAPABILITY_MODIFY_SYSTEM_STATE"
@@ -132,14 +133,16 @@
     "CAPABILITY_EXEC",
     "CAPABILITY_MODIFY_SYSTEM_STATE",
     "CAPABILITY_OPERATING_SYSTEM",
-    "CAPABILITY_RUNTIME"
+    "CAPABILITY_RUNTIME",
+    "CAPABILITY_UNANALYZED"
   ],
   "github.com/zricethezav/gitleaks/v8/sources": [
     "CAPABILITY_CGO",
     "CAPABILITY_EXEC",
     "CAPABILITY_MODIFY_SYSTEM_STATE",
     "CAPABILITY_OPERATING_SYSTEM",
-    "CAPABILITY_RUNTIME"
+    "CAPABILITY_RUNTIME",
+    "CAPABILITY_UNANALYZED"
   ],
   "go.etcd.io/bbolt": [
     "CAPABILITY_SYSTEM_CALLS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chezmoi-2.69.0/.config/golangci.yml 
new/chezmoi-2.69.1/.config/golangci.yml
--- old/chezmoi-2.69.0/.config/golangci.yml     2026-01-05 00:04:19.000000000 
+0100
+++ new/chezmoi-2.69.1/.config/golangci.yml     2026-01-10 01:07:30.000000000 
+0100
@@ -47,7 +47,6 @@
   - nilnesserr
   - nosprintfhostport
   - perfsprint
-  - prealloc
   - predeclared
   - protogetter
   - reassign
@@ -100,6 +99,7 @@
   - nolintlint
   - nonamedreturns
   - paralleltest
+  - prealloc
   - promlinter
   - recvcheck
   - testifylint
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chezmoi-2.69.0/.github/workflows/main.yml 
new/chezmoi-2.69.1/.github/workflows/main.yml
--- old/chezmoi-2.69.0/.github/workflows/main.yml       2026-01-05 
00:04:19.000000000 +0100
+++ new/chezmoi-2.69.1/.github/workflows/main.yml       2026-01-10 
01:07:30.000000000 +0100
@@ -18,12 +18,12 @@
   CHOCOLATEY_VERSION: 2.6.0 # https://github.com/chocolatey/choco/releases
   COSIGN_VERSION: 2.6.1 # https://github.com/sigstore/cosign/releases
   GO_VERSION: 1.25.5 # https://go.dev/doc/devel/release
-  GOLANGCI_LINT_VERSION: 2.7.2 # 
https://github.com/golangci/golangci-lint/releases
+  GOLANGCI_LINT_VERSION: 2.8.0 # 
https://github.com/golangci/golangci-lint/releases
   GORELEASER_VERSION: 2.13.2 # 
https://github.com/goreleaser/goreleaser/releases
   PYTHON_VERSION: '3.10' # https://www.python.org/downloads/
   RAGE_VERSION: 0.11.1 # https://github.com/str4d/rage/releases
-  SYFT_VERSION: 1.39.0 # https://github.com/anchore/syft/releases
-  UV_VERSION: 0.9.21 # https://github.com/astral-sh/uv/releases
+  SYFT_VERSION: 1.40.0 # https://github.com/anchore/syft/releases
+  UV_VERSION: 0.9.22 # https://github.com/astral-sh/uv/releases
 jobs:
   changes:
     runs-on: ubuntu-22.04
@@ -297,7 +297,7 @@
       with:
         cache-prefix: website-go
         go-version: ${{ env.GO_VERSION }}
-    - uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # 
v7.1.6
+    - uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # 
v7.2.0
       with:
         enable-cache: false
         version: ${{ env.UV_VERSION }}
@@ -496,7 +496,7 @@
       with:
         cache-prefix: website-go
         go-version: ${{ env.GO_VERSION }}
-    - uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # 
v7.1.6
+    - uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # 
v7.2.0
       with:
         enable-cache: false
         version: ${{ env.UV_VERSION }}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chezmoi-2.69.0/LICENSE new/chezmoi-2.69.1/LICENSE
--- old/chezmoi-2.69.0/LICENSE  2026-01-05 00:04:19.000000000 +0100
+++ new/chezmoi-2.69.1/LICENSE  2026-01-10 01:07:30.000000000 +0100
@@ -1,6 +1,6 @@
 The MIT License (MIT)
 
-Copyright (c) 2018-2026 Tom Payne
+Copyright (c) 2018 Tom Payne
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chezmoi-2.69.0/assets/chezmoi.io/docs/license.md 
new/chezmoi-2.69.1/assets/chezmoi.io/docs/license.md
--- old/chezmoi-2.69.0/assets/chezmoi.io/docs/license.md        2026-01-05 
00:04:19.000000000 +0100
+++ new/chezmoi-2.69.1/assets/chezmoi.io/docs/license.md        2026-01-10 
01:07:30.000000000 +0100
@@ -2,7 +2,7 @@
 
 The MIT License (MIT)
 
-Copyright (c) 2018-2026 Tom Payne
+Copyright (c) 2018 Tom Payne
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/chezmoi-2.69.0/assets/chezmoi.io/docs/links/related-software.md 
new/chezmoi-2.69.1/assets/chezmoi.io/docs/links/related-software.md
--- old/chezmoi-2.69.0/assets/chezmoi.io/docs/links/related-software.md 
2026-01-05 00:04:19.000000000 +0100
+++ new/chezmoi-2.69.1/assets/chezmoi.io/docs/links/related-software.md 
2026-01-10 01:07:30.000000000 +0100
@@ -19,6 +19,10 @@
 
 A plugin for VIM to apply the dotfile you are editing on `:w`.
 
+### 
[`github.com/Lindydancer/tmpl-mode`](https://github.com/Lindydancer/tmpl-mode) 
{ id="Lindydancer/tmpl-mode" }
+
+Emacs minor mode for "tmpl" template files.
+
 ### [`github.com/xvzc/chezmoi.nvim`](https://github.com/xvzc/chezmoi.nvim) { 
id="xvzc/chezmoi.nvim" }
 
 Edit your chezmoi-managed files and automatically apply.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/chezmoi-2.69.0/assets/chezmoi.io/docs/reference/templates/protonpass-functions/protonPassJSON.md
 
new/chezmoi-2.69.1/assets/chezmoi.io/docs/reference/templates/protonpass-functions/protonPassJSON.md
--- 
old/chezmoi-2.69.0/assets/chezmoi.io/docs/reference/templates/protonpass-functions/protonPassJSON.md
        2026-01-05 00:04:19.000000000 +0100
+++ 
new/chezmoi-2.69.1/assets/chezmoi.io/docs/reference/templates/protonpass-functions/protonPassJSON.md
        2026-01-10 01:07:30.000000000 +0100
@@ -6,7 +6,7 @@
 !!! example
 
     ```
-    {{ (protonPass 
"pass://$SHARE_ID/$ITEM_ID").item.content.content.key.password }}
+    {{ (protonPassJSON 
"pass://$SHARE_ID/$ITEM_ID").item.content.content.key.password }}
     ```
 
 [protonpass]: https://proton.me/pass
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chezmoi-2.69.0/assets/chezmoi.io/mkdocs.yml 
new/chezmoi-2.69.1/assets/chezmoi.io/mkdocs.yml
--- old/chezmoi-2.69.0/assets/chezmoi.io/mkdocs.yml     2026-01-05 
00:04:19.000000000 +0100
+++ new/chezmoi-2.69.1/assets/chezmoi.io/mkdocs.yml     2026-01-10 
01:07:30.000000000 +0100
@@ -2,7 +2,7 @@
 site_url: https://chezmoi.io
 site_description: Manage your dotfiles across multiple machines, securely.
 site_author: Tom Payne
-copyright: Copyright © Tom Payne 2018-2026
+copyright: Copyright © Tom Payne 2018
 repo_name: twpayne/chezmoi
 repo_url: https://github.com/twpayne/chezmoi
 edit_uri: edit/master/assets/chezmoi.io/docs/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chezmoi-2.69.0/go.mod new/chezmoi-2.69.1/go.mod
--- old/chezmoi-2.69.0/go.mod   2026-01-05 00:04:19.000000000 +0100
+++ new/chezmoi-2.69.1/go.mod   2026-01-10 01:07:30.000000000 +0100
@@ -26,6 +26,7 @@
        github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.1
        github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets v1.4.0
        github.com/BurntSushi/toml v1.6.0
+       github.com/Masterminds/sprig/v3 v3.3.0
        github.com/Shopify/ejson v1.5.4
        github.com/alecthomas/assert/v2 v2.11.0
        github.com/aws/aws-sdk-go-v2 v1.41.0
@@ -42,7 +43,7 @@
        github.com/go-git/go-git/v5 v5.16.4
        github.com/go-sprout/sprout v1.0.3
        github.com/go-viper/mapstructure/v2 v2.4.0
-       github.com/goccy/go-yaml v1.19.1
+       github.com/goccy/go-yaml v1.19.2
        github.com/google/go-github/v61 v61.0.0
        github.com/google/renameio/v2 v2.0.1
        github.com/gopasspw/gopass v1.16.1
@@ -71,7 +72,7 @@
        golang.org/x/crypto v0.46.0
        golang.org/x/oauth2 v0.34.0
        golang.org/x/sync v0.19.0
-       golang.org/x/sys v0.39.0
+       golang.org/x/sys v0.40.0
        golang.org/x/term v0.38.0
        golang.org/x/text v0.32.0
        gopkg.in/ini.v1 v1.67.0
@@ -92,7 +93,6 @@
        github.com/BobuSumisu/aho-corasick v1.0.3 // indirect
        github.com/Masterminds/goutils v1.1.1 // indirect
        github.com/Masterminds/semver/v3 v3.4.0 // indirect
-       github.com/Masterminds/sprig/v3 v3.3.0 // indirect
        github.com/Microsoft/go-winio v0.6.2 // indirect
        github.com/ProtonMail/go-crypto v1.3.0 // indirect
        github.com/STARRY-S/zip v0.2.3 // indirect
@@ -219,7 +219,7 @@
        github.com/xanzy/ssh-agent v0.3.3 // indirect
        github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
        github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 // indirect
-       github.com/yuin/goldmark v1.7.14 // indirect
+       github.com/yuin/goldmark v1.7.16 // indirect
        github.com/yuin/goldmark-emoji v1.0.6 // indirect
        go.yaml.in/yaml/v3 v3.0.4 // indirect
        go.yaml.in/yaml/v4 v4.0.0-rc.3 // indirect
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chezmoi-2.69.0/go.sum new/chezmoi-2.69.1/go.sum
--- old/chezmoi-2.69.0/go.sum   2026-01-05 00:04:19.000000000 +0100
+++ new/chezmoi-2.69.1/go.sum   2026-01-10 01:07:30.000000000 +0100
@@ -290,8 +290,8 @@
 github.com/go-viper/mapstructure/v2 v2.4.0/go.mod 
h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
 github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=
 github.com/gobwas/glob v0.2.3/go.mod 
h1:d3Ez4x06l9bZtSvzIay5+Yzi0fmZzPgnTbPcKjJAkT8=
-github.com/goccy/go-yaml v1.19.1 
h1:3rG3+v8pkhRqoQ/88NYNMHYVGYztCOCIZ7UQhu7H+NE=
-github.com/goccy/go-yaml v1.19.1/go.mod 
h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA=
+github.com/goccy/go-yaml v1.19.2 
h1:PmFC1S6h8ljIz6gMRBopkjP1TVT7xuwrButHID66PoM=
+github.com/goccy/go-yaml v1.19.2/go.mod 
h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA=
 github.com/godbus/dbus/v5 v5.0.4/go.mod 
h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
 github.com/godbus/dbus/v5 v5.2.2 
h1:TUR3TgtSVDmjiXOgAAyaZbYmIeP3DPkld3jgKGV8mXQ=
 github.com/godbus/dbus/v5 v5.2.2/go.mod 
h1:3AAv2+hPq5rdnr5txxxRwiGjPXamgoIHgz9FPBfOp3c=
@@ -667,8 +667,8 @@
 github.com/xyproto/randomstring v1.0.5 
h1:YtlWPoRdgMu3NZtP45drfy1GKoojuR7hmRcnhZqKjWU=
 github.com/xyproto/randomstring v1.0.5/go.mod 
h1:rgmS5DeNXLivK7YprL0pY+lTuhNQW3iGxZ18UQApw/E=
 github.com/yuin/goldmark v1.4.13/go.mod 
h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
-github.com/yuin/goldmark v1.7.14 
h1:9F3UqVQdZ5GG5y6TU0l1TbbDhZmqfevaOcinQt88Qi8=
-github.com/yuin/goldmark v1.7.14/go.mod 
h1:ip/1k0VRfGynBgxOz0yCqHrbZXhcjxyuS66Brc7iBKg=
+github.com/yuin/goldmark v1.7.16 
h1:n+CJdUxaFMiDUNnWC3dMWCIQJSkxH4uz3ZwQBkAlVNE=
+github.com/yuin/goldmark v1.7.16/go.mod 
h1:ip/1k0VRfGynBgxOz0yCqHrbZXhcjxyuS66Brc7iBKg=
 github.com/yuin/goldmark-emoji v1.0.6 
h1:QWfF2FYaXwL74tfGOW5izeiZepUDroDJfWubQI9HTHs=
 github.com/yuin/goldmark-emoji v1.0.6/go.mod 
h1:ukxJDKFpdFb5x0a5HqbdlcKtebh086iJpI31LTKmWuA=
 github.com/zalando/go-keyring v0.2.6 
h1:r7Yc3+H+Ux0+M72zacZoItR3UDxeWfKTcabvkI8ua9s=
@@ -801,8 +801,8 @@
 golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
 golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
 golang.org/x/sys v0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
-golang.org/x/sys v0.39.0 h1:CvCKL8MeisomCi6qNZ+wbb0DN9E5AATixKsvNtMoMFk=
-golang.org/x/sys v0.39.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
+golang.org/x/sys v0.40.0 h1:DBZZqJ2Rkml6QMQsZywtnjnnGvHza6BTfYFWY9kjEWQ=
+golang.org/x/sys v0.40.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
 golang.org/x/telemetry v0.0.0-20251203150158-8fff8a5912fc 
h1:bH6xUXay0AIFMElXG2rQ4uiE+7ncwtiOdPfYK1NK2XA=
 golang.org/x/telemetry v0.0.0-20251203150158-8fff8a5912fc/go.mod 
h1:hKdjCMrbv9skySur+Nek8Hd0uJ0GuxJIoIX2payrIdQ=
 golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod 
h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chezmoi-2.69.0/internal/chezmoi/sourcestate.go 
new/chezmoi-2.69.1/internal/chezmoi/sourcestate.go
--- old/chezmoi-2.69.0/internal/chezmoi/sourcestate.go  2026-01-05 
00:04:19.000000000 +0100
+++ new/chezmoi-2.69.1/internal/chezmoi/sourcestate.go  2026-01-10 
01:07:30.000000000 +0100
@@ -1771,9 +1771,10 @@
 
        var errs []error
 
-       if external.Checksum.Size != 0 && external.Checksum.SHA256 == nil && 
external.Checksum.SHA384 == nil &&
-               external.Checksum.SHA512 == nil {
-               s.warnFunc("%s: warning: insecure size check without secure 
hash will be removed\n", externalRelPath)
+       if external.Checksum.Size != 0 {
+               if external.Checksum.SHA256 == nil && external.Checksum.SHA384 
== nil && external.Checksum.SHA512 == nil {
+                       s.warnFunc("%s: warning: insecure size check without 
secure hash will be removed\n", externalRelPath)
+               }
                if len(data) != external.Checksum.Size {
                        err := fmt.Errorf("size mismatch: expected %d, got %d", 
external.Checksum.Size, len(data))
                        errs = append(errs, err)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chezmoi-2.69.0/internal/cmd/config.go 
new/chezmoi-2.69.1/internal/cmd/config.go
--- old/chezmoi-2.69.0/internal/cmd/config.go   2026-01-05 00:04:19.000000000 
+0100
+++ new/chezmoi-2.69.1/internal/cmd/config.go   2026-01-10 01:07:30.000000000 
+0100
@@ -28,10 +28,10 @@
        "text/template"
        "time"
 
+       "github.com/Masterminds/sprig/v3"
        "github.com/coreos/go-semver/semver"
        "github.com/go-git/go-git/v5"
        "github.com/go-git/go-git/v5/plumbing/format/diff"
-       "github.com/go-sprout/sprout/sprigin"
        "github.com/go-viper/mapstructure/v2"
        "github.com/gregjones/httpcache"
        "github.com/gregjones/httpcache/diskcache"
@@ -373,7 +373,7 @@
                // Global configuration.
                configFormat:  newChoiceFlag("", readDataFormatValues),
                homeDir:       userHomeDir,
-               templateFuncs: sprigin.TxtFuncMap(),
+               templateFuncs: sprig.TxtFuncMap(),
 
                // Command configurations.
                apply: applyCmdConfig{
@@ -464,14 +464,12 @@
        // map first to avoid a duplicate function panic.
        for _, templateFunc := range []string{
                "fromJson",
-               "fromYaml",
                "quote",
                "splitList",
                "squote",
                "toPrettyJson",
                "toString",
                "toStrings",
-               "toYaml",
        } {
                if _, ok := c.templateFuncs[templateFunc]; !ok {
                        panic(templateFunc + ": deleting non-existent template 
function")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chezmoi-2.69.0/internal/cmd/license.gen.go 
new/chezmoi-2.69.1/internal/cmd/license.gen.go
--- old/chezmoi-2.69.0/internal/cmd/license.gen.go      2026-01-05 
00:04:19.000000000 +0100
+++ new/chezmoi-2.69.1/internal/cmd/license.gen.go      2026-01-10 
01:07:30.000000000 +0100
@@ -4,7 +4,7 @@
        "\n" +
        "  The MIT License (MIT)\n" +
        "\n" +
-       "  Copyright (c) 2018-2026 Tom Payne\n" +
+       "  Copyright (c) 2018 Tom Payne\n" +
        "\n" +
        "  Permission is hereby granted, free of charge, to any person 
obtaining a copy\n" +
        "  of this software and associated documentation files (the 
\"Software\"), to\n" +

++++++ chezmoi.obsinfo ++++++
--- /var/tmp/diff_new_pack.cJtW3T/_old  2026-01-15 16:48:39.878267218 +0100
+++ /var/tmp/diff_new_pack.cJtW3T/_new  2026-01-15 16:48:39.886267542 +0100
@@ -1,5 +1,5 @@
 name: chezmoi
-version: 2.69.0
-mtime: 1767567859
-commit: 562f9716b6d3690abd854f6a4ffab73a56595884
+version: 2.69.1
+mtime: 1768003650
+commit: a08a575a051dbe93b9dadb63f683e437af1337ba
 

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/chezmoi/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.chezmoi.new.1928/vendor.tar.gz differ: char 25, 
line 1

Reply via email to