Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gitea-tea for openSUSE:Factory checked in at 2025-06-20 16:54:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gitea-tea (Old) and /work/SRC/openSUSE:Factory/.gitea-tea.new.31170 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gitea-tea" Fri Jun 20 16:54:20 2025 rev:7 rq:1287172 version:0.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gitea-tea/gitea-tea.changes 2025-06-11 16:28:57.890577620 +0200 +++ /work/SRC/openSUSE:Factory/.gitea-tea.new.31170/gitea-tea.changes 2025-06-20 16:54:36.797183033 +0200 @@ -1,0 +2,10 @@ +Tue Jun 17 10:50:31 UTC 2025 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- update to 0.10.1: + * 8212d5f Update release ci (#768) + * d536242 chore(deps): update crazy-max/ghaction-import-gpg action + to v6 (#736) + * ffff540 fix(deps): update module github.com/urfave/cli/v3 to + v3.3.8 (#766) + +------------------------------------------------------------------- Old: ---- gitea-tea-0.10.0.tar.gz New: ---- gitea-tea-0.10.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gitea-tea.spec ++++++ --- /var/tmp/diff_new_pack.82Mewi/_old 2025-06-20 16:54:38.409249711 +0200 +++ /var/tmp/diff_new_pack.82Mewi/_new 2025-06-20 16:54:38.413249876 +0200 @@ -17,7 +17,7 @@ Name: gitea-tea -Version: 0.10.0 +Version: 0.10.1 Release: 0 Summary: A command line tool to interact with Gitea servers License: MIT ++++++ _service ++++++ --- /var/tmp/diff_new_pack.82Mewi/_old 2025-06-20 16:54:38.517254178 +0200 +++ /var/tmp/diff_new_pack.82Mewi/_new 2025-06-20 16:54:38.525254509 +0200 @@ -3,7 +3,7 @@ <service name="tar_scm" mode="manual"> <param name="url">https://gitea.com/gitea/tea.git</param> <param name="scm">git</param> - <param name="revision">refs/tags/v0.10.0</param> + <param name="revision">refs/tags/v0.10.1</param> <param name="filename">gitea-tea</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> ++++++ gitea-tea-0.10.0.tar.gz -> gitea-tea-0.10.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gitea-tea-0.10.0/.gitea/workflows/release-nightly.yml new/gitea-tea-0.10.1/.gitea/workflows/release-nightly.yml --- old/gitea-tea-0.10.0/.gitea/workflows/release-nightly.yml 2025-06-10 16:52:26.000000000 +0200 +++ new/gitea-tea-0.10.1/.gitea/workflows/release-nightly.yml 2025-06-16 21:23:55.000000000 +0200 @@ -17,7 +17,7 @@ go-version-file: "go.mod" - name: import gpg id: import_gpg - uses: crazy-max/ghaction-import-gpg@v5 + uses: crazy-max/ghaction-import-gpg@v6 with: gpg_private_key: ${{ secrets.GPGSIGN_KEY }} passphrase: ${{ secrets.GPGSIGN_PASSPHRASE }} @@ -34,9 +34,10 @@ AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} S3_REGION: ${{ secrets.AWS_REGION }} S3_BUCKET: ${{ secrets.AWS_BUCKET }} - GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }} + GORELEASER_FORCE_TOKEN: 'gitea' GPGSIGN_PASSPHRASE: ${{ secrets.GPGSIGN_PASSPHRASE }} - GITEA_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }} + GITEA_TOKEN: ${{ secrets.RELEASE_TOKEN }} release-image: runs-on: ubuntu-latest env: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gitea-tea-0.10.0/.gitea/workflows/release-tag.yml new/gitea-tea-0.10.1/.gitea/workflows/release-tag.yml --- old/gitea-tea-0.10.0/.gitea/workflows/release-tag.yml 2025-06-10 16:52:26.000000000 +0200 +++ new/gitea-tea-0.10.1/.gitea/workflows/release-tag.yml 2025-06-16 21:23:55.000000000 +0200 @@ -22,7 +22,6 @@ with: gpg_private_key: ${{ secrets.GPGSIGN_KEY }} passphrase: ${{ secrets.GPGSIGN_PASSPHRASE }} - fingerprint: CC64B1DB67ABBEECAB24B6455FC346329753F4B0 - name: goreleaser uses: goreleaser/goreleaser-action@v6 with: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gitea-tea-0.10.0/go.mod new/gitea-tea-0.10.1/go.mod --- old/gitea-tea-0.10.0/go.mod 2025-06-10 16:52:26.000000000 +0200 +++ new/gitea-tea-0.10.1/go.mod 2025-06-16 21:23:55.000000000 +0200 @@ -19,7 +19,7 @@ github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 github.com/stretchr/testify v1.10.0 github.com/urfave/cli-docs/v3 v3.0.0-alpha6 - github.com/urfave/cli/v3 v3.3.3 + github.com/urfave/cli/v3 v3.3.8 golang.org/x/crypto v0.39.0 golang.org/x/oauth2 v0.30.0 golang.org/x/term v0.32.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gitea-tea-0.10.0/go.sum new/gitea-tea-0.10.1/go.sum --- old/gitea-tea-0.10.0/go.sum 2025-06-10 16:52:26.000000000 +0200 +++ new/gitea-tea-0.10.1/go.sum 2025-06-16 21:23:55.000000000 +0200 @@ -179,6 +179,8 @@ github.com/urfave/cli-docs/v3 v3.0.0-alpha6/go.mod h1:p7Z4lg8FSTrPB9GTaNyTrK3ygffHZcK3w0cU2VE+mzU= github.com/urfave/cli/v3 v3.3.3 h1:byCBaVdIXuLPIDm5CYZRVG6NvT7tv1ECqdU4YzlEa3I= github.com/urfave/cli/v3 v3.3.3/go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo= +github.com/urfave/cli/v3 v3.3.8 h1:BzolUExliMdet9NlJ/u4m5vHSotJ3PzEqSAZ1oPMa/E= +github.com/urfave/cli/v3 v3.3.8/go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo= github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM= github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw= github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e h1:JVG44RsyaB9T2KIHavMF/ppJZNG9ZpyihvCd0w101no= ++++++ vendor.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/github.com/urfave/cli/v3/command_run.go new/vendor/github.com/urfave/cli/v3/command_run.go --- old/vendor/github.com/urfave/cli/v3/command_run.go 2025-06-10 16:52:26.000000000 +0200 +++ new/vendor/github.com/urfave/cli/v3/command_run.go 2025-06-16 21:23:55.000000000 +0200 @@ -223,7 +223,11 @@ for _, grp := range cmd.MutuallyExclusiveFlags { if err := grp.check(cmd); err != nil { - _ = ShowSubcommandHelp(cmd) + if cmd.OnUsageError != nil { + err = cmd.OnUsageError(ctx, cmd, err, cmd.parent != nil) + } else { + _ = ShowSubcommandHelp(cmd) + } return ctx, err } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/github.com/urfave/cli/v3/fish.go new/vendor/github.com/urfave/cli/v3/fish.go --- old/vendor/github.com/urfave/cli/v3/fish.go 2025-06-10 16:52:26.000000000 +0200 +++ new/vendor/github.com/urfave/cli/v3/fish.go 2025-06-16 21:23:55.000000000 +0200 @@ -151,9 +151,10 @@ for _, sibling := range siblings { siblingNames = append(siblingNames, sibling.Names()...) } + ancestry := commandAncestry(command) fishHelper = fmt.Sprintf( - "__fish_seen_subcommand_from %s; and not __fish_seen_subcommand_from %s", - strings.Join(command.Names(), " "), + "%s; and not __fish_seen_subcommand_from %s", + ancestry, strings.Join(siblingNames, " "), ) } @@ -163,14 +164,26 @@ func fishFlagHelper(binary string, command *Command) string { fishHelper := fmt.Sprintf("__fish_%s_no_subcommand", binary) if len(command.Lineage()) > 1 { - fishHelper = fmt.Sprintf( - "__fish_seen_subcommand_from %s", - strings.Join(command.Names(), " "), - ) + fishHelper = commandAncestry(command) } return fishHelper } +func commandAncestry(command *Command) string { + var ancestry []string + ancestors := command.Lineage() + for i := len(ancestors) - 2; i >= 0; i-- { + ancestry = append( + ancestry, + fmt.Sprintf( + "__fish_seen_subcommand_from %s", + strings.Join(ancestors[i].Names(), " "), + ), + ) + } + return strings.Join(ancestry, "; and ") +} + func escapeSingleQuotes(input string) string { return strings.ReplaceAll(input, `'`, `\'`) } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/github.com/urfave/cli/v3/flag_bool_with_inverse.go new/vendor/github.com/urfave/cli/v3/flag_bool_with_inverse.go --- old/vendor/github.com/urfave/cli/v3/flag_bool_with_inverse.go 2025-06-10 16:52:26.000000000 +0200 +++ new/vendor/github.com/urfave/cli/v3/flag_bool_with_inverse.go 2025-06-16 21:23:55.000000000 +0200 @@ -55,6 +55,10 @@ return nil } +func (bif *BoolWithInverseFlag) IsLocal() bool { + return bif.Local +} + func (bif *BoolWithInverseFlag) inversePrefix() string { if bif.InversePrefix == "" { bif.InversePrefix = DefaultInverseBoolPrefix @@ -72,6 +76,7 @@ if dest == nil { dest = new(bool) } + *dest = bif.Value bif.value = &boolValue{ destination: dest, count: count, @@ -150,6 +155,14 @@ return names } +func (bif *BoolWithInverseFlag) IsRequired() bool { + return bif.Required +} + +func (bif *BoolWithInverseFlag) IsVisible() bool { + return !bif.Hidden +} + // String implements the standard Stringer interface. // // Example for BoolFlag{Name: "env"} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/github.com/urfave/cli/v3/godoc-current.txt new/vendor/github.com/urfave/cli/v3/godoc-current.txt --- old/vendor/github.com/urfave/cli/v3/godoc-current.txt 2025-06-10 16:52:26.000000000 +0200 +++ new/vendor/github.com/urfave/cli/v3/godoc-current.txt 2025-06-16 21:23:55.000000000 +0200 @@ -135,7 +135,7 @@ {{template "helpNameTemplate" .}} USAGE: - {{if .UsageText}}{{wrap .UsageText 3}}{{else}}{{.FullName}}{{if .VisibleCommands}} [command [command options]] {{end}}{{if .ArgsUsage}} {{.ArgsUsage}}{{else}}{{if .Arguments}} [arguments...]{{end}}{{end}}{{end}}{{if .Category}} + {{if .UsageText}}{{wrap .UsageText 3}}{{else}}{{.FullName}}{{if .VisibleCommands}} [command [command options]]{{end}}{{if .ArgsUsage}} {{.ArgsUsage}}{{else}}{{if .Arguments}} [arguments...]{{end}}{{end}}{{end}}{{if .Category}} CATEGORY: {{.Category}}{{end}}{{if .Description}} @@ -367,8 +367,14 @@ func (bif *BoolWithInverseFlag) IsDefaultVisible() bool IsDefaultVisible returns true if the flag is not hidden, otherwise false +func (bif *BoolWithInverseFlag) IsLocal() bool + +func (bif *BoolWithInverseFlag) IsRequired() bool + func (bif *BoolWithInverseFlag) IsSet() bool +func (bif *BoolWithInverseFlag) IsVisible() bool + func (bif *BoolWithInverseFlag) Names() []string func (bif *BoolWithInverseFlag) PostParse() error diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/github.com/urfave/cli/v3/template.go new/vendor/github.com/urfave/cli/v3/template.go --- old/vendor/github.com/urfave/cli/v3/template.go 2025-06-10 16:52:26.000000000 +0200 +++ new/vendor/github.com/urfave/cli/v3/template.go 2025-06-16 21:23:55.000000000 +0200 @@ -3,7 +3,7 @@ var ( helpNameTemplate = `{{$v := offset .FullName 6}}{{wrap .FullName 3}}{{if .Usage}} - {{wrap .Usage $v}}{{end}}` argsTemplate = `{{if .Arguments}}{{range .Arguments}}{{.Usage}}{{end}}{{end}}` - usageTemplate = `{{if .UsageText}}{{wrap .UsageText 3}}{{else}}{{.FullName}}{{if .VisibleFlags}} [command [command options]]{{end}}{{if .ArgsUsage}} {{.ArgsUsage}}{{else}}{{if .Arguments}} {{template "argsTemplate" .}}{{end}}{{end}}{{end}}` + usageTemplate = `{{if .UsageText}}{{wrap .UsageText 3}}{{else}}{{.FullName}}{{if .VisibleFlags}} [options]{{end}}{{if .VisibleCommands}} [command [command options]]{{end}}{{if .ArgsUsage}} {{.ArgsUsage}}{{else}}{{if .Arguments}} {{template "argsTemplate" .}}{{end}}{{end}}{{end}}` descriptionTemplate = `{{wrap .Description 3}}` authorsTemplate = `{{with $length := len .Authors}}{{if ne 1 $length}}S{{end}}{{end}}: {{range $index, $author := .Authors}}{{if $index}} @@ -95,7 +95,7 @@ {{template "helpNameTemplate" .}} USAGE: - {{if .UsageText}}{{wrap .UsageText 3}}{{else}}{{.FullName}}{{if .VisibleCommands}} [command [command options]] {{end}}{{if .ArgsUsage}} {{.ArgsUsage}}{{else}}{{if .Arguments}} [arguments...]{{end}}{{end}}{{end}}{{if .Category}} + {{if .UsageText}}{{wrap .UsageText 3}}{{else}}{{.FullName}}{{if .VisibleCommands}} [command [command options]]{{end}}{{if .ArgsUsage}} {{.ArgsUsage}}{{else}}{{if .Arguments}} [arguments...]{{end}}{{end}}{{end}}{{if .Category}} CATEGORY: {{.Category}}{{end}}{{if .Description}} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/modules.txt new/vendor/modules.txt --- old/vendor/modules.txt 2025-06-10 16:52:26.000000000 +0200 +++ new/vendor/modules.txt 2025-06-16 21:23:55.000000000 +0200 @@ -301,7 +301,7 @@ # github.com/urfave/cli-docs/v3 v3.0.0-alpha6 ## explicit; go 1.18 github.com/urfave/cli-docs/v3 -# github.com/urfave/cli/v3 v3.3.3 +# github.com/urfave/cli/v3 v3.3.8 ## explicit; go 1.22 github.com/urfave/cli/v3 # github.com/xanzy/ssh-agent v0.3.3