Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package arkade for openSUSE:Factory checked 
in at 2023-07-06 18:29:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/arkade (Old)
 and      /work/SRC/openSUSE:Factory/.arkade.new.23466 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "arkade"

Thu Jul  6 18:29:53 2023 rev:11 rq:1097097 version:0.9.24

Changes:
--------
--- /work/SRC/openSUSE:Factory/arkade/arkade.changes    2023-06-29 
17:29:44.786757734 +0200
+++ /work/SRC/openSUSE:Factory/.arkade.new.23466/arkade.changes 2023-07-06 
18:30:06.967666954 +0200
@@ -1,0 +2,8 @@
+Thu Jul 06 09:42:21 UTC 2023 - ka...@b1-systems.de
+
+- Update to version 0.9.24:
+  * Bump golang.org/x/mod from 0.11.0 to 0.12.0
+  * Fix kube-burner
+  * Fix renamed org for sops
+
+-------------------------------------------------------------------

Old:
----
  arkade-0.9.23.obscpio

New:
----
  arkade-0.9.24.obscpio

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

Other differences:
------------------
++++++ arkade.spec ++++++
--- /var/tmp/diff_new_pack.ji2imT/_old  2023-07-06 18:30:08.043673374 +0200
+++ /var/tmp/diff_new_pack.ji2imT/_new  2023-07-06 18:30:08.047673398 +0200
@@ -19,7 +19,7 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:           arkade
-Version:        0.9.23
+Version:        0.9.24
 Release:        0
 Summary:        Open Source Kubernetes Marketplace
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.ji2imT/_old  2023-07-06 18:30:08.083673613 +0200
+++ /var/tmp/diff_new_pack.ji2imT/_new  2023-07-06 18:30:08.083673613 +0200
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/alexellis/arkade</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">0.9.23</param>
+    <param name="revision">0.9.24</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.ji2imT/_old  2023-07-06 18:30:08.107673756 +0200
+++ /var/tmp/diff_new_pack.ji2imT/_new  2023-07-06 18:30:08.111673780 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/alexellis/arkade</param>
-              <param 
name="changesrevision">3a36fb5e13bcb6455e000d3e06bcfd998e9895ef</param></service></servicedata>
+              <param 
name="changesrevision">a4dd6013ddcd55eb470776694a398f856afb47e4</param></service></servicedata>
 (No newline at EOF)
 

++++++ arkade-0.9.23.obscpio -> arkade-0.9.24.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/arkade-0.9.23/go.mod new/arkade-0.9.24/go.mod
--- old/arkade-0.9.23/go.mod    2023-06-28 14:59:28.000000000 +0200
+++ new/arkade-0.9.24/go.mod    2023-07-05 10:34:51.000000000 +0200
@@ -15,7 +15,7 @@
        github.com/sethvargo/go-password v0.2.0
        github.com/spf13/cobra v1.7.0
        golang.org/x/crypto v0.10.0
-       golang.org/x/mod v0.11.0
+       golang.org/x/mod v0.12.0
        gopkg.in/yaml.v2 v2.4.0
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/arkade-0.9.23/go.sum new/arkade-0.9.24/go.sum
--- old/arkade-0.9.23/go.sum    2023-06-28 14:59:28.000000000 +0200
+++ new/arkade-0.9.24/go.sum    2023-07-05 10:34:51.000000000 +0200
@@ -89,8 +89,8 @@
 github.com/vbatts/tar-split v0.11.3/go.mod 
h1:9QlHN18E+fEH7RdG+QAJJcuya3rqT7eXSTY7wGrAokY=
 golang.org/x/crypto v0.10.0 h1:LKqV2xt9+kDzSTfOhx4FrkEBcMrAgHSYgzywV9zcGmM=
 golang.org/x/crypto v0.10.0/go.mod 
h1:o4eNf7Ede1fv+hwOwZsTHl9EsPFO6q6ZvYR8vYfY45I=
-golang.org/x/mod v0.11.0 h1:bUO06HqtnRcc/7l71XBe4WcqTZ+3AH1J59zWDDwLKgU=
-golang.org/x/mod v0.11.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
+golang.org/x/mod v0.12.0 h1:rmsUpXtvNzj340zd98LZ4KntptpfRHwpFOHG188oHXc=
+golang.org/x/mod v0.12.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
 golang.org/x/sync v0.1.0 h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o=
 golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
 golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod 
h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/arkade-0.9.23/pkg/get/get.go 
new/arkade-0.9.24/pkg/get/get.go
--- old/arkade-0.9.23/pkg/get/get.go    2023-06-28 14:59:28.000000000 +0200
+++ new/arkade-0.9.24/pkg/get/get.go    2023-07-05 10:34:51.000000000 +0200
@@ -210,7 +210,7 @@
                defer res.Body.Close()
        }
 
-       if res.StatusCode != 302 {
+       if res.StatusCode != http.StatusMovedPermanently && res.StatusCode != 
http.StatusFound {
                return "", fmt.Errorf("server returned status: %d", 
res.StatusCode)
        }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/arkade-0.9.23/pkg/get/get_test.go 
new/arkade-0.9.24/pkg/get/get_test.go
--- old/arkade-0.9.23/pkg/get/get_test.go       2023-06-28 14:59:28.000000000 
+0200
+++ new/arkade-0.9.24/pkg/get/get_test.go       2023-07-05 10:34:51.000000000 
+0200
@@ -3614,31 +3614,31 @@
                        os:      "linux",
                        arch:    arch64bit,
                        version: version,
-                       url:     
"https://github.com/mozilla/sops/releases/download/v3.7.2/sops-v3.7.2.linux.amd64";,
+                       url:     
"https://github.com/getsops/sops/releases/download/v3.7.2/sops-v3.7.2.linux.amd64";,
                },
                {
                        os:      "linux",
                        arch:    archARM64,
                        version: version,
-                       url:     
"https://github.com/mozilla/sops/releases/download/v3.7.2/sops-v3.7.2.linux.arm64";,
+                       url:     
"https://github.com/getsops/sops/releases/download/v3.7.2/sops-v3.7.2.linux.arm64";,
                },
                {
                        os:      "darwin",
                        arch:    arch64bit,
                        version: version,
-                       url:     
"https://github.com/mozilla/sops/releases/download/v3.7.2/sops-v3.7.2.darwin.amd64";,
+                       url:     
"https://github.com/getsops/sops/releases/download/v3.7.2/sops-v3.7.2.darwin.amd64";,
                },
                {
                        os:      "darwin",
                        arch:    archARM64,
                        version: version,
-                       url:     
"https://github.com/mozilla/sops/releases/download/v3.7.2/sops-v3.7.2.darwin.arm64";,
+                       url:     
"https://github.com/getsops/sops/releases/download/v3.7.2/sops-v3.7.2.darwin.arm64";,
                },
                {
                        os:      "ming",
                        arch:    arch64bit,
                        version: version,
-                       url:     
"https://github.com/mozilla/sops/releases/download/v3.7.2/sops-v3.7.2.exe";,
+                       url:     
"https://github.com/getsops/sops/releases/download/v3.7.2/sops-v3.7.2.exe";,
                },
        }
 
@@ -6134,31 +6134,31 @@
                        os:      "linux",
                        arch:    arch64bit,
                        version: toolVersion,
-                       url:     
`https://github.com/cloud-bulldozer/kube-burner/releases/download/v1.6/kube-burner-1.6-Linux-x86_64.tar.gz`,
+                       url:     
`https://github.com/cloud-bulldozer/kube-burner/releases/download/v1.6/kube-burner-V1.6-Linux-x86_64.tar.gz`,
                },
                {
                        os:      "darwin",
                        arch:    arch64bit,
                        version: toolVersion,
-                       url:     
`https://github.com/cloud-bulldozer/kube-burner/releases/download/v1.6/kube-burner-1.6-Darwin-x86_64.tar.gz`,
+                       url:     
`https://github.com/cloud-bulldozer/kube-burner/releases/download/v1.6/kube-burner-V1.6-Darwin-x86_64.tar.gz`,
                },
                {
                        os:      "linux",
                        arch:    archARM64,
                        version: toolVersion,
-                       url:     
`https://github.com/cloud-bulldozer/kube-burner/releases/download/v1.6/kube-burner-1.6-Linux-arm64.tar.gz`,
+                       url:     
`https://github.com/cloud-bulldozer/kube-burner/releases/download/v1.6/kube-burner-V1.6-Linux-arm64.tar.gz`,
                },
                {
                        os:      "darwin",
                        arch:    archDarwinARM64,
                        version: toolVersion,
-                       url:     
`https://github.com/cloud-bulldozer/kube-burner/releases/download/v1.6/kube-burner-1.6-Darwin-arm64.tar.gz`,
+                       url:     
`https://github.com/cloud-bulldozer/kube-burner/releases/download/v1.6/kube-burner-V1.6-Darwin-arm64.tar.gz`,
                },
                {
                        os:      "ming",
                        arch:    arch64bit,
                        version: toolVersion,
-                       url:     
`https://github.com/cloud-bulldozer/kube-burner/releases/download/v1.6/kube-burner-1.6-Windows-x86_64.zip`,
+                       url:     
`https://github.com/cloud-bulldozer/kube-burner/releases/download/v1.6/kube-burner-V1.6-Windows-x86_64.zip`,
                },
        }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/arkade-0.9.23/pkg/get/tools.go 
new/arkade-0.9.24/pkg/get/tools.go
--- old/arkade-0.9.23/pkg/get/tools.go  2023-06-28 14:59:28.000000000 +0200
+++ new/arkade-0.9.24/pkg/get/tools.go  2023-07-05 10:34:51.000000000 +0200
@@ -2265,7 +2265,7 @@
                })
        tools = append(tools,
                Tool{
-                       Owner:       "mozilla",
+                       Owner:       "getsops",
                        Repo:        "sops",
                        Name:        "sops",
                        Description: "Simple and flexible tool for managing 
secrets",
@@ -3572,7 +3572,7 @@
                                                {{ $arch = "x86_64" }}
                                        {{- end -}}
 
-                                       
{{.Name}}-{{.VersionNumber}}-{{$os}}-{{$arch}}.{{$ext}}
+                                       
{{.Name}}-V{{.VersionNumber}}-{{$os}}-{{$arch}}.{{$ext}}
                                        `,
                })
 

++++++ arkade.obsinfo ++++++
--- /var/tmp/diff_new_pack.ji2imT/_old  2023-07-06 18:30:08.295674878 +0200
+++ /var/tmp/diff_new_pack.ji2imT/_new  2023-07-06 18:30:08.295674878 +0200
@@ -1,5 +1,5 @@
 name: arkade
-version: 0.9.23
-mtime: 1687957168
-commit: 3a36fb5e13bcb6455e000d3e06bcfd998e9895ef
+version: 0.9.24
+mtime: 1688546091
+commit: a4dd6013ddcd55eb470776694a398f856afb47e4
 

++++++ vendor.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/golang.org/x/mod/semver/semver.go 
new/vendor/golang.org/x/mod/semver/semver.go
--- old/vendor/golang.org/x/mod/semver/semver.go        2023-06-29 
13:39:20.000000000 +0200
+++ new/vendor/golang.org/x/mod/semver/semver.go        2023-07-06 
11:42:23.000000000 +0200
@@ -140,7 +140,7 @@
 // Max canonicalizes its arguments and then returns the version string
 // that compares greater.
 //
-// Deprecated: use Compare instead. In most cases, returning a canonicalized
+// Deprecated: use [Compare] instead. In most cases, returning a canonicalized
 // version is not expected or desired.
 func Max(v, w string) string {
        v = Canonical(v)
@@ -151,7 +151,7 @@
        return w
 }
 
-// ByVersion implements sort.Interface for sorting semantic version strings.
+// ByVersion implements [sort.Interface] for sorting semantic version strings.
 type ByVersion []string
 
 func (vs ByVersion) Len() int      { return len(vs) }
@@ -164,7 +164,7 @@
        return vs[i] < vs[j]
 }
 
-// Sort sorts a list of semantic version strings using ByVersion.
+// Sort sorts a list of semantic version strings using [ByVersion].
 func Sort(list []string) {
        sort.Sort(ByVersion(list))
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/modules.txt new/vendor/modules.txt
--- old/vendor/modules.txt      2023-06-29 13:39:20.000000000 +0200
+++ new/vendor/modules.txt      2023-07-06 11:42:23.000000000 +0200
@@ -134,7 +134,7 @@
 ## explicit; go 1.17
 golang.org/x/crypto/bcrypt
 golang.org/x/crypto/blowfish
-# golang.org/x/mod v0.11.0
+# golang.org/x/mod v0.12.0
 ## explicit; go 1.17
 golang.org/x/mod/semver
 # golang.org/x/sync v0.1.0

Reply via email to