commit gh for openSUSE:Factory

2025-03-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2025-03-12 15:24:37

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.19136 (New)


Package is "gh"

Wed Mar 12 15:24:37 2025 rev:71 rq:1252360 version:2.68.1

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2025-02-12 21:37:23.428731445 
+0100
+++ /work/SRC/openSUSE:Factory/.gh.new.19136/gh.changes 2025-03-12 
15:25:12.461120022 +0100
@@ -1,0 +2,81 @@
+Wed Mar 12 07:19:25 UTC 2025 - pdos...@suse.com
+
+- Update to version 2.68.1:
+  * Fix secret command panic when base repo from cwd
+  * Fix(ci): base64 decode GPG passphrase
+  * Update pkg/cmd/attestation/verification/attestation.go
+  * Update pkg/cmd/attestation/verification/attestation.go
+  * Fix acceptance test descriptions
+  * Fix gh secret disambiguity test
+  * Expand gh secret acceptance tests
+  * Expand gh secret base repo tests
+  * [gh secret] Check `GH_REPO` too in addition to `--repo` for disambiguation
+  * Deep Dive Document Release Process (#10503)
+  * Fix unhandled panic in FindWorkflow and add tests
+  * Bump actions/attest-build-provenance from 2.2.0 to 2.2.2
+  * Fix checkout when URL arg is from fork and cwd is upstream
+  * Update `project` help text; fix `unlink` usage
+  * Inconsistent format of examples in help text
+  * Inconsistent format of description of flags (starting with lowercase 
letter) (#10507)
+  * Update Go version to 1.23 in CONTRIBUTING.md
+  * Fix minor auth login help typo
+  * Add docs; rename function name
+  * Bump github.com/go-jose/go-jose/v4 from 4.0.2 to 4.0.5
+  * docs: OAuth doc link moves to newline
+  * fix expected test output
+  * undo regex changes
+  * remove signer-ref option
+  * chore: update go version in devcontainer
+  * docs: warn about process revoking all tokens
+  * docs: document how to revoke `gh` OAuth tokens
+  * refactor: use a more straightforward return value
+  * Test pr checkout force on different branch
+  * [gh pr checkout] Add --no-tags option to git fetch commands in checkout 
logic
+  * Allow injection of TUFMetadataDir in tests
+  * Refactor remote resolver caching tests
+  * Fix `remoteResolver` caching issue
+  * Address pr comments
+  * Add test for item-edit --number 0
+  * Support setting project item number to 0
+  * Wrap error
+  * Rename flag to `--fail-on-no-commits`
+  * Update tests
+  * Fix non-TTY case
+  * Suggestions to enhance upstream default handling
+  * Use API REST Client
+  * Use subtests in attestation verification integration tests
+  * update default upstream when forking repo
+  * Update usage to lower-kebab-case
+  * Fix typo in README
+  * Add missing <> in gh auth login docs
+  * Add mutex to fix race in attestation test client
+  * Update tests
+  * Remove trailing whitespace
+  * Standardize URLs
+  * [gh issue/pr comment] Create a comment if no comment already
+  * Update tests
+  * Address review comments
+  * Align no default repo message with other uses
+  * [gh release create] Fail when there are no new commits since the most 
recent release
+  * Use API without shorthand flag
+  * Update tests
+  * [gh api] Escape package name (URL encoding) for packages endpoint
+  * remove custom transport
+  * var naming
+  * dedup local bundle err handling
+  * Update tests
+  * Add test cases for succeed on no cache and api errors for --all (#1)
+  * Remove short (abbreviated) flag support
+  * Address PR review comments
+  * add checks to cert extensions func
+  * fix option ordering
+  * fix issues causing tests to fail
+  * add signer and source ref, commit options
+  * Bump github.com/spf13/pflag from 1.0.5 to 1.0.6
+  * [gh repo view] Improve error message for forked repo
+  * [gh cache delete --all] Add `--succeed-on-no-caches` flag to return exit 
code 0
+  * set new options in enforcement criteria
+  * reorder fields
+  * add new signing options
+
+---

Old:

  cli-2.67.0.tar.zst

New:

  cli-2.68.1.tar.zst



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.0yToid/_old  2025-03-12 15:25:13.593167434 +0100
+++ /var/tmp/diff_new_pack.0yToid/_new  2025-03-12 15:25:13.593167434 +0100
@@ -20,7 +20,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.67.0
+Version:2.68.1
 Release:0
 Summary:The official CLI for GitHub
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.0yToid/_old  2025-03-12 15:25:13.625168774 +0100
+++ /var/tmp/diff_new_pack.0yToid/_new  2025-03-12 15:25:13.629168942 +0100
@@ -3,7 +3,7 @@

commit gh for openSUSE:Factory

2025-02-11 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2025-02-11 21:29:38

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.19470 (New)


Package is "gh"

Tue Feb 11 21:29:38 2025 rev:69 rq:1245039 version:2.66.1

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2025-01-15 17:45:02.589261074 
+0100
+++ /work/SRC/openSUSE:Factory/.gh.new.19470/gh.changes 2025-02-11 
21:30:33.472943377 +0100
@@ -1,0 +2,224 @@
+Tue Feb 11 07:08:44 UTC 2025 - pdos...@suse.com
+
+- Update to version 2.66.1:
+  * Address PR comments
+  * Remove unused ErrNoGitRepository error
+  * Handle error from ParsePRRefs when the selector is provided
+  * Add comment to status recognizing when we require a repo
+  * Refactor finder to work with URL selectors
+  * Add tests for using the pr Finder outside of repo
+  * Update deployment.yml
+  * update tests to account for logic flip
+  * flip bundle fetching logic
+  * Update formatting for autolink output
+  * Rename PRRefs to PullRequestRefs and PR comment cleanup
+  * Remove redundant error check
+  * Keeping autolink IDs the same in all test cases
+  * Expand test case
+  * Remove unused test field
+  * Remove unused test field
+  * Use `defer` instead
+  * Error case test for viewRun
+  * Autolink view HTTP tests
+  * Shorten description
+  * Updates following renaming domain to shared
+  * Partial testing for view
+  * Initial, working implementation
+  * Stop progress indicator on failure (`gh run list --workflow`)
+  * Cleaned up some naming and comments
+  * Minor refactoring autolink create help and logic
+  * Bump github.com/in-toto/attestation from 1.1.0 to 1.1.1
+  * Cleanup comment
+  * Fix pr create tests
+  * Fix breaking changes from sigstore-go v0.7.0 upgrade
+  * go mod tidy
+  * Upgrade sigstore-go to v0.7.0: fixes #10114 formatting issue
+  * Refactor pr status to use the ParsePRRefs helper on the Finder
+  * Moved remote.pushDefault out of ReadBranchConfig and into finder
+  * Remove @{push} from branch config
+  * Add PushDefault method to git client
+  * WIP: push default defaults to simple
+  * Error if push revision doesn't match a remote
+  * Bump google.golang.org/protobuf from 1.36.3 to 1.36.4
+  * Refactor finder.Find and replace parseCurrentBranch with parsePRRefs
+  * Bump actions/attest-build-provenance from 2.1.0 to 2.2.0
+  * remove bolding from bullet point output
+  * Update test to be compatible with latest Glamour v0.8.0
+  * reorder policy enforcement criteria print out
+  * bold bullet point list header text
+  * Enable MSI building for Windows arm64
+  * chore: fix some comments
+  * Bump go module version to 1.23
+  * Bump github.com/google/go-containerregistry from 0.20.2 to 0.20.3
+  * Remove unncessary printf usage
+  * Bump golang ci lint to work with go 1.24
+  * Fix: Ensure constant format strings in fmt and printf calls
+  * Change back to exponential backoff
+  * Linter
+  * Better handling for codespace state polling
+  * Add affected version to bug report form
+  * fix: tiny typo fix
+  * Fix: accidental whitespace in gist edit
+  * Fix: gist edit test name
+  * Fix: gist edit/view tests var name consistency
+  * Fix: Gist edit tests for interactivity
+  * Add small wait to extension update tests
+  * Refactor test based on PR feedback
+  * fixup! Add comments and a bit of code cleanup
+  * Use PushRemoteURL instead of RemoteURL in prSelectorForCurrentBranch
+  * Add comments and a bit of code cleanup
+  * skip check
+  * add tty check
+  * formatting
+  * delete unused function
+  * drop unused handler method
+  * print attestation output info as bullet points instead of table
+  * Bump google.golang.org/protobuf from 1.36.2 to 1.36.3
+  * Fix typo in secret base repo selection comment
+  * Change wording on secret repo prompt
+  * Print informative message before prompting for secret repo
+  * Secret base repo prompting should not use resolved remote
+  * Move secret base repo prompting earlier
+  * Add acceptance test for secrets remote disambiguation
+  * Remove validated TODO and add review warning
+  * Rename secret BaseRepo func
+  * Use smarter base repo funcs for secret commands
+  * Move secret repo validation into secrets subpackage
+  * Always prompt on secret set when multiple remotes
+  * Update setdefault test
+  * Update docs for set-default
+  * Prompt for secret commands
+  * Add tests for secret commands
+  * Add remote check to secret commands
+  * Add missing git stubs to tests
+  * Add tests for deleteGist
+  * Make extension update check non-blocking
+  * Update pkg/cmd/attestation/verify/verify.go
+  * add install instructions for Manjaro Linux
+  * Bump github.com/gabriel-vasile/mimetype from 1.4.7 to 1.4.8
+  * #10042: Attempt to a

commit gh for openSUSE:Factory

2025-01-15 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2025-01-15 17:44:58

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.1881 (New)


Package is "gh"

Wed Jan 15 17:44:58 2025 rev:68 rq:1238006 version:2.65.0

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2024-12-08 11:38:07.268091017 
+0100
+++ /work/SRC/openSUSE:Factory/.gh.new.1881/gh.changes  2025-01-15 
17:45:02.589261074 +0100
@@ -1,0 +2,167 @@
+Wed Jan 15 08:57:11 UTC 2025 - pdos...@suse.com
+
+- Update to version 2.65.0:
+  * Bump cli/go-gh for indirect security vulnerability
+  * Panic mustParseTrackingRef if format is incorrect
+  * Move trackingRef into pr create package
+  * Make tryDetermineTrackingRef tests more respective of reality
+  * Rework tryDetermineTrackingRef tests
+  * Avoid pointer return from determineTrackingBranch
+  * Doc determineTrackingBranch
+  * Don't use pointer for determineTrackingBranch branchConfig
+  * Panic if tracking ref can't be reconstructed
+  * Document and rework pr create tracking branch lookup
+  * Upgrade generated workflows
+  * Fixed test for stdout in non-tty use case of repo fork
+  * Fix test
+  * Alternative: remove LocalBranch from BranchConfig
+  * Set LocalBranch even if the git config fails
+  * Add test for permissions check for security and analysis edits (#1)
+  * print repo url to stdout
+  * Update pkg/cmd/auth/login/login.go
+  * Move mention of classic token to correct line
+  * Separate type decrarations
+  * Add mention of classic token in gh auth login docs
+  * Update pkg/cmd/repo/create/create.go
+  * docs(repo): make explicit which branch is used when creating a repo
+  * fix(repo fork): add non-TTY output when fork is newly created
+  * Move api call to editRun
+  * Complete get -> list renaming
+  * Better error testing for autolink TestListRun
+  * Decode instead of unmarshal
+  * Use 'list' instead of 'get' for autolink list type and method
+  * Remove NewAutolinkClient
+  * Break out autolink list json fields test
+  * PR nits
+  * Refactor autolink subcommands into their own packages
+  * Whitespace
+  * Refactor out early return in test code
+  * Add testing for AutoLinkGetter
+  * Refactor autolink list and test to use http interface for simpler testing
+  * Apply PR comment changes
+  * Introduce repo autolinks list commands
+  * Remove release discussion posts and clean up related block in deployment 
yml
+  * Extract logic into helper function
+  * add pending status for workflow runs
+  * Feat: Allow setting security_and_analysis settings in gh repo edit
+  * Upgrade golang.org/x/net to v0.33.0
+  * Document SmartBaseRepoFunc
+  * Document BaseRepoFunc
+  * Update releasing.md
+  * Document how to set gh-merge-base
+
+---
+Mon Dec 23 05:28:11 UTC 2024 - pdos...@suse.com
+
+- Update to version 2.64.0:
+  * add test for different SAN and SourceRepositoryURI values
+  * add test for signerRepo and tenant
+  * add some more fields to test that san, sanregex are set properly
+  * Bump github.com/cpuguy83/go-md2man/v2 from 2.0.5 to 2.0.6
+  * update san and sanregex configuration for readability
+  * reduce duplication when creating policy content
+  * tweak output of build policy info
+  * Name conditionals in PR finder
+  * Support pr view for intra-org forks
+  * Return err instead of silentError in merge queue check
+  * linting pointed out this var is no longer used
+  * Removed fun, but inaccessible ASCII header
+  * further tweaks to the long description
+  * Exit on pr merge with `-d` and merge queue
+  * Addressed PR review feedback; expanded Long command help string, used 
ghrepo, clarified some abbreviations
+  * Update pkg/cmd/attestation/inspect/inspect.go
+  * Update gh auth commands to point to GitHub Docs
+  * Reformat ext install long
+  * Mention Windows quirk in ext install help text
+  * Fix error mishandling in local ext install
+  * Assert on err msg directly in ext install tests
+  * Clarify hosts in ext install help text
+  * Bump golang.org/x/crypto from 0.29.0 to 0.31.0
+  * Removed now redundant file
+  * minor tweak to language
+  * go mod tidy
+  * Deleted no-longer-used code.
+  * deleted now-invalid tests, added a tiny patina of new testing.
+  * Tightened up docs, deleted dead code, improved printing
+  * fix file name creation on windows
+  * wording
+  * hard code expected digest
+  * fix download test
+  * use bash shell with integration tests
+  * simplify var creation
+  * update integration test scripts
+  * fix: list branches in square brackets in gh codespace
+  * try nesting scripts
+  * run all tests in a single script
+  * windows for loop syntax
+  * use replaceAll
+  * update expect

commit gh for openSUSE:Factory

2024-12-08 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2024-12-08 11:37:01

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.21547 (New)


Package is "gh"

Sun Dec  8 11:37:01 2024 rev:67 rq:1228756 version:2.63.2

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2024-12-02 16:59:59.591364522 
+0100
+++ /work/SRC/openSUSE:Factory/.gh.new.21547/gh.changes 2024-12-08 
11:38:07.268091017 +0100
@@ -1,0 +2,19 @@
+Fri Dec 06 11:44:20 UTC 2024 - pdos...@suse.com
+
+- Update to version 2.63.2:
+  * include alg with digest when fetching bundles from OCI
+  * Error for mutually exclusive json and watch flags
+  * Use safepaths for run download
+  * Use consistent slice ordering in run download tests
+  * Consolidate logic for isolating artifacts
+  * Fix PR checkout panic when base repo is not in remotes
+  * When renaming an existing remote in `gh repo fork`, log the change
+  * Improve DNF version clarity in install steps
+  * Fix formatting in client_test.go comments for linter
+  * Expand logic and tests to handle edge cases
+  * Refactor download testing, simpler file descends
+  * Bump github.com/gabriel-vasile/mimetype from 1.4.6 to 1.4.7
+  * Improve test names so there is no repetition
+  * Second attempt to address exploit
+
+---

Old:

  cli-2.63.0.tar.zst

New:

  cli-2.63.2.tar.zst



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.lV26x2/_old  2024-12-08 11:38:07.984120763 +0100
+++ /var/tmp/diff_new_pack.lV26x2/_new  2024-12-08 11:38:07.984120763 +0100
@@ -20,7 +20,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.63.0
+Version:2.63.2
 Release:0
 Summary:The official CLI for GitHub
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.lV26x2/_old  2024-12-08 11:38:08.020122259 +0100
+++ /var/tmp/diff_new_pack.lV26x2/_new  2024-12-08 11:38:08.024122425 +0100
@@ -3,7 +3,7 @@
 https://github.com/cli/cli
 git
 .git
-v2.63.0
+v2.63.2
 @PARENT_TAG@
 enable
 v(.*)
@@ -16,7 +16,7 @@
 zst
   
   
-cli-2.63.0.tar.zst
+cli-2.63.2.tar.zst
   
 
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.lV26x2/_old  2024-12-08 11:38:08.048123422 +0100
+++ /var/tmp/diff_new_pack.lV26x2/_new  2024-12-08 11:38:08.052123588 +0100
@@ -1,7 +1,7 @@
 
   
 https://github.com/cli/cli
-1fe14c956d057e6abda50a76d8820a6e668ba70a
+d60e5ffba335281439d95749abb6f4c3b94fabdc
   
 
 (No newline at EOF)

++ cli-2.63.0.tar.zst -> cli-2.63.2.tar.zst ++
 2229 lines of diff (skipped)

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/gh/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.gh.new.21547/vendor.tar.gz differ: char 5, line 1


commit gh for openSUSE:Factory

2024-12-02 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2024-12-02 16:59:24

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.28523 (New)


Package is "gh"

Mon Dec  2 16:59:24 2024 rev:66 rq:1227707 version:2.63.0

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2024-11-18 20:03:14.166215708 
+0100
+++ /work/SRC/openSUSE:Factory/.gh.new.28523/gh.changes 2024-12-02 
16:59:59.591364522 +0100
@@ -1,0 +2,64 @@
+Mon Dec 02 09:52:54 UTC 2024 - pdos...@suse.com
+
+- Update to version 2.63.0:
+  * Bump cli/go-gh for codespace fix
+  * Update git/client_test.go
+  * Update git/client_test.go
+  * Update git/client_test.go
+  * Add checkout test that uses ssh git remote url
+  * Rename backwards compatible credentials pattern
+  * Fix CredentialPattern doc typos
+  * Remove TODOs
+  * Fix typos and add tests for CredentialPatternFrom* functions
+  * Add SSH remote todo
+  * General cleanup and docs
+  * Allow repo sync fetch to use insecure credentials pattern
+  * Allow client fetch to use insecure credentials pattern
+  * Allow client push to use insecure credential pattern
+  * Allow client pull to use insecure credential pattern
+  * Allow opt-in to insecure pattern
+  * Support secure credential pattern
+  * Refactor error handling for missing "workflow" scope in createRelease
+  * ScopesResponder wraps StatusScopesResponder
+  * Refactor `workflow` scope checking
+  * pr feedback
+  * pr feedback
+  * Update pkg/cmd/attestation/verify/attestation_integration_test.go
+  * Apply suggestions from code review
+  * Refactor command documentation to use heredoc
+  * pr feedback
+  * remove unused test file
+  * undo change
+  * add more testing testing fixtures
+  * update test with new test bundle
+  * naming
+  * update test
+  * update test
+  * Fix README.md code block formatting
+  * clean up
+  * wrap sigstore and cert ext verification into a single function
+  * Adding option to return `baseRefOid` in `pr view`
+  * verify cert extensions function should return filtered result list
+  * pr feedback
+  * Update pkg/cmd/attestation/download/download.go
+  * fix function param calls
+  * Update pkg/cmd/attestation/verification/extensions.go
+  * Formatting fix
+  * Updated formatting to be more clear
+  * Updated markdown syntax for a `note`.
+  * Added a section on manual verification of the relases.
+  * Handle missing "workflow" scope in createRelease
+  * Modify push prompt on repo create when bare
+  * Doc push behaviour for bare repo create
+  * Push --mirror on bare repo create
+  * Add acceptance test for bare repo create
+  * Doc isLocalRepo and git.Client IsLocalRepo differences
+  * Use errWithExitCode interface in repo create isLocalRepo
+  * Backfill repo creation failure tests
+  * Support bare repo creation
+  * use logger println method
+  * simplify verifyCertExtensions
+  * rename type
+  * refactor fetch attestations funcs
+
+---

Old:

  cli-2.62.0.tar.zst

New:

  cli-2.63.0.tar.zst



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.dqHrQa/_old  2024-12-02 17:00:00.195390077 +0100
+++ /var/tmp/diff_new_pack.dqHrQa/_new  2024-12-02 17:00:00.199390246 +0100
@@ -20,7 +20,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.62.0
+Version:2.63.0
 Release:0
 Summary:The official CLI for GitHub
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.dqHrQa/_old  2024-12-02 17:00:00.227391431 +0100
+++ /var/tmp/diff_new_pack.dqHrQa/_new  2024-12-02 17:00:00.231391600 +0100
@@ -3,7 +3,7 @@
 https://github.com/cli/cli
 git
 .git
-v2.62.0
+v2.63.0
 @PARENT_TAG@
 enable
 v(.*)
@@ -16,7 +16,7 @@
 zst
   
   
-cli-2.62.0.tar.zst
+cli-2.63.0.tar.zst
   
 
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.dqHrQa/_old  2024-12-02 17:00:00.255392615 +0100
+++ /var/tmp/diff_new_pack.dqHrQa/_new  2024-12-02 17:00:00.255392615 +0100
@@ -1,7 +1,7 @@
 
   
 https://github.com/cli/cli
-cd3f2ad064fbeca17d330e321fef0591eaa0fea5
+1fe14c956d057e6abda50a76d8820a6e668ba70a
   
 
 (No newline at EOF)

++ cli-2.62.0.tar.zst -> cli-2.63.0.tar.zst ++
 2262 lines of diff (skipped)

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/gh/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.gh.new.28523/vendor.tar.gz differ: char 5, line 1


commit gh for openSUSE:Factory

2024-11-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2024-11-18 20:02:17

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.2017 (New)


Package is "gh"

Mon Nov 18 20:02:17 2024 rev:65 rq:1224831 version:2.62.0

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2024-10-28 15:23:29.667391698 
+0100
+++ /work/SRC/openSUSE:Factory/.gh.new.2017/gh.changes  2024-11-18 
20:03:14.166215708 +0100
@@ -1,0 +2,15 @@
+Fri Nov 15 18:58:36 UTC 2024 - Andreas Stieger 
+
+- Update to version 2.62.0
+  * CVE-2024-52308: remote code execution (RCE) when users connect
+to a malicious Codespace SSH server and use the gh codespace
+ssh or gh codespace logs commands
+(boo#1233387, GHSA-p2h2-3vg9-4p87)
+  * Check extension for latest version when executed
+  * Shorten extension release checking from 3s to 1s
+- includes changes from 2.61.0:
+  * Enhance gh repo edit command to inform users about
+consequences of changing visibility and ensure users are
+intentional before making irreversible changes
+
+---

Old:

  cli-2.60.1.tar.zst

New:

  cli-2.62.0.tar.zst



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.Uohk8p/_old  2024-11-18 20:03:14.898246325 +0100
+++ /var/tmp/diff_new_pack.Uohk8p/_new  2024-11-18 20:03:14.902246493 +0100
@@ -20,7 +20,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.60.1
+Version:2.62.0
 Release:0
 Summary:The official CLI for GitHub
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.Uohk8p/_old  2024-11-18 20:03:14.938247999 +0100
+++ /var/tmp/diff_new_pack.Uohk8p/_new  2024-11-18 20:03:14.942248166 +0100
@@ -3,7 +3,7 @@
 https://github.com/cli/cli
 git
 .git
-v2.60.1
+v2.62.0
 @PARENT_TAG@
 enable
 v(.*)
@@ -16,7 +16,7 @@
 zst
   
   
-cli-2.60.1.tar.zst
+cli-2.62.0.tar.zst
   
 
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.Uohk8p/_old  2024-11-18 20:03:14.966249170 +0100
+++ /var/tmp/diff_new_pack.Uohk8p/_new  2024-11-18 20:03:14.970249337 +0100
@@ -1,7 +1,7 @@
 
   
 https://github.com/cli/cli
-a381ca5dc43eaba63d2356b1442da119864a17ac
+cd3f2ad064fbeca17d330e321fef0591eaa0fea5
   
 
 (No newline at EOF)

++ cli-2.60.1.tar.zst -> cli-2.62.0.tar.zst ++
 3462 lines of diff (skipped)

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/gh/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.gh.new.2017/vendor.tar.gz differ: char 5, line 1


commit gh for openSUSE:Factory

2024-10-28 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2024-10-28 15:20:46

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.2020 (New)


Package is "gh"

Mon Oct 28 15:20:46 2024 rev:64 rq:1218675 version:2.60.1

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2024-10-04 17:11:24.302994789 
+0200
+++ /work/SRC/openSUSE:Factory/.gh.new.2020/gh.changes  2024-10-28 
15:23:29.667391698 +0100
@@ -1,0 +2,191 @@
+Sun Oct 27 16:48:34 UTC 2024 - pdos...@suse.com
+
+- Update to version 2.60.1:
+  * Update testscript to use hard fork
+  * Note token redaction in Acceptance test README
+  * Refactor gpg-key delete to align with ssh-key delete
+  * Add acceptance tests for org command
+  * Adjust environment help for host and tokens (#9809)
+  * Add SSH Key Acceptance test
+  * Add Acceptance test for label command
+  * Add acceptance test for gpg-key
+  * Update go-internal to redact more token types in Acceptance tests
+  * Address PR feedback
+  * Clarify `gh` is available for GitHub Enterprise Cloud
+  * Remove comment from gh auth logout
+  * Add acceptance tests for auth-setup-git and formattedStringToEnv helper 
func
+  * Use forked testscript for token redaction
+  * Use new GitHub preview terms in working-with-us.md
+  * Use new GitHub previews terminology in attestation
+  * Test json flags for repo view and list
+  * Clean up auth-login-logout acceptance test with native functionality
+  * Add --token flag to `gh auth login` to accept a PAT as a flag
+  * Setup acceptance testing for auth and tests for auth-token and auth-status
+  * Update variable testscripts based on secret
+  * Check extOwner for no value instead
+  * Fix tests for invalid extension name
+  * Refactor to remove code duplication
+  * Linting: now that mockDataGenerator has an embedded mock, we ought to have 
pointer receivers in its funcs.
+  * Minor tweaks, added backoff to getTrustDomain
+  * added test for verifying we do 3 retries when fetching attestations.
+  * Fix single quote not expanding vars
+  * Added constant backoff retry to getAttestations.
+  * Address @williammartin PR feedback
+  * wip: added test that fails in the absence of a backoff.
+  * add validation for local ext install
+  * feat: add ArchivedAt field to Repository struct
+  * Refactor `gh secret` testscript
+  * Wrap true in '' in repo-fork-sync
+  * Rename acceptance test directory from repos to repo
+  * Remove unnecessary flags from repo-delete testscript
+  * Replace LICENSE Makefile README.md acceptance api bin build cmd context 
docs git go.mod go.sum internal pkg script share test utils commands with
+  * Wrap boolean strings in '' so it is clear they are strings
+  * Remove unnecessary gh auth setup-git steps
+  * Cleanup some inconsistencies and improve collapse some functionality
+  * Add acceptance tests for repo deploy-key add/list/delete
+  * Add acceptance tests for repo-fork and repo-sync
+  * Add acceptance test for repo-set-default
+  * Add acceptance test for repo-edit
+  * Add acceptance tests for repo-list and repo-rename
+  * Acceptance testing for repo-archive and repo-unarchive
+  * Add acceptance test for repo-clone
+  * Added acceptance test for repo-delete
+  * Added test function for repos and repo-create test
+  * Implement acceptance tests for search commands
+  * Remove . from test case for TestTitleSurvey
+  * Clean up Title Survey empty title message code
+  * Add missing test to trigger acceptance tests
+  * Add acceptance tests for `gh variable`
+  * Minor polish / consistency
+  * Fix typo in custom command doc
+  * Refactor env2upper, env2lower; add docs
+  * Update secret note about potential failure
+  * Add testscripts for `gh secret`, helper cmds
+  * Remove stdout assertion from release
+  * Rename test files
+  * Add acceptance tests for `release` commands
+  * Implement basic API acceptance test
+  * Remove unnecesary mkdir from download Acceptance test
+  * Remove empty stdout checks
+  * Adjust sleeps to echos in Acceptance workflows
+  * Use regex assert for enable disable workflow Acceptance test
+  * Watch for run to end for cancel Acceptance test
+  * Include startedAt, completedAt in run steps data
+  * Rewrite a sentence in CONTRIBUTING.md
+  * Add filtered content output to docs
+  * sleep 10s before checking for workflow run
+  * Update run-rerun.txtar
+  * Create cache-list-delete.txtar
+  * Create run-view.txtar
+  * Create run-rerun.txtar
+  * Create run-download.txtar
+  * Create run-delete.txtar
+  * Remove IsTenancy and relevant tests from gists as they are unsupported
+  * Remove unnecessary code branches
+  * Add ghe.com to tests describing ghec data residency
+  * Remove comment
+  * auth: Removed redundant ghauth.IsTe

commit gh for openSUSE:Factory

2024-08-05 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2024-08-05 17:21:43

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.7232 (New)


Package is "gh"

Mon Aug  5 17:21:43 2024 rev:59 rq:1191538 version:2.54.0

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2024-07-22 17:15:45.311881676 
+0200
+++ /work/SRC/openSUSE:Factory/.gh.new.7232/gh.changes  2024-08-05 
17:22:11.777388279 +0200
@@ -1,0 +2,41 @@
+Sat Aug 03 08:26:20 UTC 2024 - pdos...@suse.com
+
+- Reenable TestGetTrustedRoot test
+- Update to version 2.54.0:
+  * update test and remove logic to check SourceRepositoryOwnerURI is empty 
string
+  * update test
+  * minor fix
+  * update test
+  * added
+  * handle attest case insensitivity
+  * Fix missing variable
+  * Use closure-scoped variable to catch `--remove-milestone` option
+  * Use closure-scoped variable to catch `--remove-milestone` option
+  * build(deps): bump github.com/google/go-containerregistry
+  * Verify `--milestone` and `--remove-milestone` are not assignable at the 
same time
+  * Assert correct parsing of `--remove-milestone` option
+  * Verify `--body` and `--body-file` are not assignable at the same time
+  * Add `--remove-milestone` option
+  * Improve `--remove-milestone` option description
+  * Point to `Editable.MilestoneId` method
+  * build(deps): bump github.com/gabriel-vasile/mimetype from 1.4.4 to 1.4.5
+  * Update sigstore-go in gh CLI to v0.5.1 (#9366)
+  * Handle `--bare` clone targets (#9271)
+  * Slightly clarify when CLI will exit with 4
+  * Export databaseId for releases
+  * Alphabetise release json fields
+  * Add test for release view json export fields
+  * Expose fullDatabaseId for PR json export
+  * Add examples for template usage in PR and issue creation
+  * document exit code behavior
+  * Update documentation for gh api PATCH
+  * Exit with 1 on authentication failure
+  * Verify `--milestone` and `--remove-milestone` are not assignable at the 
same time
+  * Assert correct parsing of `--remove-milestone` option
+  * Add `--remove-milestone` option
+  * Remove unused expected `output` from test case (with `wantsErr: true`)
+  * Verify `--body` and `--body-file` are not assignable at the same time
+  * Remove attestation test that requires being online (#9340)
+  * Remove redundant whitespace
+
+---

Old:

  cli-2.53.0.tar.zst

New:

  cli-2.54.0.tar.zst



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.YUDczw/_old  2024-08-05 17:22:21.837800480 +0200
+++ /var/tmp/diff_new_pack.YUDczw/_new  2024-08-05 17:22:21.837800480 +0200
@@ -20,7 +20,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.53.0
+Version:2.54.0
 Release:0
 Summary:The official CLI for GitHub
 License:MIT
@@ -91,7 +91,7 @@
 cp share/man/man1/* %{buildroot}%{_mandir}/man1
 
 %check
-GOFLAGS=%{goflags} go test ./... -skip="TestGetTrustedRoot"
+GOFLAGS=%{goflags} make test
 
 %files
 %doc README.md

++ _service ++
--- /var/tmp/diff_new_pack.YUDczw/_old  2024-08-05 17:22:21.873801955 +0200
+++ /var/tmp/diff_new_pack.YUDczw/_new  2024-08-05 17:22:21.873801955 +0200
@@ -3,7 +3,7 @@
 https://github.com/cli/cli
 git
 .git
-v2.53.0
+v2.54.0
 @PARENT_TAG@
 enable
 v(.*)
@@ -16,7 +16,7 @@
 zst
   
   
-cli-2.53.0.tar.zst
+cli-2.54.0.tar.zst
   
 
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.YUDczw/_old  2024-08-05 17:22:21.897802939 +0200
+++ /var/tmp/diff_new_pack.YUDczw/_new  2024-08-05 17:22:21.901803102 +0200
@@ -1,7 +1,7 @@
 
   
 https://github.com/cli/cli
-d3d73d9390bd5403ad8cc4240a9e5cc94bb33ef8
+89cbcfe7eb186ff4edbe10792d17bdc55b04f297
   
 
 (No newline at EOF)

++ cli-2.53.0.tar.zst -> cli-2.54.0.tar.zst ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cli-2.53.0/.github/workflows/lint.yml 
new/cli-2.54.0/.github/workflows/lint.yml
--- old/cli-2.53.0/.github/workflows/lint.yml   2024-07-17 20:03:29.0 
+0200
+++ new/cli-2.54.0/.github/workflows/lint.yml   2024-08-01 00:19:49.0 
+0200
@@ -32,7 +32,7 @@
   go mod verify
   go mod download
 
-  LINT_VERSION=1.54.1
+  LINT_VERSION=1.59.1
   curl -fsSL 
https://github.com/golangci/golangci-lint/releases/download/v${LINT_VERSION}/golangci-lint-${LINT_VERSION}-linux-amd64.tar.gz
 | \
 tar xz --strip-components 1 --wildcards \*/golangci-lint
   mkdir -p bin && mv 

commit gh for openSUSE:Factory

2024-07-22 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2024-07-22 17:15:27

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.17339 (New)


Package is "gh"

Mon Jul 22 17:15:27 2024 rev:58 rq:1188575 version:2.53.0

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2024-07-15 19:48:20.769618025 
+0200
+++ /work/SRC/openSUSE:Factory/.gh.new.17339/gh.changes 2024-07-22 
17:15:45.311881676 +0200
@@ -1,0 +2,60 @@
+Thu Jul 18 14:05:15 UTC 2024 - pdos...@suse.com
+
+- Update to version 2.53.0:
+  * Disable `TestGetTrustedRoot/successfully_verifies_TUF_root` test
+  due to https://github.com/cli/cli/issues/8928
+  * Fix bsc#1227035 - VUL-0: CVE-2024-6104: gh: hashicorp/go-retryablehttp:
+  url might write sensitive information to log file
+  * Rename package directory and files
+  * Rename package name to `update_branch`
+  * Rename `gh pr update` to `gh pr update-branch`
+  * Add test case for merge conflict error
+  * Handle merge conflict error
+  * Return error if PR is not mergeable
+  * Replace literals with consts for `Mergeable` field values
+  * Add separate type for `PullRequest.Mergeable` field
+  * Remove unused flag
+  * Print message on stdout instead of stderr
+  * Raise error if editor is used in non-tty mode
+  * Add tests for JSON field support on issue and pr view commands
+  * docs: Update documentation for `gh repo create` to clarify owner
+  * Ensure PR does not panic when stateReason is requested
+  * build(deps): bump actions/attest-build-provenance from 1.3.2 to 1.3.3
+  * Enable to use --web even though editor is enabled by config
+  * Add editor hint message
+  * Use prefer_editor_prompt config by `issue create`
+  * Add prefer_editor_prompt config
+  * Add `issue create --editor`
+  * Update create.go
+  * gh attestation trusted-root subcommand (#9206)
+  * Fetch variable selected repo relationship when required
+  * Update .github/ISSUE_TEMPLATE/bug_report.md
+  * build(deps): bump github.com/hashicorp/go-retryablehttp
+  * Update .github/ISSUE_TEMPLATE/bug_report.md
+  * Add GH_DEBUG to issue template
+  * Add `createdAt` field to tests
+  * Add `createdAt` field to `Variable` type
+  * Add test for exporting as JSON
+  * Add test for JSON output
+  * Only populate selected repo information for JSON output
+  * Add test to verify JSON exporter gets set
+  * Add `--json` option support
+  * Use `Variable` type defined in `shared` package
+  * Add tests for JSON output
+  * Move `Variable` type and `PopulateSelectedRepositoryInformation` func to 
shared
+  * Fix query parameter name
+  * Update tests to account for ref comparison step
+  * Improve query variable names
+  * Check if PR branch is already up-to-date
+  * Add `ComparePullRequestBaseBranchWith` function
+  * Run `go mod tidy`
+  * Add test to verify `--repo` requires non-empty selector
+  * Require non-empty selector when `--repo` override is used
+  * Run `go mod tidy`
+  * Register `update` command
+  * Add tests for `pr update` command
+  * Add `pr update` command
+  * Add `UpdatePullRequestBranch` method
+  * Upgrade `shurcooL/githubv4`
+
+---

Old:

  cli-2.52.0.tar.zst

New:

  cli-2.53.0.tar.zst



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.2pEh4x/_old  2024-07-22 17:15:47.911986295 +0200
+++ /var/tmp/diff_new_pack.2pEh4x/_new  2024-07-22 17:15:47.915986456 +0200
@@ -20,7 +20,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.52.0
+Version:2.53.0
 Release:0
 Summary:The official CLI for GitHub
 License:MIT
@@ -91,7 +91,7 @@
 cp share/man/man1/* %{buildroot}%{_mandir}/man1
 
 %check
-GOFLAGS=%{goflags} go test ./...
+GOFLAGS=%{goflags} go test ./... -skip="TestGetTrustedRoot"
 
 %files
 %doc README.md

++ _service ++
--- /var/tmp/diff_new_pack.2pEh4x/_old  2024-07-22 17:15:47.943987583 +0200
+++ /var/tmp/diff_new_pack.2pEh4x/_new  2024-07-22 17:15:47.947987744 +0200
@@ -3,7 +3,7 @@
 https://github.com/cli/cli
 git
 .git
-v2.52.0
+v2.53.0
 @PARENT_TAG@
 enable
 v(.*)
@@ -16,7 +16,7 @@
 zst
   
   
-cli-2.52.0.tar.zst
+cli-2.53.0.tar.zst
   
 
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.2pEh4x/_old  2024-07-22 17:15:47.967988549 +0200
+++ /var/tmp/diff_new_pack.2pEh4x/_new  2024-07-22 17:15:47.971988709 +0200
@@ -1,7 +1,7 @@
 
   
 https://github.com/cli/cli
-467550a14aa6e26f6872d684279e6604ed6ca7e7
+d3d73d9390bd5403ad8cc4240a9e5cc94bb33ef8
   
 
 (No newline at E

commit gh for openSUSE:Factory

2024-07-15 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2024-07-15 19:48:12

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.17339 (New)


Package is "gh"

Mon Jul 15 19:48:12 2024 rev:57 rq:1187339 version:2.52.0

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2024-06-17 19:28:58.633117346 
+0200
+++ /work/SRC/openSUSE:Factory/.gh.new.17339/gh.changes 2024-07-15 
19:48:20.769618025 +0200
@@ -1,0 +2,10 @@
+Sat Jul  6 20:51:12 UTC 2024 - Andreas Stieger 
+
+- Update to version 2.52.0:
+  * Attestation Verification - Buffer Fix
+  * Remove beta note from attestation top level command
+  * Removed beta note from `gh at download`.
+  * Removed beta note from `gh at verify`, clarified reusable workflows use 
case.
+  * add `-a` flag to `gh run list`
+
+---

Old:

  cli-2.51.0.tar.zst

New:

  cli-2.52.0.tar.zst



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.tXmcrG/_old  2024-07-15 19:48:24.325749358 +0200
+++ /var/tmp/diff_new_pack.tXmcrG/_new  2024-07-15 19:48:24.329749507 +0200
@@ -2,6 +2,7 @@
 # spec file for package gh
 #
 # Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2024 Andreas Stieger 
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +20,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.51.0
+Version:2.52.0
 Release:0
 Summary:The official CLI for GitHub
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.tXmcrG/_old  2024-07-15 19:48:24.357750540 +0200
+++ /var/tmp/diff_new_pack.tXmcrG/_new  2024-07-15 19:48:24.361750688 +0200
@@ -3,7 +3,7 @@
 https://github.com/cli/cli
 git
 .git
-v2.51.0
+v2.52.0
 @PARENT_TAG@
 enable
 v(.*)
@@ -16,7 +16,7 @@
 zst
   
   
-cli-2.51.0.tar.zst
+cli-2.52.0.tar.zst
   
 
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.tXmcrG/_old  2024-07-15 19:48:24.385751574 +0200
+++ /var/tmp/diff_new_pack.tXmcrG/_new  2024-07-15 19:48:24.389751722 +0200
@@ -1,6 +1,8 @@
 
-
-https://github.com/cli/cli
-  f647131e1d19da4d470cfeb5e936589e12e42960
+  
+https://github.com/cli/cli
+467550a14aa6e26f6872d684279e6604ed6ca7e7
+  
+
 (No newline at EOF)
 

++ cli-2.51.0.tar.zst -> cli-2.52.0.tar.zst ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cli-2.51.0/.github/workflows/deployment.yml 
new/cli-2.52.0/.github/workflows/deployment.yml
--- old/cli-2.51.0/.github/workflows/deployment.yml 2024-06-13 
14:33:06.0 +0200
+++ new/cli-2.52.0/.github/workflows/deployment.yml 2024-06-24 
20:08:39.0 +0200
@@ -299,7 +299,7 @@
   rpmsign --addsign dist/*.rpm
   - name: Attest release artifacts
 if: inputs.environment == 'production'
-uses: 
actions/attest-build-provenance@49df96e17e918a15956db358890b08e61c704919 # 
v1.2.0
+uses: 
actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # 
v1.3.2
 with:
   subject-path: "dist/gh_*"
   - name: Run createrepo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cli-2.51.0/go.mod new/cli-2.52.0/go.mod
--- old/cli-2.51.0/go.mod   2024-06-13 14:33:06.0 +0200
+++ new/cli-2.52.0/go.mod   2024-06-24 20:08:39.0 +0200
@@ -20,9 +20,9 @@
github.com/gabriel-vasile/mimetype v1.4.4
github.com/gdamore/tcell/v2 v2.5.4
github.com/google/go-cmp v0.6.0
-   github.com/google/go-containerregistry v0.19.1
+   github.com/google/go-containerregistry v0.19.2
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
-   github.com/gorilla/websocket v1.5.2
+   github.com/gorilla/websocket v1.5.3
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-version v1.3.0
github.com/henvic/httpretty v0.1.3
@@ -39,7 +39,7 @@
github.com/shurcooL/githubv4 v0.0.0-20230704064427-599ae7bbf278
github.com/sigstore/protobuf-specs v0.3.2
github.com/sigstore/sigstore-go v0.3.0
-   github.com/spf13/cobra v1.8.0
+   github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.9.0
github.com/zalando/go-keyring v0.2.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cli-2.51.0/go.sum new/cli-2.

commit gh for openSUSE:Factory

2024-05-14 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2024-05-14 13:38:32

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.1880 (New)


Package is "gh"

Tue May 14 13:38:32 2024 rev:54 rq:1173884 version:2.49.2

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2024-05-13 17:58:58.619856610 
+0200
+++ /work/SRC/openSUSE:Factory/.gh.new.1880/gh.changes  2024-05-14 
13:40:26.351132320 +0200
@@ -1,0 +2,30 @@
+Mon May 13 17:59:29 UTC 2024 - pdos...@suse.com
+
+- Update to version 2.49.2:
+  * build(deps): bump github.com/sigstore/protobuf-specs from 0.3.1 to 0.3.2
+  * Add further docs to Option type
+  * Comment further on config changes
+  * Remove unnecessary config list variable
+  * Fix mistaken find and replace for Option type
+  * Fix repo fork to use remote protocol if none configured
+  * Avoid reconstructing config Options on each use
+  * Make config list less fallible
+  * Provide more type safety around config values
+  * Move config interfaces into gh package (#9060)
+  * Fix typos
+  * Creating doc to capture Codespace usage guidance
+  * Fix test function name
+  * Add test to verify JSON fields section is rendered in Markdown
+  * Output `JSON Fields` section in Markdown
+  * Add test to verify JSON fields section is rendered
+  * Add `jsonCmd` test command variable
+  * Output `JSON Fields` section
+  * Output `JSON FIELDS`
+  * Add tests to verify proper `help:json-fields` annotations
+  * Add `help:json-fields` annotation
+  * Add `FormatSlice` function
+  * Add --latest=false example to `release create` command
+  * Update create.go
+  * Add --latest=false to `gh release create` docs
+
+---

Old:

  cli-2.49.1.tar.zst

New:

  cli-2.49.2.tar.zst



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.W0zWjv/_old  2024-05-14 13:40:30.595287088 +0200
+++ /var/tmp/diff_new_pack.W0zWjv/_new  2024-05-14 13:40:30.595287088 +0200
@@ -19,7 +19,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.49.1
+Version:2.49.2
 Release:0
 Summary:The official CLI for GitHub
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.W0zWjv/_old  2024-05-14 13:40:30.623288109 +0200
+++ /var/tmp/diff_new_pack.W0zWjv/_new  2024-05-14 13:40:30.627288255 +0200
@@ -3,7 +3,7 @@
 https://github.com/cli/cli
 git
 .git
-v2.49.1
+v2.49.2
 @PARENT_TAG@
 enable
 v(.*)
@@ -16,7 +16,7 @@
 zst
   
   
-cli-2.49.1.tar.zst
+cli-2.49.2.tar.zst
   
 
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.W0zWjv/_old  2024-05-14 13:40:30.647288984 +0200
+++ /var/tmp/diff_new_pack.W0zWjv/_new  2024-05-14 13:40:30.655289276 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/cli/cli
-  c9e8fd6c64f9030366990b5ce14ae2675226defd
+  4b077daf7e74dbe6bf933f69e220066e3a12e8b4
 (No newline at EOF)
 

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/gh/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.gh.new.1880/vendor.tar.gz differ: char 5, line 1


commit gh for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2024-04-07 22:10:48

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.1905 (New)


Package is "gh"

Sun Apr  7 22:10:48 2024 rev:50 rq:1165687 version:2.47.0

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2024-03-25 21:09:44.580586250 
+0100
+++ /work/SRC/openSUSE:Factory/.gh.new.1905/gh.changes  2024-04-07 
22:13:07.722253253 +0200
@@ -1,0 +2,19 @@
+Thu Apr 04 11:43:53 UTC 2024 - pdos...@suse.com
+
+- Update to version 2.47.0:
+  * Bump go-gh to v2.8.0 and go mod tidy
+  * build(deps): bump github.com/sigstore/protobuf-specs from 0.3.0 to 0.3.1
+  * Bump glamour to v0.7.0 and go mod tidy
+  * build(deps): bump github.com/google/go-containerregistry
+  * build(deps): bump github.com/gorilla/websocket from 1.5.0 to 1.5.1
+  * build(deps): bump google.golang.org/grpc from 1.61.0 to 1.61.1
+  * Rely on go.mod go version in all workflows (#8911)
+  * Upgrade to Go 1.22 (#8836)
+  * build(deps): bump github.com/docker/docker
+  * build(deps): bump gopkg.in/go-jose/go-jose.v2 from 2.6.1 to 2.6.3
+  * gh-attestation cmd integration (#8698)
+  * fix segfault in `gh repo rename`
+  * Bump go-gh to 2.7.0
+  * Fix typo in auth switch help example
+
+---

Old:

  cli-2.46.0.tar.zst

New:

  cli-2.47.0.tar.zst



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.j4etaK/_old  2024-04-07 22:13:08.386277571 +0200
+++ /var/tmp/diff_new_pack.j4etaK/_new  2024-04-07 22:13:08.390277718 +0200
@@ -19,7 +19,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.46.0
+Version:2.47.0
 Release:0
 Summary:The official CLI for GitHub
 License:MIT
@@ -29,7 +29,7 @@
 BuildRequires:  fish
 BuildRequires:  git-core
 BuildRequires:  zstd
-BuildRequires:  golang(API) >= 1.18
+BuildRequires:  golang(API) >= 1.22
 # This is needed for some tests
 BuildRequires:  openssh-clients
 BuildRequires:  openssh-common
@@ -90,7 +90,8 @@
 cp share/man/man1/* %{buildroot}%{_mandir}/man1
 
 %check
-GOFLAGS=%{goflags} make test
+# Some tests are skipped because they require network access cli/cli#8928
+GOFLAGS=%{goflags} go test ./... 
-skip="TestRunInspect|TestJSONOutput|TestNewSigstoreVerifier|TestRunVerify|TestTUFRootVerify"
 
 %files
 %doc README.md

++ _service ++
--- /var/tmp/diff_new_pack.j4etaK/_old  2024-04-07 22:13:08.414278597 +0200
+++ /var/tmp/diff_new_pack.j4etaK/_new  2024-04-07 22:13:08.418278743 +0200
@@ -3,7 +3,7 @@
 https://github.com/cli/cli
 git
 .git
-v2.46.0
+v2.47.0
 @PARENT_TAG@
 enable
 v(.*)
@@ -16,7 +16,7 @@
 zst
   
   
-cli-2.46.0.tar.zst
+cli-2.47.0.tar.zst
   
 
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.j4etaK/_old  2024-04-07 22:13:08.434279329 +0200
+++ /var/tmp/diff_new_pack.j4etaK/_new  2024-04-07 22:13:08.434279329 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/cli/cli
-  b54f7a3bde50df3c31fdd68b638a0c0378a0ad58
+  9744489510054d021cc06595a0572d15b6135851
 (No newline at EOF)
 

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/gh/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.gh.new.1905/vendor.tar.gz differ: char 5, line 1


commit gh for openSUSE:Factory

2024-03-05 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2024-03-05 18:51:19

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.1770 (New)


Package is "gh"

Tue Mar  5 18:51:19 2024 rev:48 rq:1154996 version:2.45.0

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2024-02-20 21:13:45.264543583 
+0100
+++ /work/SRC/openSUSE:Factory/.gh.new.1770/gh.changes  2024-03-05 
18:51:32.674965803 +0100
@@ -1,0 +2,42 @@
+Tue Mar 05 08:39:33 UTC 2024 - pdos...@suse.com
+
+- Update to version 2.45.0:
+  * Bump cli/go-gh v2.6.0 for tenant using GH_TOKEN (#8787)
+  * Support `project view --web` with TTY (#8773)
+  * Handle case: some system set 600 mod for new file.
+  * Clarify helptext for `gh search issues` and `gh search repos` regarding 
archived repos
+  * Make minor cache list ref flag adjustments
+  * Update incorrect regex comment for client Commits
+  * Use regex to split apart the git client Commit logs
+  * Use null byte separators when fetching comments from git
+  * Add new tests to git client Commits
+  * Remove unnecessary split conditional from client Commits
+  * Extract new test helper for git client Commits
+  * redirect users to the `gh environment` command
+  * Revert "make comments in the default config file more informative"
+  * make comments in the default config file more informative
+  * fixed whitespace
+  * Clarify helptext for search prs regarding archived repos
+  * bug: fixed the result.Operation variable prior to patchRepoVariable being 
called in the setVariable function.
+  * Remove mainLoop label from garden
+  * feat: Add `ref` option to `gh cache list`
+  * chore: simplify parameter `owner`
+  * Support for `[HOST/]OWNER/REPO` format
+  * Replace `assert` with `require` in testing
+  * Simplify install command for Debian & Ubuntu
+  * Remove `--format` flag and add description for not specifying `--repo` and 
`--team` flag
+  * Fix printed project number
+  * Support for directory based repo and `GH_REPO` env variable
+  * Change the output of link` and `unlink`
+  * Refactor `OrganizationTeam`
+  * Replace `httpmock` with `gock` in testing
+  * handle flags with `cmdutil.MutuallyExclusive`, and move mutation methods 
to `queries.go`
+  * fix wording, move conditional blocks to functions, and add api to retrieve 
the ID of a team
+  * Fix wording
+  * Add testing for link and unlink
+  * Support for team
+  * Support for unlink
+  * Remove support for team
+  * Link Project to Repository or Team Command
+
+---

Old:

  cli-2.44.1.tar.zst

New:

  cli-2.45.0.tar.zst



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.xu8BuE/_old  2024-03-05 18:51:33.887009810 +0100
+++ /var/tmp/diff_new_pack.xu8BuE/_new  2024-03-05 18:51:33.891009956 +0100
@@ -19,7 +19,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.44.1
+Version:2.45.0
 Release:0
 Summary:The official CLI for GitHub
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.xu8BuE/_old  2024-03-05 18:51:33.915010827 +0100
+++ /var/tmp/diff_new_pack.xu8BuE/_new  2024-03-05 18:51:33.919010972 +0100
@@ -3,7 +3,7 @@
 https://github.com/cli/cli
 git
 .git
-v2.44.1
+v2.45.0
 @PARENT_TAG@
 enable
 v(.*)
@@ -16,7 +16,7 @@
 zst
   
   
-cli-2.44.1.tar.zst
+cli-2.45.0.tar.zst
   
 
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.xu8BuE/_old  2024-03-05 18:51:33.935011553 +0100
+++ /var/tmp/diff_new_pack.xu8BuE/_new  2024-03-05 18:51:33.939011698 +0100
@@ -1,6 +1,6 @@
 
 
 https://github.com/cli/cli
-  b07f955c23fb54c400b169d39255569e240b324e
+  3ca179bcdeb46b5e54ddc6cad8feb6addf487d7c
 (No newline at EOF)
 

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/gh/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.gh.new.1770/vendor.tar.gz differ: char 5, line 1


commit gh for openSUSE:Factory

2024-02-20 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2024-02-20 21:13:44

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.1706 (New)


Package is "gh"

Tue Feb 20 21:13:44 2024 rev:47 rq:1147563 version:2.44.1

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2024-02-15 21:02:49.065102604 
+0100
+++ /work/SRC/openSUSE:Factory/.gh.new.1706/gh.changes  2024-02-20 
21:13:45.264543583 +0100
@@ -1,0 +2,16 @@
+Mon Feb 19 11:34:55 UTC 2024 - pdos...@suse.com
+
+- Update to version 2.44.1:
+  * Fix PR create regression around title and body when there is only one 
commit by @williammartin in #8707
+
+- Update to version 2.44.0:
+  * Feature: added Order flag for release list command by @leevic31 in #8632
+  * autofill with body by @guerinoni in #8423
+  * Add default values to web manual and man pages by @zsloane in #8395
+  * build(deps): bump microsoft/setup-msbuild from 1.3.2 to 2.0.0 by 
@dependabot in #8648
+  * Documentation for built-in aliases by @Rebeccasun31 in #8367
+  * Add more detail to fork failure message by @chrisroat in #8614
+  * feat: Add cache key option to gh cache list by @toshimaru in #8667
+
+
+---

Old:

  cli-2.43.1.tar.zst

New:

  cli-2.44.1.tar.zst



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.nZD5jn/_old  2024-02-20 21:13:46.252579437 +0100
+++ /var/tmp/diff_new_pack.nZD5jn/_new  2024-02-20 21:13:46.256579582 +0100
@@ -19,7 +19,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.43.1
+Version:2.44.1
 Release:0
 Summary:The official CLI for GitHub
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.nZD5jn/_old  2024-02-20 21:13:46.288580743 +0100
+++ /var/tmp/diff_new_pack.nZD5jn/_new  2024-02-20 21:13:46.292580888 +0100
@@ -3,7 +3,7 @@
 https://github.com/cli/cli
 git
 .git
-v2.43.1
+v2.44.1
 @PARENT_TAG@
 enable
 v(.*)
@@ -16,7 +16,7 @@
 zst
   
   
-cli-2.43.1.tar.zst
+cli-2.44.1.tar.zst
   
 
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.nZD5jn/_old  2024-02-20 21:13:46.312581614 +0100
+++ /var/tmp/diff_new_pack.nZD5jn/_new  2024-02-20 21:13:46.312581614 +0100
@@ -1,6 +1,6 @@
 
 
 https://github.com/cli/cli
-  dd25f885dca8d9822e21da9274d5c2e98f76f73d
+  b07f955c23fb54c400b169d39255569e240b324e
 (No newline at EOF)
 

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/gh/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.gh.new.1706/vendor.tar.gz differ: char 5, line 1


commit gh for openSUSE:Factory

2023-12-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2023-12-18 22:57:01

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.9037 (New)


Package is "gh"

Mon Dec 18 22:57:01 2023 rev:42 rq:1133869 version:2.40.1

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2023-12-14 22:03:39.513188335 
+0100
+++ /work/SRC/openSUSE:Factory/.gh.new.9037/gh.changes  2023-12-18 
22:57:10.594322152 +0100
@@ -1,0 +2,5 @@
+Mon Dec 18 13:59:47 UTC 2023 - Martin Pluskal 
+
+- Restore _service to generate changelog
+
+---

Old:

  cli-2.40.1.tar.gz

New:

  cli-2.40.1.tar.zst



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.GMRHJl/_old  2023-12-18 22:57:11.570357896 +0100
+++ /var/tmp/diff_new_pack.GMRHJl/_new  2023-12-18 22:57:11.570357896 +0100
@@ -24,7 +24,7 @@
 Summary:The official CLI for GitHub
 License:MIT
 URL:https://cli.github.com/
-Source0:
https://github.com/cli/cli/archive/v%{version}.tar.gz#/%{sname}-%{version}.tar.gz
+Source0:%{sname}-%{version}.tar.zst
 Source1:vendor.tar.zst
 BuildRequires:  fish
 BuildRequires:  git-core

++ _service ++
--- /var/tmp/diff_new_pack.GMRHJl/_old  2023-12-18 22:57:11.602359069 +0100
+++ /var/tmp/diff_new_pack.GMRHJl/_new  2023-12-18 22:57:11.606359215 +0100
@@ -1,8 +1,22 @@
 
-  
+  
+https://github.com/cli/cli
+git
+.git
+v2.40.1
+@PARENT_TAG@
+enable
+v(.*)
+  
+  
+cli
+  
+  
+*.tar
+zst
+  
   
 cli-2.40.1.tar.gz
-zst
   
 
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.GMRHJl/_old  2023-12-18 22:57:11.630360094 +0100
+++ /var/tmp/diff_new_pack.GMRHJl/_new  2023-12-18 22:57:11.634360241 +0100
@@ -1,6 +1,6 @@
 
 
 https://github.com/cli/cli
-  b775a9071f7d67d6b96245474115f7ff92a76b87
+  6d11395c083cbba795b955075ddbb92c289fd1df
 (No newline at EOF)
 


commit gh for openSUSE:Factory

2023-12-14 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2023-12-14 22:03:33

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.25432 (New)


Package is "gh"

Thu Dec 14 22:03:33 2023 rev:41 rq:1132985 version:2.40.1

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2023-11-10 12:37:33.753903018 
+0100
+++ /work/SRC/openSUSE:Factory/.gh.new.25432/gh.changes 2023-12-14 
22:03:39.513188335 +0100
@@ -1,0 +2,8 @@
+Thu Dec 14 07:41:39 UTC 2023 - Bernhard Wiedemann 
+
+- update to 2.40.1:
+  * add Multiple Account Support
+  * fix build after 2024-01-06
+  * Full changelog https://github.com/cli/cli/compare/v2.38.0...v2.40.1
+
+---

Old:

  cli-2.38.0.tar.gz

New:

  cli-2.40.1.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.WdocrA/_old  2023-12-14 22:03:40.345218346 +0100
+++ /var/tmp/diff_new_pack.WdocrA/_new  2023-12-14 22:03:40.345218346 +0100
@@ -19,7 +19,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.38.0
+Version:2.40.1
 Release:0
 Summary:The official CLI for GitHub
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.WdocrA/_old  2023-12-14 22:03:40.373219356 +0100
+++ /var/tmp/diff_new_pack.WdocrA/_new  2023-12-14 22:03:40.377219500 +0100
@@ -1,7 +1,7 @@
 
   
   
-cli-2.38.0.tar.gz
+cli-2.40.1.tar.gz
 zst
   
 

++ cli-2.38.0.tar.gz -> cli-2.40.1.tar.gz ++
 11426 lines of diff (skipped)

++ vendor.tar.zst ++
Binary files /var/tmp/diff_new_pack.WdocrA/_old and 
/var/tmp/diff_new_pack.WdocrA/_new differ


commit gh for openSUSE:Factory

2023-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2023-11-10 12:33:42

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.17445 (New)


Package is "gh"

Fri Nov 10 12:33:42 2023 rev:40 rq:1124828 version:2.38.0

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2023-10-06 21:16:35.780522307 
+0200
+++ /work/SRC/openSUSE:Factory/.gh.new.17445/gh.changes 2023-11-10 
12:37:33.753903018 +0100
@@ -1,0 +2,44 @@
+Fri Nov 10 09:18:43 UTC 2023 - Dirk Müller 
+
+- update to 2.38.0:
+  * `extension install` no longer errors unhelpfully if the
+extension is already installed
+  * All tables now have headers
+  * `project` commands have a clearer error message when no owner
+can be resolved
+  * `workflow run` now presents a select for `choice` workflow
+input types
+  * `codespace create` no longer polls for additional codespace
+permissions unnecessarily
+  * `go install` now works with the removal of our crypto fork
+- update to 2.37.0:
+  * `project`: Remove `template` field from `--format=json`
+output
+  * In v2.34.0 we introduced the `template` field when outputing
+projects to JSON, unfortunately we forgot to take into account
+our GHES users. This field does not exist on GHES 3.8 and older.
+Including this field in our queries and output broke nearly
+all the `project` commands for users targeting these older
+versions of GHES. As we try our hardest to keep `gh` compatible
+with all * non-deprecated GHES versions this was a pretty big
+mistake.  In order to fix it we are reverting the querying and
+exporting of the `template` field for `project` commands. We
+apologize for the inconvenience this may cause, and plan to
+bring back this field once GHES 3.8 gets deprecated.
+  * `repo create`: Allow `--disable-issues` and `--template`
+flags to be used together
+  * `repo create`: Allow `--homepage` and `--template` flag to be
+used together
+  * `repo create`: Allow creating repositories from templates in
+interactive mode
+  * `repo fork`: Set default repo when forking repo
+  * `codespace`: Migrate all Codespaces operations from Live
+Share to Dev Tunnels
+  * `codespace create`: Poll permission acceptance endpoint on
+codespace creation
+  * `pr create`: Remove duplicates targets for push survey
+  * `pr create`: Fix typo in documentation
+  * `browse`: Do not use relative paths when `--repo` flag is
+used
+
+---

Old:

  cli-2.36.0.tar.gz
  vendor.tar.gz

New:

  cli-2.38.0.tar.gz
  vendor.tar.zst



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.eWxu7A/_old  2023-11-10 12:37:34.613934848 +0100
+++ /var/tmp/diff_new_pack.eWxu7A/_new  2023-11-10 12:37:34.613934848 +0100
@@ -19,20 +19,21 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.36.0
+Version:2.38.0
 Release:0
 Summary:The official CLI for GitHub
 License:MIT
 URL:https://cli.github.com/
 Source0:
https://github.com/cli/cli/archive/v%{version}.tar.gz#/%{sname}-%{version}.tar.gz
-Source1:vendor.tar.gz
+Source1:vendor.tar.zst
 BuildRequires:  fish
 BuildRequires:  git-core
-BuildRequires:  zsh
+BuildRequires:  zstd
 BuildRequires:  golang(API) >= 1.18
 # This is needed for some tests
 BuildRequires:  openssh-clients
 BuildRequires:  openssh-common
+BuildRequires:  zsh
 Requires:   git-core
 
 %description

++ _service ++
--- /var/tmp/diff_new_pack.eWxu7A/_old  2023-11-10 12:37:34.641935885 +0100
+++ /var/tmp/diff_new_pack.eWxu7A/_new  2023-11-10 12:37:34.645936033 +0100
@@ -1,22 +1,8 @@
 
-  
-https://github.com/cli/cli
-git
-.git
-v2.36.0
-@PARENT_TAG@
-enable
-v(.*)
-  
-  
-cli
-  
-  
-*.tar
-gz
-  
-  
-cli-2.36.0.tar.gz
+  
+  
+cli-2.38.0.tar.gz
+zst
   
 
 

++ cli-2.36.0.tar.gz -> cli-2.38.0.tar.gz ++
 10024 lines of diff (skipped)


commit gh for openSUSE:Factory

2023-10-06 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2023-10-06 21:13:54

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.28202 (New)


Package is "gh"

Fri Oct  6 21:13:54 2023 rev:39 rq:1115864 version:2.36.0

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2023-09-21 22:24:16.091521209 
+0200
+++ /work/SRC/openSUSE:Factory/.gh.new.28202/gh.changes 2023-10-06 
21:16:35.780522307 +0200
@@ -1,0 +2,29 @@
+Wed Oct 04 15:31:43 UTC 2023 - pdos...@suse.com
+
+- Update to version 2.36.0:
+  * update(run): Use attempt input when fetching jobs (#7831)
+  * Bubble up return value from inner function calls in runEditItem
+  * Update pkg/cmd/pr/create/create.go
+  * pkg/cmd/root: fix startup panic (#8105)
+  * Split clearing item, updating draft item and updating item values into 
individual functions for better readability; refactor field ID and project ID 
presence check into a separate function
+  * Document clear flag in long form help as well
+  * Add clear flag usage example
+  * Move field value flag and clear flag exclusivity one level higher up to 
RunE
+  * Use camelCase for fields
+  * docs: update the details of fill and fill-first
+  * Forward codespace ports over Dev Tunnels
+  * Update triage.md
+  * Support standard output format flags for secret and deploy-key list
+  * docs: update the flag `--fill` docs
+  * Show cancelled checks (#7960)
+  * Return HTTP errors properly for some commands (#8037)
+  * test: Add unit test for cache.ExportData
+  * cache/delete: percent-encode keys
+  * build(deps): bump mislav/bump-homebrew-formula-action from 2 to 3
+  * Hint adding codespace scope to auth login (#7961)
+  * Tests for the new clear flag
+  * Driveby unrelated update: when both field ID and project ID are missing, 
specify that it's necessary to update the field value
+  * Introduce clear flag on 'project item-edit' command to remove field value
+  * feat(cache): Add JSON exporting support for cache list
+
+---

Old:

  cli-2.35.0.tar.gz

New:

  cli-2.36.0.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.MQ29Ni/_old  2023-10-06 21:16:37.128571009 +0200
+++ /var/tmp/diff_new_pack.MQ29Ni/_new  2023-10-06 21:16:37.132571154 +0200
@@ -19,7 +19,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.35.0
+Version:2.36.0
 Release:0
 Summary:The official CLI for GitHub
 License:MIT
@@ -30,6 +30,9 @@
 BuildRequires:  git-core
 BuildRequires:  zsh
 BuildRequires:  golang(API) >= 1.18
+# This is needed for some tests
+BuildRequires:  openssh-clients
+BuildRequires:  openssh-common
 Requires:   git-core
 
 %description

++ _service ++
--- /var/tmp/diff_new_pack.MQ29Ni/_old  2023-10-06 21:16:37.164572310 +0200
+++ /var/tmp/diff_new_pack.MQ29Ni/_new  2023-10-06 21:16:37.168572455 +0200
@@ -3,7 +3,7 @@
 https://github.com/cli/cli
 git
 .git
-v2.35.0
+v2.36.0
 @PARENT_TAG@
 enable
 v(.*)
@@ -16,7 +16,7 @@
 gz
   
   
-cli-2.35.0.tar.gz
+cli-2.36.0.tar.gz
   
 
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.MQ29Ni/_old  2023-10-06 21:16:37.192573322 +0200
+++ /var/tmp/diff_new_pack.MQ29Ni/_new  2023-10-06 21:16:37.192573322 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/cli/cli
-  94fbbdf9b5b81a433c8bb60cd16b8d179822d834
+  b775a9071f7d67d6b96245474115f7ff92a76b87
 (No newline at EOF)
 

++ cli-2.35.0.tar.gz -> cli-2.36.0.tar.gz ++
 3180 lines of diff (skipped)

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/gh/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.gh.new.28202/vendor.tar.gz differ: char 5, line 1


commit gh for openSUSE:Factory

2023-09-21 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2023-09-21 22:23:33

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.1770 (New)


Package is "gh"

Thu Sep 21 22:23:33 2023 rev:38 rq:1112794 version:2.35.0

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2023-09-08 21:16:19.068136269 
+0200
+++ /work/SRC/openSUSE:Factory/.gh.new.1770/gh.changes  2023-09-21 
22:24:16.091521209 +0200
@@ -1,0 +2,18 @@
+Wed Sep 20 12:15:33 UTC 2023 - pdos...@suse.com
+
+- Update to version 2.35.0:
+  * Cleanup release create around new --notes-from-tag flag (#8016)
+  * Document when gh auth login writes oauth token to plain text (#7781)
+  * Show full permissions URL in `gh cs create` (#7983)
+  * build(deps): bump goreleaser/goreleaser-action from 4 to 5
+  * moved remoteTagExists under if NotesFromTag exists and added three tests
+  * Clarify list repo behavior (#7964)
+  * Reinforce not opening PRs without approval on an issue
+  * Delete local tag when running `gh release delete --cleanup-tag` (#7884)
+  * Add `--all` flag to `alias delete` command (#7900)
+  * Move homebrew bump fork to personal repo
+  * Revert "Add a test workflow for homebrew bump investigations (#7951)"
+  * Add a test workflow for homebrew bump investigations (#7951)
+  * Add `gh release create [] --notes-from-tag`
+
+---

Old:

  cli-2.34.0.tar.gz

New:

  cli-2.35.0.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.skKXie/_old  2023-09-21 22:24:17.563574625 +0200
+++ /var/tmp/diff_new_pack.skKXie/_new  2023-09-21 22:24:17.563574625 +0200
@@ -19,7 +19,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.34.0
+Version:2.35.0
 Release:0
 Summary:The official CLI for GitHub
 License:MIT
@@ -40,6 +40,7 @@
 Requires:   %{name} = %{version}
 Requires:   bash-completion
 Supplements:(gh and bash-completion)
+BuildArch:  noarch
 
 %description bash-completion
 Bash command line completion support for %{name}.

++ _service ++
--- /var/tmp/diff_new_pack.skKXie/_old  2023-09-21 22:24:17.591575641 +0200
+++ /var/tmp/diff_new_pack.skKXie/_new  2023-09-21 22:24:17.595575787 +0200
@@ -3,7 +3,7 @@
 https://github.com/cli/cli
 git
 .git
-v2.34.0
+v2.35.0
 @PARENT_TAG@
 enable
 v(.*)
@@ -16,7 +16,7 @@
 gz
   
   
-cli-2.34.0.tar.gz
+cli-2.35.0.tar.gz
   
 
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.skKXie/_old  2023-09-21 22:24:17.611576367 +0200
+++ /var/tmp/diff_new_pack.skKXie/_new  2023-09-21 22:24:17.615576513 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/cli/cli
-  e5f499f3012907f2191e85bb1d6fbfc16b71173f
+  94fbbdf9b5b81a433c8bb60cd16b8d179822d834
 (No newline at EOF)
 

++ cli-2.34.0.tar.gz -> cli-2.35.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cli-2.34.0/.github/CONTRIBUTING.md 
new/cli-2.35.0/.github/CONTRIBUTING.md
--- old/cli-2.34.0/.github/CONTRIBUTING.md  2023-09-06 09:46:43.0 
+0200
+++ new/cli-2.35.0/.github/CONTRIBUTING.md  2023-09-19 10:26:52.0 
+0200
@@ -16,6 +16,7 @@
 Please avoid:
 
 * Opening pull requests for issues marked `needs-design`, 
`needs-investigation`, or `blocked`.
+* Opening pull requests that haven't been approved for work in an issue
 * Adding installation instructions specifically for your OS/package manager.
 * Opening pull requests for any issue marked `core`. These issues require 
additional context from
   the core CLI team at GitHub and any external pull requests will not be 
accepted.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cli-2.34.0/.github/workflows/deployment.yml 
new/cli-2.35.0/.github/workflows/deployment.yml
--- old/cli-2.34.0/.github/workflows/deployment.yml 2023-09-06 
09:46:43.0 +0200
+++ new/cli-2.35.0/.github/workflows/deployment.yml 2023-09-19 
10:26:52.0 +0200
@@ -40,7 +40,7 @@
 with:
   go-version: ${{ inputs.go_version }}
   - name: Install GoReleaser
-uses: goreleaser/goreleaser-action@v4
+uses: goreleaser/goreleaser-action@v5
 with:
   version: "~1.17.1"
   install-only: true
@@ -92,7 +92,7 @@
   security set-key-partition-list -S "apple-tool:,apple:,codesign:" -s 
-k "$keychain_password" "$keychain"
   rm "$RUNNER_TEMP/cert.p12"
   - name: Install GoRel

commit gh for openSUSE:Factory

2023-09-08 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2023-09-08 21:15:30

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.1766 (New)


Package is "gh"

Fri Sep  8 21:15:30 2023 rev:37 rq:1109592 version:2.34.0

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2023-08-23 14:59:02.470143208 
+0200
+++ /work/SRC/openSUSE:Factory/.gh.new.1766/gh.changes  2023-09-08 
21:16:19.068136269 +0200
@@ -1,0 +2,28 @@
+Thu Sep 07 05:18:42 UTC 2023 - pdos...@suse.com
+
+- Update to version 2.34.0:
+  * Use consistent variable naming
+  * `gh status`: show status even if a comment 404s (#7873)
+  * build(deps): bump actions/checkout from 3 to 4 (#7937)
+  * rename template to mark-template cmd (#7923)
+  * Simplify mock jobs response
+  * Use "Link" header for pagination completion check
+  * Fix pagination resp with "Link" header
+  * Refactor GetJobs to use RESTWithNext
+  * Add formula-path to homebrew-bump step (#7930)
+  * Add JSON output flags to workflow list command (#7902)
+  * fix tests
+  * no other descriptions have a period
+  * mark and unmark project as template
+  * Add config clear-cache command (#7693)
+  * Allow --disable-wiki flag with --template flag in repo create command 
(#7886)
+  * Reword token invalid message (#7906)
+  * 🐛 (repo create)execute clone when readme option is enabled (#7837)
+  * Use go-gh prompter package (#7896)
+  * pr checks return distinct exit code for PENDING checks (#7866)
+  * Properly rename remote for GHES hosts (#7890)
+  * Add verbose flag to api cmd (#7826)
+  * Fix up Nix installation instructions (#7891)
+  * Fetch all jobs on a gh view run --json
+
+---

Old:

  cli-2.33.0.tar.gz

New:

  cli-2.34.0.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.xw6xo7/_old  2023-09-08 21:16:20.596190881 +0200
+++ /var/tmp/diff_new_pack.xw6xo7/_new  2023-09-08 21:16:20.600191024 +0200
@@ -19,7 +19,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.33.0
+Version:2.34.0
 Release:0
 Summary:The official CLI for GitHub
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.xw6xo7/_old  2023-09-08 21:16:20.640192454 +0200
+++ /var/tmp/diff_new_pack.xw6xo7/_new  2023-09-08 21:16:20.644192597 +0200
@@ -3,7 +3,7 @@
 https://github.com/cli/cli
 git
 .git
-v2.33.0
+v2.34.0
 @PARENT_TAG@
 enable
 v(.*)
@@ -16,7 +16,7 @@
 gz
   
   
-cli-2.33.0.tar.gz
+cli-2.34.0.tar.gz
   
 
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.xw6xo7/_old  2023-09-08 21:16:20.668193454 +0200
+++ /var/tmp/diff_new_pack.xw6xo7/_new  2023-09-08 21:16:20.672193597 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/cli/cli
-  bb42fa07aa7fd6044a875a82061ec3fe073a4962
+  e5f499f3012907f2191e85bb1d6fbfc16b71173f
 (No newline at EOF)
 

++ cli-2.33.0.tar.gz -> cli-2.34.0.tar.gz ++
 3243 lines of diff (skipped)

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/gh/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.gh.new.1766/vendor.tar.gz differ: char 5, line 1


commit gh for openSUSE:Factory

2023-08-23 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2023-08-23 14:57:50

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.1766 (New)


Package is "gh"

Wed Aug 23 14:57:50 2023 rev:36 rq:1105215 version:2.33.0

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2023-07-25 11:53:37.470338217 
+0200
+++ /work/SRC/openSUSE:Factory/.gh.new.1766/gh.changes  2023-08-23 
14:59:02.470143208 +0200
@@ -1,0 +2,49 @@
+Tue Aug 22 08:29:55 UTC 2023 - pdos...@suse.com
+
+- Update to version 2.33.0:
+  * codespace: Handle HTTP request retry interruption (#7846)
+  * linter appeasement
+  * delete prompt package
+  * prompter for milestone
+  * prompter for projects
+  * use prompter for labels
+  * prompter for assignees
+  * prompter for reviewers
+  * use MultiSelect for metadata survey in pr, issue create
+  * use prompter in shared editable code
+  * linter appeasement
+  * linter appeasement
+  * prompter for milestone
+  * prompter for projects
+  * use prompter for labels
+  * prompter for assignees
+  * prompter for reviewers
+  * use MultiSelect for metadata survey in pr, issue create
+  * use prompter in shared editable code
+  * use prompter in issue delete
+  * use prompter in secret set
+  * fix RegisterPassword
+  * use new prompter in repo fork
+  * switch to prompter in workflow commands
+  * Upgrade to Go 1.21 (#7843)
+  * Remove GHE handling for `workflow` scope (#7841)
+  * Add clobber flag to `alias set` (#7787)
+  * pass prompter around instead of opts
+  * Add missing "ls" aliases to list commands (#7818)
+  * Allow --org parameter in lieu of a repo context for rulesets, add 
current_user_can_bypass to rs view (#7747)
+  * test for forking in org
+  * strip more dead code
+  * port more prompts and cover with new tests
+  * remove dead code
+  * finish porting existing tests
+  * Codespaces: Use the host name from the logged in server for commands 
(#7795)
+  * Update CONTRIBUTING.md
+  * WIP porting repo edit to opts.Prompter
+  * name MultiSelect parameters in interface
+  * switch to Prompter.MultiSelect
+  * Use filepath.Base to sanitize path for archive downloads (#7805)
+  * `release create`: Trim spaces on interactive tag name input (#7759)
+  * Do not allow issue and pr templates to be symlinks (#7756)
+  * Allow deleting of local branch after merging cross repo PRs (#7709)
+
+---

Old:

  cli-2.32.1.tar.gz

New:

  cli-2.33.0.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.Y1ipeB/_old  2023-08-23 14:59:03.630145282 +0200
+++ /var/tmp/diff_new_pack.Y1ipeB/_new  2023-08-23 14:59:03.638145297 +0200
@@ -19,7 +19,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.32.1
+Version:2.33.0
 Release:0
 Summary:The official CLI for GitHub
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.Y1ipeB/_old  2023-08-23 14:59:03.686145382 +0200
+++ /var/tmp/diff_new_pack.Y1ipeB/_new  2023-08-23 14:59:03.690145390 +0200
@@ -3,7 +3,7 @@
 https://github.com/cli/cli
 git
 .git
-v2.32.1
+v2.33.0
 @PARENT_TAG@
 enable
 v(.*)
@@ -16,7 +16,7 @@
 gz
   
   
-cli-2.32.1.tar.gz
+cli-2.33.0.tar.gz
   
 
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.Y1ipeB/_old  2023-08-23 14:59:03.714145432 +0200
+++ /var/tmp/diff_new_pack.Y1ipeB/_new  2023-08-23 14:59:03.718145440 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/cli/cli
-  8079d18efd2e195456280d9b9742c13d33702e6a
+  bb42fa07aa7fd6044a875a82061ec3fe073a4962
 (No newline at EOF)
 

++ cli-2.32.1.tar.gz -> cli-2.33.0.tar.gz ++
 5868 lines of diff (skipped)

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/gh/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.gh.new.1766/vendor.tar.gz differ: char 5, line 1


commit gh for openSUSE:Factory

2023-07-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2023-07-25 11:51:45

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.1467 (New)


Package is "gh"

Tue Jul 25 11:51:45 2023 rev:35 rq:1100569 version:2.32.1

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2023-06-22 23:26:38.522019346 
+0200
+++ /work/SRC/openSUSE:Factory/.gh.new.1467/gh.changes  2023-07-25 
11:53:37.470338217 +0200
@@ -1,0 +2,78 @@
+Tue Jul 25 06:00:17 UTC 2023 - pdos...@suse.com
+
+- Update to version 2.32.1:
+  * Use asciisanitization package from go-gh (#7745)
+  * Do not make reviewer update request if there are no reviewer changes 
(#7730)
+  * Fix pr checks command for GHES versions older than 3.9 (#7725)
+  * Use filepath.Clean to sanitize path for archive downloads (#7720)
+  * Sanitize file contents before displaying them (#7694)
+  * Do not add auth token to redirect requests which do not have the same host 
as the inital request. (#7692)
+
+---
+Wed Jul 12 08:39:44 UTC 2023 - pdos...@suse.com
+
+- Update to version 2.32.0:
+  * add gh cache to Actions explainer
+  * Clean up style nits and simplify some logic
+  * fix typo
+  * remove stray print
+  * docs: example of setting multiple vars using stdin
+  * Add --branch-repo flag
+  * Add --verify-tag to release edit command (#7646)
+  * make IDs cyan, add prompter test
+  * Do not interpret "branch" placeholder in `api` command when `GH_REPO` is 
set (#7626)
+  * Always show created gist privacy status. (#7645)
+  * Use SmartBaseRepoFunc for api command (#7594)
+  * Add check description to pr checks output (#7451)
+  * fix pr create crash on interactive milestone selection
+  * build(deps): bump google.golang.org/grpc from 1.49.0 to 1.53.0
+  * split org/repo graphql queries, better tests
+  * refactor graphql query a bit
+  * add rs check tests
+  * fix merge errors
+  * misc cleanup
+  * add ruleset check command
+  * initial view tests
+  * list test updates
+  * update bypass response and parents logic, tests
+  * update tests, add rules to view command
+  * interactive ruleset selection, move shared logic
+  * gracefully handle missing admin:org scope
+  * don't allow both --repo and --org, add docs
+  * split ruleset types by API type
+  * allow getting parents, move list to shared package
+  * basic ruleset view works
+  * updates, initial list test
+  * refactor and support org rulesets
+  * GQL query works but it's messy
+  * wip
+  * start on rs list
+  * start writing up structs for rules API payloads
+  * WIP compute branch, call API
+  * start on gh rs
+  * build(deps): bump github.com/henvic/httpretty from 0.1.1 to 0.1.2 (#7657)
+  * Rewrite issue develop command to fix numerous issues
+  * Ensure gist edit request body matches desired schema (#7635)
+  * Automatically fetch new branches created with issue develop (#7589)
+  * Support --server-port behavior with conn details
+  * Update httpretty to released version (#7654)
+  * gh run cancel needs input validation
+  * Add tenancy support (#7636)
+  * Add title to iteration and milestone fields for projects (#7621)
+  * Change how remotes are treated during `pr create` when repo is forked  
(#7330)
+  * Small tweaks to auth refresh remove-scopes and reset-scopes flags (#7631)
+  * Don't deduplicate checks that stem from different events (#7618)
+  * Add cli test to remove multiple scopes at once
+  * Refactor as per review
+  * Fix commit order
+  * Add test for fill first flag
+  * Add fill-first option to create pr
+  * Add option to remove file from gist (#7560)
+  * Remove old code paths and improve code comments for repo sync (#7610)
+  * Early exit repo sync if merge-upstream requires workflow scope
+  * Add remove/reset to auth refresh
+  * typo
+  * create cache commands
+  * Return error on no-browser option if repo don't exists
+
+---

Old:

  cli-2.31.0.tar.gz

New:

  cli-2.32.1.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.jhvdmA/_old  2023-07-25 11:53:38.554344565 +0200
+++ /var/tmp/diff_new_pack.jhvdmA/_new  2023-07-25 11:53:38.558344588 +0200
@@ -19,7 +19,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.31.0
+Version:2.32.1
 Release:0
 Summary:The official CLI for GitHub
 License:MIT
@@ -28,8 +28,8 @@
 Source1:vendor.tar.gz
 BuildRequires:  fish
 BuildRequires:  git-core
-BuildRequires:  golang(API) >= 1.18
 BuildRequires:  zsh
+BuildR

commit gh for openSUSE:Factory

2023-06-22 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2023-06-22 23:26:13

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.15902 (New)


Package is "gh"

Thu Jun 22 23:26:13 2023 rev:34 rq:1094582 version:2.31.0

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2023-05-31 21:55:07.973230742 
+0200
+++ /work/SRC/openSUSE:Factory/.gh.new.15902/gh.changes 2023-06-22 
23:26:38.522019346 +0200
@@ -1,0 +2,59 @@
+Thu Jun 22 07:40:00 UTC 2023 - Martin Pluskal 
+
+- Remove obsolete constructs from spec file
+
+---
+Thu Jun 22 05:55:39 UTC 2023 - pdos...@suse.com
+
+- Update to version 2.31.0:
+  * Add timeouts to keyring operations (#7580)
+  * Alphabetically sort labels for `pr/issue view` (#7587)
+  * output URL on project commands (#7578)
+  * refactor: nest if (#7596)
+  * Fix alias import clobber flag (#7569)
+  * Fix error handling for extension and shell alias commands (#7567)
+  * chore: pkg imported more than once (#7591)
+  * Added wantErrOut property
+  * Speed up listing extensions by lazy-loading extension information when 
needed (#7493)
+  * build(deps): bump github.com/AlecAivazis/survey/v2 from 2.3.6 to 2.3.7
+  * Set upstream remote to track all branches after initial fetch (#7542)
+  * api: output a single JSON array in REST pagination mode (#7190)
+  * Introduce `gh project` commands (#7375)
+  * fix tests
+  * fix test
+  * :nail_care: json export
+  * fixed a type
+  * Codespaces view command updates
+  * build(deps): bump github.com/cli/go-gh/v2 from 2.0.0 to 2.0.1
+  * Use homebrew fork in cli org and update token
+  * Change site deployment ssh key to PAT
+  * Resolve tests/lint errors
+  * update gh auth status to write to stdout on success
+  * Remove unused linter flag
+  * Replace SurveyAskOne with Prompter
+  * Add gist selector option to gist edit command
+  * Improve docs around run rerun job flag (#7527)
+  * Support viewing logs for jobs with composite actions
+  * Fix bash completions for extensions and aliases
+  * fix: Allow aliases to recognize extended commands (#7523)
+  * force method to uppercase (#7514)
+  * api: support array params in GET queries (#7513)
+  * Fix flaky test
+  * Remove unused type
+  * Add test
+  * Fix linting error
+  * Don't display retention period if 0 days
+  * Address comments
+  * Update fields to show
+  * Check if running in a codespace
+  * Add gh cs view command
+  * fix tests
+  * Print empty line between file headers
+  * :nail_care: improve code search output
+  * incorporate code review feedback
+  * remove empty line
+  * change highlight color
+  * adopt changes to User
+  * implement code search
+
+---

Old:

  cli-2.30.0.tar.gz

New:

  cli-2.31.0.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.XawxVl/_old  2023-06-22 23:26:39.278023202 +0200
+++ /var/tmp/diff_new_pack.XawxVl/_new  2023-06-22 23:26:39.282023222 +0200
@@ -19,20 +19,17 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.30.0
+Version:2.31.0
 Release:0
 Summary:The official CLI for GitHub
 License:MIT
-Group:  Development/Tools/Other
 URL:https://cli.github.com/
 Source0:
https://github.com/cli/cli/archive/v%{version}.tar.gz#/%{sname}-%{version}.tar.gz
 Source1:vendor.tar.gz
-# Completions
 BuildRequires:  fish
-BuildRequires:  zsh
-# Build/Test requirements
 BuildRequires:  git-core
 BuildRequires:  golang(API) >= 1.18
+BuildRequires:  zsh
 Requires:   git-core
 
 %description
@@ -40,28 +37,17 @@
 
 %package bash-completion
 Summary:Bash Completion for %{name}
-Group:  Development/Tools/Other
 Requires:   %{name} = %{version}
 Requires:   bash-completion
-%if 0%{?suse_version} == 1315
-Supplements:packageand(gh:bash-completion)
-%else
 Supplements:(gh and bash-completion)
-%endif
-BuildArch:  noarch
 
 %description bash-completion
 Bash command line completion support for %{name}.
 
 %package zsh-completion
 Summary:ZSH Completion for %{name}
-Group:  Development/Tools/Other
 Requires:   %{name} = %{version}
-%if 0%{?suse_version} == 1315
-Supplements:packageand(gh:zsh)
-%else
 Supplements:(gh and zsh)
-%endif
 BuildArch:  noarch
 
 %description zsh-completion
@@ -69,13 +55,8 @@
 
 %package fish-completion
 Summary:Fish completion for %{name}
-Group:  Development/Tools/Other
 Requires:   %{name} = %{ver

commit gh for openSUSE:Factory

2023-05-31 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2023-05-31 21:55:05

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.1533 (New)


Package is "gh"

Wed May 31 21:55:05 2023 rev:33 rq:1090004 version:2.30.0

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2023-05-12 20:41:11.403154264 
+0200
+++ /work/SRC/openSUSE:Factory/.gh.new.1533/gh.changes  2023-05-31 
21:55:07.973230742 +0200
@@ -1,0 +2,56 @@
+Wed May 31 10:45:15 UTC 2023 - pdos...@suse.com
+
+- Update to version 2.30.0:
+  * build(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4
+  * Do not generate docs for aliases (#7497)
+  * Speed up gh start up time (#7487)
+  * fix: apply latin matching filter to more fields
+  * Allow creating of nested aliases (#7457)
+  * fix variable name
+  * Add cmd test for pr status with counts by state
+  * Reorder Check and Status States enums variants alphabetically
+  * Use go enums for status and check status graphql enums
+  * Remove unused emptyIntrospectionFor test helper
+  * Avoid setting status check rollups when user supplies fields
+  * Rework state parsing for CheckRuns and StatusContexts
+  * Split CheckRunState and StatusState parsing
+  * Use two queries in one request for PR feature detection
+  * go generate
+  * switch to []int return for multiselect
+  * Updated to sanitize asset filename prior to uploading. Fixes #7024
+  * Remove unused prInstrospection fixture
+  * Inject fake detector into PR status tests
+  * Move CheckRunAndStatusContextCounts feature detection up stack
+  * Use pseudo field for statusCheckRollupWithCountByState
+  * build(deps): bump github.com/mattn/go-isatty from 0.0.18 to 0.0.19
+  * Clarify docs regarding what is listed when running gh workflow list
+  * Update browser package to avoid Windows crash
+  * Update triage.md with severity descriptions
+  * build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3
+  * Implement initial spike for detecting and using counts by state
+  * Short circuit status check GQL introspection for GitHub.com
+  * Add support for detecting status and check counts in GQL
+  * Implement parsing and counting of PR checks using new GQL fields
+  * build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2
+  * Remove old, unused detector fields (#7458)
+  * Fix windows crash by bumping wincred
+  * Avoid using named return in PR ChecksStatus
+  * Add some comments to PR ChecksStatus
+  * Add some further test coverage around PR ChecksStatus
+  * Do not fall back to legacy template if template selector returns nil 
(#7444)
+  * Mention setting GH_ENTERPRISE_TOKEN
+  * survey: fix color contrast of default values in prompts (#7354)
+  * respect GH_REPO env variable in `pr create`
+  * Allow `gh repo set-default --view` without repo argument (#7441)
+  * Introduce helpTopics type and reduce duplication across commands (#7414)
+  * linter appeasement
+  * use new prompter in run download
+  * implement multi select support for prompter
+  * delete PromptForRun
+  * golf
+  * use new prompter in run watch
+  * use new prompter in run rerun
+  * use new prompter in run cancel
+  * use new prompter in run view
+
+---

Old:

  cli-2.29.0.tar.gz

New:

  cli-2.30.0.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.hcVR2B/_old  2023-05-31 21:55:08.853235943 +0200
+++ /var/tmp/diff_new_pack.hcVR2B/_new  2023-05-31 21:55:08.857235966 +0200
@@ -19,7 +19,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.29.0
+Version:2.30.0
 Release:0
 Summary:The official CLI for GitHub
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.hcVR2B/_old  2023-05-31 21:55:08.889236156 +0200
+++ /var/tmp/diff_new_pack.hcVR2B/_new  2023-05-31 21:55:08.893236178 +0200
@@ -3,7 +3,7 @@
 https://github.com/cli/cli
 git
 .git
-v2.29.0
+v2.30.0
 @PARENT_TAG@
 enable
 v(.*)
@@ -16,7 +16,7 @@
 gz
   
   
-cli-2.29.0.tar.gz
+cli-2.30.0.tar.gz
   
 
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.hcVR2B/_old  2023-05-31 21:55:08.917236321 +0200
+++ /var/tmp/diff_new_pack.hcVR2B/_new  2023-05-31 21:55:08.921236344 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/cli/cli
-  aa2adab7fac34837e4034244fc8cd24f0dccdee7
+  570a7202c3b331a9fdc39508d3a754c6847b3513
 (No newline at EOF)
 

++ cli-2.29.0.tar.gz -> cli-2.30.0.tar.gz ++
 5204 lines of diff (skipped)

++ vendo

commit gh for openSUSE:Factory

2023-05-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2023-05-12 20:38:32

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.1533 (New)


Package is "gh"

Fri May 12 20:38:32 2023 rev:32 rq:1086687 version:2.29.0

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2023-05-03 12:57:20.323854159 
+0200
+++ /work/SRC/openSUSE:Factory/.gh.new.1533/gh.changes  2023-05-12 
20:41:11.403154264 +0200
@@ -1,0 +2,19 @@
+Thu May 11 13:30:50 UTC 2023 - pdos...@suse.com
+
+- Update to version 2.29.0:
+  * Fix label assets
+  * Fix release guard for deployment workflow
+  * Print message after codespace deletion (#7353)
+  * Include auto-merge information in gh pr view (#7385)
+  * Include auto-merge information in gh pr status (#7386)
+  * Make: Fix target name for Windows platform (#7370)
+  * New deployment workflow
+  * Add progress labels for `gh release download` (#7380)
+  * Add PR auto-merge status info to PR queries (#7384)
+  * fix empty default description for local repository (#7383)
+  * Add `alias import` command (#7118)
+  * Fix shellcheck bugs in generate.sh (#7392)
+  * Add capability to filter codespaces by repo owner (#7347)
+  * Fix Makefile compatibility with macOS
+
+---

Old:

  cli-2.28.0.tar.gz

New:

  cli-2.29.0.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.TS1fKb/_old  2023-05-12 20:41:12.535160485 +0200
+++ /var/tmp/diff_new_pack.TS1fKb/_new  2023-05-12 20:41:12.535160485 +0200
@@ -19,7 +19,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.28.0
+Version:2.29.0
 Release:0
 Summary:The official CLI for GitHub
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.TS1fKb/_old  2023-05-12 20:41:12.575160705 +0200
+++ /var/tmp/diff_new_pack.TS1fKb/_new  2023-05-12 20:41:12.575160705 +0200
@@ -3,7 +3,7 @@
 https://github.com/cli/cli
 git
 .git
-v2.28.0
+v2.29.0
 @PARENT_TAG@
 enable
 v(.*)
@@ -16,7 +16,7 @@
 gz
   
   
-cli-2.28.0.tar.gz
+cli-2.29.0.tar.gz
   
 
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.TS1fKb/_old  2023-05-12 20:41:12.611160903 +0200
+++ /var/tmp/diff_new_pack.TS1fKb/_new  2023-05-12 20:41:12.615160925 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/cli/cli
-  32faa8e5fa7b36019baf273124ff7d54d8c201f6
+  aa2adab7fac34837e4034244fc8cd24f0dccdee7
 (No newline at EOF)
 

++ cli-2.28.0.tar.gz -> cli-2.29.0.tar.gz ++
 2190 lines of diff (skipped)

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/gh/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.gh.new.1533/vendor.tar.gz differ: char 5, line 1


commit gh for openSUSE:Factory

2023-05-03 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2023-05-03 12:57:02

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.1533 (New)


Package is "gh"

Wed May  3 12:57:02 2023 rev:31 rq:1084101 version:2.28.0

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2023-04-05 21:35:53.226647929 
+0200
+++ /work/SRC/openSUSE:Factory/.gh.new.1533/gh.changes  2023-05-03 
12:57:20.323854159 +0200
@@ -1,0 +2,340 @@
+Tue Apr 25 17:46:19 UTC 2023 - pdos...@suse.com
+
+- Update to version 2.28.0:
+  * New deployment workflow
+  * Pretty-print JSON results of jq filtering (#7236)
+  * gh: move `CODEOWNERS` inside the `.github/` dir (#7366)
+  * feat: add visibility field (#7337)
+  * Edit multiple issues, PRs in parallel (#7259)
+  * add `--created` flag to `gh run ls` to filter listed runs by when they 
were created (#7352)
+  * add `--event` flag to `gh run ls` to filter runs by their trigger
+  * Diacritics substitution in prompt (#7205)
+  * Correct some typos
+  * Fix `gh cs ports` requiring `sudo` for privileged port numbers (#7326)
+  * Initialize deployment.yml workflow file
+  * Clarify how SSH keys are selected (#7325)
+  * build(deps): bump github.com/cenkalti/backoff/v4 from 4.2.0 to 4.2.1
+  * fix: normalize hostname for auth login (#6999)
+  * Update go-gh to v2 (#7299)
+  * Fix typo in `cs stop` command: `Stoppping` -> `Stopping` (#7318)
+  * feat: add web flag for codespace list & create subcommand (#7288)
+  * Enable owner flag to take multiple values for searching
+  * Move completions generation from goreleaser to Makefile
+  * Generate completion scripts for bundling in rpm and deb on release
+  * Add `-R` as shorthand of `--repo` flag for search commands (#7274)
+  * Fix invoker immediately closing
+  * add "showing x of y organizations" header
+  * Enhance ssh-key list to show signing ssh keys also
+  * Add option to add ssh singing key
+  * extend secure storage default to auth refresh
+  * fix apparent typo
+  * add --insecure-storage and make secure storage the default
+  * fix: make number arg, commit arg, and flags mutually exclusive (#7268)
+  * Additional help doc and example for auth setup-git (#7243)
+  * docs: add commit SHA arg to gh browse help (#7267)
+  * feat: add gh org list
+  * move SSH key errors out of upload function
+  * don't parse key bytes twice
+  * lint fixes
+  * cleanup
+  * feat(run): add new delete command
+  * Improve Amazon Linux install instructions
+  * check SSH key existence before uploading
+  * Fix typo in README.md
+  * Autocomplete branch flags (#6031)
+  * Resolve lint error
+  * Specify branch to force exit code
+  * Retry fetching repo from template
+  * improve test resiliency
+  * feat: allow filtering workflow runs by statuses
+  * repo list: add test for invalid owner error
+  * repo sync: clearer error message with actionable hint (#7110)
+  * fix: throw error for non-existing org / repo with non-zero status in repo 
list (#7240)
+  * refactor: use net/url JoinPath
+  * refactor: set the default case first
+  * fix: change MaximumNArgs from 2 to 1 in run view.go
+  * Add `--template` flag for issue create and pr create (#7185)
+  * Add a `--fail-fast` option to `pr checks --watch` (#7203)
+  * docs: revise GH_CONFIG_DIR content in help_topic.go (#7230)
+  * feat: add tests for attempt flag
+  * feat: include attempt in getRunLog
+  * refactor: don't show latest attempt
+  * feat: append attempt number in returned run url
+  * feat: pass latest attempt to RenderRunHeader for watch
+  * feat: add attemptLabel to RenderRunHeader
+  * feat: pass attempt to RenderRunHeader
+  * feat: update GetRun path based on attempt
+  * feat: pass 0 to fetch latest attempt
+  * feat: add attempt flag to run view
+  * refactor: revise errMsg in rename_test.go
+  * refactor: remove unnecessary validations
+  * refactor: use ExactArgs instead of MaximumNArgs
+  * refactor: change from [] to {}
+  * Properly handle closing files that have been writen to (#7199)
+  * Bump github.com/mattn/go-isatty from 0.0.17 to 0.0.18 (#7217)
+  * feat: gist rename test
+  * variable: fix listing and deleting variables in an environment (#7207)
+  * Support ext install --force (#7173)
+  * use Prompter for `pkg/cmd/repo/archive` (#7083)
+  * fix: revise test cases in TestNewCmdRename in rename_test.go
+  * feat: add FlagErrorf for missing flag cases
+  * feat: TestNewCmdRename for gist rename
+  * refactor: remove unused code
+  * Replace deprecated command with environment file
+  * Skip checking keyring for token in certain scenarios (#7169)
+  * feat: add gist rename logic
+  * feat: add gistRenameCmd to gist.go
+  * Added apt update command to linux install docs.
+  * Bump actions/setup-go from 3 to 4

commit gh for openSUSE:Factory

2023-04-05 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2023-04-05 21:28:27

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.19717 (New)


Package is "gh"

Wed Apr  5 21:28:27 2023 rev:30 rq:1077459 version:2.26.1

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2023-03-22 22:32:51.254861109 
+0100
+++ /work/SRC/openSUSE:Factory/.gh.new.19717/gh.changes 2023-04-05 
21:35:53.226647929 +0200
@@ -1,0 +2,82 @@
+Wed Apr  5 06:25:51 UTC 2023 - Pavel Dostál 
+
+- Update to 2.26.1
+  https://github.com/cli/cli/releases/tag/v2.26.1
+
+  What's Changed
+  * extend secure storage default to auth refresh by @vilmibm in #7278
+
+- Update to 2.26.1-pre0
+  https://github.com/cli/cli/releases/tag/v2.26.1-pre0
+
+  What's Changed
+  * extend secure storage default to auth refresh by @vilmibm in #7278
+
+- Update to 2.26.0
+  https://github.com/cli/cli/releases/tag/v2.26.0
+
+  Important: credentials now stored securely by default
+When running gh auth login, your credentials will now be stored in your 
operating system's
+credential storage instead of directly on disk. In other words, 
--secure-storage is now default
+behavior. We've added a new flag, --insecure-storage, to opt into the old 
insecure behavior in
+case you need to debug an issue with credential storage.
+
+As before, to take advantage of credential storage, please re-run gh auth 
login.
+For more context, you can read the v2.24.0 release notes
+Ref: secure storage by default by @vilmibm in #7276
+
+  Other new features
+  * Allow filtering workflow runs by status by @alex-petrov-vt in #7249
+  * Gist rename by @wingkwong in #7212
+  * Add a --fail-fast option to pr checks --watch by @benjlevesque in #7203
+  * Add --template for issue and PR by @guerinoni in #7185
+  * gh run view --attempt by @wingkwong in #7232
+  * utocomplete branch flags by @bchadwic in #6031
+
+  Bugfixes
+  * Make number arg, commit arg, and flags mutually exclusive by @kkocha in 
#7268
+  * Check SSH key existence before uploading by @vaindil in #7246
+  * Throw error for non-existing org / repo with non-zero status in repo list 
by @wingkwong in #7240
+
+  Docs and development changes
+  * Bump github.com/mattn/go-isatty from 0.0.17 to 0.0.18 by @dependabot in 
#7217
+  * Properly handle closing files that have been writen to by @samcoe in #7199
+  * Added apt update command to linux install docs. by @srgk26 in #7186
+  * Revise GH_CONFIG_DIR content in help_topic.go by @wingkwong in #7230
+  * Refine the Makefile file so that it can do the basic work by @cubxxw in 
#7228
+  * Clearer message with actionable hint for repo sync by @macmacbr in #7110
+  * Fix typo in README.md by @SonicGDX in #7244
+  * Retry fetching repo from template by @heaths in #7080
+  * Repo list: add test for invalid owner error by @mislav in #7241
+  * Improve Amazon Linux install instructions by @mislav in #7252
+  * Add commit SHA arg to gh browse help by @kkocha in #7267
+  * Additional help doc and example for auth setup-git by @kkocha in #7243
+
+- Update to 2.26.0-pre0
+  https://github.com/cli/cli/releases/tag/v2.26.0-pre0
+
+  What's Changed
+  * Bump github.com/mattn/go-isatty from 0.0.17 to 0.0.18 by @dependabot in 
#7217
+  * Properly handle closing files that have been writen to by @samcoe in #7199
+  * feat: gist rename by @wingkwong in #7212
+  * Added apt update command to linux install docs. by @srgk26 in #7186
+  * docs: revise GH_CONFIG_DIR content in help_topic.go by @wingkwong in #7230
+  * add a --fail-fast option to pr checks --watch by @benjlevesque in #7203
+  * Add --template for issue and PR by @guerinoni in #7185
+  * Feature(Fixes #7229) : Refine the Makefile file so that it can do the 
basic work by @cubxxw in #7228
+  * feat: gh run view --attempt by @wingkwong in #7232
+  * fix: throw error for non-existing org / repo with non-zero status in repo 
list by @wingkwong in #7240
+  * issue-6910 clearer message with actionable hint for repo sync by @macmacbr 
in #7110
+  * Autocomplete branch flags by @bchadwic in #6031
+  * Fix typo in README.md by @SonicGDX in #7244
+  * Retry fetching repo from template by @heaths in #7080
+  * repo list: add test for invalid owner error by @mislav in #7241
+  * feat: allow filtering workflow runs by status by @alex-petrov-vt in #7249
+  * Improve Amazon Linux install instructions by @mislav in #7252
+  * Check SSH key existence before uploading by @vaindil in #7246
+  * docs: add commit SHA arg to gh browse help by @kkocha in #7267
+  * Additional help doc and example for auth setup-git by @kkocha in #7243
+  * fix: make number arg, commit arg, and flags mutually exclusive by @kkocha 
in #7268
+  * secure storage by default by @vilmi

commit gh for openSUSE:Factory

2023-03-22 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2023-03-22 22:32:01

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.31432 (New)


Package is "gh"

Wed Mar 22 22:32:01 2023 rev:29 rq:1073853 version:2.25.1

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2023-03-10 22:07:11.509081118 
+0100
+++ /work/SRC/openSUSE:Factory/.gh.new.31432/gh.changes 2023-03-22 
22:32:51.254861109 +0100
@@ -1,0 +2,64 @@
+Wed Mar 22 16:00:30 UTC 2023 - Pavel Dostál 
+
+- Update to 2.25.1
+  https://github.com/cli/cli/releases/tag/v2.25.0
+
+  What's Changed
+  * variable list: fix api path by @rsteube in #7207
+
+---
+Tue Mar 21 08:14:42 UTC 2023 - Pavel Dostál 
+
+- Update to 2.25.0
+  https://github.com/cli/cli/releases/tag/v2.25.0
+
+  What's New
+  * New suit of commands for working with Repository and Organization variables
+- variable set by @atirikt in #6928
+- variable list by @atirikt in #6995
+- variable delete by @atirikt in #6929
+  * ext install: Introduce new --force flag by @heaths in #7173
+
+  What's Changed
+  * browse: Improve documentation and consistency of the --commit flag by 
@alex-petrov-vt in #7105
+  * repo sync: Ensure git fetch is always authenticated by @samcoe in #7139
+  * repo delete: Don't delete repos that have transfered ownership by @samcoe 
in #7106
+  * auth: Skip searching keyring when checking for environment tokens by 
@benjlevesque in #7169
+  * auth refresh: Improve documentation of --scopes flag behavior by 
@alex-petrov-vt in #7132
+  * pr status: Hide "current branch" when using --repo flag by @jtpetty in 
#7180
+  * repo archive: Change to use Prompter package by @Ruminateer in #7083
+  * search: Fix multiword keyword quoting by @samcoe in #7170
+  * Replace deprecated command with environment file by @jongwooo in #7195
+  * New prompt testing utility by @vilmibm in #7116
+  * Use transform.Transformer interface for ascii sanitization by @samcoe in 
#7117
+  * Only replace control sequences by @samcoe in #7168
+  * Tech debt cleanup for variable and secret commands by @samcoe in #7151
+  * Bump actions/setup-go from 3 to 4 by @dependabot in #7177
+
+- Update to 2.25.0-pre0
+  https://github.com/cli/cli/releases/tag/v2.25.0-pre0
+
+  What's New
+  * New suit of commands for working with Repository and Organization variables
+  * variable set by @atirikt in #6928
+  * variable list by @atirikt in #6995
+  * variable delete by @atirikt in #6929
+  * ext install: Introduce new --force flag by @heaths in #7173
+
+  What's Changed
+  * browse: Improve documentation and consistency of the --commit flag by 
@alex-petrov-vt in #7105
+  * repo sync: Ensure git fetch is always authenticated by @samcoe in #7139
+  * repo delete: Don't delete repos that have transfered ownership by @samcoe 
in #7106
+  * auth: Skip searching keyring when checking for environment tokens by 
@benjlevesque in #7169
+  * auth refresh: Improve documentation of --scopes flag behavior by 
@alex-petrov-vt in #7132
+  * pr status: Hide "current branch" when using --repo flag by @jtpetty in 
#7180
+  * repo archive: Change to use Prompter package by @Ruminateer in #7083
+  * search: Fix multiword keyword quoting by @samcoe in #7170
+  * Replace deprecated command with environment file by @jongwooo in #7195
+  * New prompt testing utility by @vilmibm in #7116
+  * Use transform.Transformer interface for ascii sanitization by @samcoe in 
#7117
+  * Only replace control sequences by @samcoe in #7168
+  * Tech debt cleanup for variable and secret commands by @samcoe in #7151
+  * Bump actions/setup-go from 3 to 4 by @dependabot in #7177
+
+---

Old:

  cli-2.24.2.tar.gz

New:

  cli-2.25.1.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.h1VzHw/_old  2023-03-22 22:32:54.990879908 +0100
+++ /var/tmp/diff_new_pack.h1VzHw/_new  2023-03-22 22:32:54.994879928 +0100
@@ -19,7 +19,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.24.2
+Version:2.25.1
 Release:0
 Summary:The official CLI for GitHub
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.h1VzHw/_old  2023-03-22 22:32:55.042880170 +0100
+++ /var/tmp/diff_new_pack.h1VzHw/_new  2023-03-22 22:32:55.046880190 +0100
@@ -3,7 +3,7 @@
 https://github.com/cli/cli
 git
 .git
-v2.24.2
+v2.25.1
 @PARENT_TAG@
 disable
 v(.*)
@@ -16,7 +16,7 @@
 gz
   
   
-cli-2.24.2.tar

commit gh for openSUSE:Factory

2023-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2023-03-10 22:07:00

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.31432 (New)


Package is "gh"

Fri Mar 10 22:07:00 2023 rev:28 rq:1070460 version:2.24.2

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2023-02-12 19:14:41.949179611 
+0100
+++ /work/SRC/openSUSE:Factory/.gh.new.31432/gh.changes 2023-03-10 
22:07:11.509081118 +0100
@@ -1,0 +2,69 @@
+Thu Mar  9 15:06:16 UTC 2023 - Pavel Dostál 
+
+- Update to 2.24.2
+  https://github.com/cli/cli/releases/tag/v2.24.1
+
+  What's Changed
+  * codespace ssh: fix "connection reset by peer" by @mislav in #7120
+
+---
+Thu Mar  9 10:11:08 UTC 2023 - Pavel Dostál 
+
+- Update to 2.24.1
+  https://github.com/cli/cli/releases/tag/v2.24.1
+
+  What's Changed
+  * Fix progress indicator bug with generic RunWithProgress function by 
@jungaretti in #6848
+  * auth login: Fix retrieving current login name when pasting auth token 
@samcoe in #7114
+
+- Update to 2.24.0
+  https://github.com/cli/cli/releases/tag/v2.24.0
+
+  What's Changed
+  * repo fork: retry git clone on git clone failure by @jsoref in #6962
+  * repo fork: add newline after printing error about existing fork by 
@digitalfu in #7030
+  * codespace: add --repo filter to more commands by @cmbrose in #6669
+  * codespace code: always open new VS Code window by @cmbrose in #7092
+  * pr diff: sanitize control characters for terminal output by @mislav in 
#7108
+  * browse: use --commit flag to browse commit SHAs containing only digits by 
@yanskun in #7038
+  * pr status: fix when on a detached HEAD by @alex-petrov-vt in #7082
+  * auth token: respect GH_HOST if a hostname is not provided by @samcoe in 
#7094
+  * Address Projects bugs by @samcoe in #7007
+  * Properly handle C1 control sequences by @samcoe in #7079
+  * Cleanup logic to retry on failure by @samcoe in #7027
+  * Cleanup config.AuthToken and config.DefaultHost methods by @samcoe in #7049
+  * Bump golang.org/x/net package by @samcoe in #7026
+  * Bump github.com/gabriel-vasile/mimetype from 1.4.1 to 1.4.2 by @dependabot 
in #7107
+  * Update working-with-us.md by @vilmibm in #7077
+
+  What's New
+  * Option to store gh access token in system encrypted storage
+The gh auth login and gh auth refresh commands gained the new 
--secure-storage flag.
+In this mode, the access token that GitHub CLI uses for GitHub API 
requests will now
+be stored in the system keyring instead of in the plain text config file.
+
+To migrate as an existing GitHub CLI user, re-authenticate like so:
+  gh auth refresh --secure-storage -h github.com
+
+Depending on your system, you could get an interactive prompt to allow the 
CLI tool to access the system keyring. The systems that are supported are:
+* Keychain on macOS
+* GNOME Keyring on Linux (Secret Service dbus interface)
+* Wincred on Windows
+
+Please note:
+This feature is currently opt-in, but will become the default in the near 
future.
+If none of the system storage providers are found, or the store operation 
fails,
+the token will be written to the config file as before.
+
+Using this feature could result in Go extensions breaking if they were not 
updated to the latest go-gh version. If extensions you are using no longer work 
after migrating your token to secure token storage, please report the issue to 
that extension's repository.
+Storing tokens in system keyring most likely won't work in “headless” 
environments.
+
+  Other additions
+  * Add option to store credentials in OS keyring by @samcoe @mislav in #7033 
#7043 #7098
+  * browse: add --releases option by @owenvoke in #6996
+  * Add gpg-key add --title to name GPG keys by @rpadaki in #6993
+  * Add command gh repo unarchive by @Ruminateer in #7003
+  * Add macOS arm64 prebuilt binaries by @beret in #4435
+  * Introduce GH_PATH environment variable by @samcoe in #7025
+
+---

Old:

  cli-2.23.0.tar.gz

New:

  cli-2.24.2.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.qZSFq0/_old  2023-03-10 22:07:12.401085179 +0100
+++ /var/tmp/diff_new_pack.qZSFq0/_new  2023-03-10 22:07:12.405085197 +0100
@@ -19,7 +19,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.23.0
+Version:2.24.2
 Release:0
 Summary:The official CLI for GitHub
 License:MIT

++ _service ++
--- /var/tmp/diff_ne

commit gh for openSUSE:Factory

2023-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2023-02-12 19:14:39

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.1848 (New)


Package is "gh"

Sun Feb 12 19:14:39 2023 rev:27 rq:1064494 version:2.23.0

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2023-01-31 16:26:42.036296783 
+0100
+++ /work/SRC/openSUSE:Factory/.gh.new.1848/gh.changes  2023-02-12 
19:14:41.949179611 +0100
@@ -1,0 +2,26 @@
+Wed Feb  8 09:25:56 UTC 2023 - Pavel Dostál 
+
+- Update to 2.23.0
+  https://github.com/cli/cli/releases/tag/v2.23.0
+  What's New
+  * repo fork: Add --default-branch-only flag by @jsoref in #6983
+  * repo edit: Add visibility warning by @tuananhlai and @samcoe in #6980
+  What's Changed
+  * secret set: Fix setting Codespaces user secrets by @joshmgross in #6923
+  * secret set: Fix setting Dependabot org secrets by @samcoe in #6941
+  * secret set: Fix multiline values when reading from .env file by @mislav in 
#6932
+  * run: Fix integer overflow error when more than 255 run attempts by @samcoe 
in #6935
+  * extension browse: Improve usability and accessibility by @vilmibm in #6584
+  * issue/pr edit: Fix adding/removing projects using flags by @samcoe in #6955
+  * codespace delete: Default to authenticated user by @luanzeba in #6944
+  * codespace create: Default to using current repo by @rneatherway in #6596
+  * repo set-default: Fix interactive mode not showing all remotes by 
@despreston in #6969
+  * GH_DEBUG: Fix API logging corrupting response bodies by @mislav in #6976
+  * Avoid implicitly fetching when adding a new git remote by @mislav in #6990
+  * Sanitize ANSII control characters returned from the server by @samcoe in 
#6916, #6956
+  * Disable gh update checker in our precompiled binaries by @mislav in #6977
+  * Disallow update checker delaying the gh process by @mislav in #6978
+  * Bump github.com/cli/oauth from 1.0.0 to 1.0.1 by @dependabot in #6948
+  * Bump microsoft/setup-msbuild from 1.1.3 to 1.3.1 by @dependabot in #6973
+
+---

Old:

  cli-2.22.1.tar.gz

New:

  cli-2.23.0.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.W2AKRW/_old  2023-02-12 19:14:42.837185053 +0100
+++ /var/tmp/diff_new_pack.W2AKRW/_new  2023-02-12 19:14:42.841185078 +0100
@@ -19,7 +19,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.22.1
+Version:2.23.0
 Release:0
 Summary:The official CLI for GitHub
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.W2AKRW/_old  2023-02-12 19:14:42.877185298 +0100
+++ /var/tmp/diff_new_pack.W2AKRW/_new  2023-02-12 19:14:42.881185323 +0100
@@ -3,7 +3,7 @@
 https://github.com/cli/cli
 git
 .git
-v2.22.1
+v2.23.0
 @PARENT_TAG@
 disable
 v(.*)
@@ -16,7 +16,7 @@
 gz
   
   
-cli-2.22.1.tar.gz
+cli-2.23.0.tar.gz
   
 
 

++ cli-2.22.1.tar.gz -> cli-2.23.0.tar.gz ++
 2308 lines of diff (skipped)

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/gh/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.gh.new.1848/vendor.tar.gz differ: char 5, line 1


commit gh for openSUSE:Factory

2023-01-31 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2023-01-31 16:09:44

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.32243 (New)


Package is "gh"

Tue Jan 31 16:09:44 2023 rev:26 rq:1062177 version:2.22.1

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2023-01-09 17:23:56.547205942 
+0100
+++ /work/SRC/openSUSE:Factory/.gh.new.32243/gh.changes 2023-01-31 
16:26:42.036296783 +0100
@@ -1,0 +2,39 @@
+Mon Jan 30 06:57:46 UTC 2023 - Pavel Dostál 
+
+- Update to 2.22.1
+  https://github.com/cli/cli/releases/tag/v2.22.1
+  * Fix gh issue edit and gh pr edit for GitHub Enterprise Server by @mislav 
in #6921
+  * Add --reviewer flag completion by @benjlevesque in #6873
+  * Rename --confirm flag to --yes for various destructive commands by 
@damiensedgwick in #6915
+  * Fix race conditions in invoker_test by @cmbrose in #6905
+
+---
+Thu Jan 26 09:38:56 UTC 2023 - Pavel Dostál 
+
+- Update to 2.22.0
+  https://github.com/cli/cli/releases/tag/v2.22.0
+  * Fix typo in has_uncommitted_changes for codespaces by @jkeech in #6812
+  * Create centralized Codespaces RPC invoker by @dmgardiner25 in #6657
+  * avoid panic when bad default given to Select by @vilmibm in #6831
+  * Rebuild container using gRPC client by @dmgardiner25 in #6830
+  * Start SSH server with gRPC client by @dmgardiner25 in #6838
+  * Add search commits command by @kevhlee in #6817
+  * Migrate search commands to new table printer and add headers by @samcoe in 
#6869
+  * Use AuthToken function to retrieve AuthToken instead of GetOrDefault by 
@samcoe in #6878
+  * Use gRPC client to notify codespace of activity by @dmgardiner25 in #6870
+  * intake doc by @vilmibm in #6815
+  * Fix JSON payloads for PR reviewers, mergedBy by @mislav in #6881
+  * repo set-default: support bare git repos by @mislav in #6880
+  * Continue projectsv2 support by @qoega in #6735
+  * Codespaces create: Fix missing billable owner notice for individuals by 
@RyanJamesCaldwell in #6891
+  * Half close port forwarding connections to fix hangs by @cmbrose in #6888
+  * Warn against Windows absolute path when using gh api by @kevhlee in #6895
+  * make a commit on extension create by @mntlty in #6833
+  * Fix flakey TestUpdateProjectV2Items by @mislav in #6909
+  * Bump the oauth library by @mislav in #6885
+  * Add gh repo edit --enable-discussions by @azu in #6903
+  * Add notes about project scope to various commands by @samcoe in #6907
+  * show token scopes on auth status by @mntlty in #6546
+  * repo delete: change confirmation flag to --yes by @damiensedgwick in #6911
+
+---

Old:

  cli-2.21.2.tar.gz

New:

  cli-2.22.1.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.22mjs9/_old  2023-01-31 16:26:42.688300535 +0100
+++ /var/tmp/diff_new_pack.22mjs9/_new  2023-01-31 16:26:42.696300581 +0100
@@ -19,7 +19,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.21.2
+Version:2.22.1
 Release:0
 Summary:The official CLI for GitHub
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.22mjs9/_old  2023-01-31 16:26:42.728300765 +0100
+++ /var/tmp/diff_new_pack.22mjs9/_new  2023-01-31 16:26:42.732300789 +0100
@@ -3,7 +3,7 @@
 https://github.com/cli/cli
 git
 .git
-v2.21.2
+v2.22.1
 @PARENT_TAG@
 disable
 v(.*)
@@ -16,7 +16,7 @@
 gz
   
   
-cli-2.21.2.tar.gz
+cli-2.22.1.tar.gz
   
 
 

++ cli-2.21.2.tar.gz -> cli-2.22.1.tar.gz ++
 9701 lines of diff (skipped)

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/gh/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.gh.new.32243/vendor.tar.gz differ: char 5, line 1


commit gh for openSUSE:Factory

2023-01-09 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2023-01-09 17:23:54

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.32243 (New)


Package is "gh"

Mon Jan  9 17:23:54 2023 rev:25 rq:1056995 version:2.21.2

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2022-11-29 10:54:54.153287260 
+0100
+++ /work/SRC/openSUSE:Factory/.gh.new.32243/gh.changes 2023-01-09 
17:23:56.547205942 +0100
@@ -1,0 +2,11 @@
+Wed Jan  4 09:42:11 UTC 2023 - Pavel Dostál 
+
+- Update to 2.21.2
+  https://github.com/cli/cli/releases
+  * docs: update codespace installation instructions by @levenleven in #6781
+  * Bump github.com/mattn/go-isatty from 0.0.16 to 0.0.17 by @dependabot in 
#6794
+  * Bump github.com/gdamore/tcell/v2 from 2.5.3 to 2.5.4 by @dependabot in 
#6798
+  * Handle erase operation in auth git-credential command by @samcoe in #6805
+  * select base repo correctly when only one remote by @vilmibm in #6803
+
+---

Old:

  cli-2.20.2.tar.gz

New:

  cli-2.21.2.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.z0jkSL/_old  2023-01-09 17:23:57.347210469 +0100
+++ /var/tmp/diff_new_pack.z0jkSL/_new  2023-01-09 17:23:57.351210492 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gh
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.20.2
+Version:2.21.2
 Release:0
 Summary:The official CLI for GitHub
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.z0jkSL/_old  2023-01-09 17:23:57.383210673 +0100
+++ /var/tmp/diff_new_pack.z0jkSL/_new  2023-01-09 17:23:57.387210696 +0100
@@ -3,7 +3,7 @@
 https://github.com/cli/cli
 git
 .git
-v2.20.2
+v2.21.2
 @PARENT_TAG@
 disable
 v(.*)
@@ -16,7 +16,7 @@
 gz
   
   
-cli-2.20.2.tar.gz
+cli-2.21.2.tar.gz
   
 
 

++ cli-2.20.2.tar.gz -> cli-2.21.2.tar.gz ++
 11425 lines of diff (skipped)

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/gh/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.gh.new.32243/vendor.tar.gz differ: char 4, line 1


commit gh for openSUSE:Factory

2022-11-29 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2022-11-29 10:54:09

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.1597 (New)


Package is "gh"

Tue Nov 29 10:54:09 2022 rev:24 rq:1038789 version:2.20.2

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2022-11-12 17:41:40.790350405 
+0100
+++ /work/SRC/openSUSE:Factory/.gh.new.1597/gh.changes  2022-11-29 
10:54:54.153287260 +0100
@@ -1,0 +2,10 @@
+Tue Nov 29 05:02:04 UTC 2022 - Emily Roberts 
+
+- Update to 2.20.2
+  https://github.com/cli/cli/releases
+  * Update security policy by @maclarel in #6587
+  * Fix listing repositories for a named GitHub user by @mislav in #6608
+  * Fix commands not properly refreshing the terminal screen by @samcoe in 
#6607
+
+
+---

Old:

  cli-2.20.0.tar.gz

New:

  cli-2.20.2.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.1wFfit/_old  2022-11-29 10:54:55.973296821 +0100
+++ /var/tmp/diff_new_pack.1wFfit/_new  2022-11-29 10:54:55.977296842 +0100
@@ -19,7 +19,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.20.0
+Version:2.20.2
 Release:0
 Summary:The official CLI for GitHub
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.1wFfit/_old  2022-11-29 10:54:56.013297031 +0100
+++ /var/tmp/diff_new_pack.1wFfit/_new  2022-11-29 10:54:56.017297052 +0100
@@ -3,7 +3,7 @@
 https://github.com/cli/cli
 git
 .git
-v2.20.0
+v2.20.2
 @PARENT_TAG@
 disable
 v(.*)
@@ -16,7 +16,7 @@
 gz
   
   
-cli-2.20.0.tar.gz
+cli-2.20.2.tar.gz
   
 
 

++ cli-2.20.0.tar.gz -> cli-2.20.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cli-2.20.0/.github/SECURITY.md 
new/cli-2.20.2/.github/SECURITY.md
--- old/cli-2.20.0/.github/SECURITY.md  2022-11-08 21:54:07.0 +0100
+++ new/cli-2.20.2/.github/SECURITY.md  2022-11-15 10:40:30.0 +0100
@@ -1,3 +1,14 @@
-If you discover a security issue in this repository, please submit it through 
the [GitHub Security Bug Bounty](https://hackerone.com/github).
+GitHub takes the security of our software products and services seriously, 
including the open source code repositories managed through our GitHub 
organizations, such as [cli](https://github.com/cli).
+
+If you believe you have found a security vulnerability in GitHub CLI, you can 
report it to us in one of two ways:
+
+* Report it to this repository directly using [private vulnerability 
reporting][]. Such reports are not eligible for a bounty reward.
+
+* Submit the report through [HackerOne][] to be eligible for a bounty reward.
+
+**Please do not report security vulnerabilities through public GitHub issues, 
discussions, or pull requests.**
 
 Thanks for helping make GitHub safe for everyone.
+
+  [private vulnerability reporting]: 
https://github.com/cli/cli/security/advisories
+  [HackerOne]: https://hackerone.com/github
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cli-2.20.0/.github/workflows/releases.yml 
new/cli-2.20.2/.github/workflows/releases.yml
--- old/cli-2.20.0/.github/workflows/releases.yml   2022-11-08 
21:54:07.0 +0100
+++ new/cli-2.20.2/.github/workflows/releases.yml   2022-11-15 
10:40:30.0 +0100
@@ -15,6 +15,8 @@
 steps:
   - name: Checkout
 uses: actions/checkout@v3
+with:
+  fetch-depth: 0
   - name: Set up Go 1.18
 uses: actions/setup-go@v3
 with:
@@ -41,7 +43,7 @@
   - name: Run GoReleaser
 uses: goreleaser/goreleaser-action@v3
 with:
-  version: v0.174.1
+  version: v1.12.3
   args: release --release-notes=CHANGELOG.md
 env:
   GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cli-2.20.0/.goreleaser.yml 
new/cli-2.20.2/.goreleaser.yml
--- old/cli-2.20.0/.goreleaser.yml  2022-11-08 21:54:07.0 +0100
+++ new/cli-2.20.2/.goreleaser.yml  2022-11-15 10:40:30.0 +0100
@@ -60,7 +60,7 @@
   - license: MIT
 maintainer: GitHub
 homepage: https://github.com/cli/cli
-bindir: /usr/bin
+bindir: /usr
 dependencies:
   - git
 description: GitHub’s official command line tool.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cli-2.20.0/git/client.go new/cli-2.20.2/git/c

commit gh for openSUSE:Factory

2022-11-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2022-11-12 17:41:18

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.1597 (New)


Package is "gh"

Sat Nov 12 17:41:18 2022 rev:23 rq:1035294 version:2.20.0

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2022-09-22 18:21:13.353843169 
+0200
+++ /work/SRC/openSUSE:Factory/.gh.new.1597/gh.changes  2022-11-12 
17:41:40.790350405 +0100
@@ -1,0 +2,6 @@
+Fri Nov 11 14:18:49 UTC 2022 - ch...@computersalat.de
+
+- Update to 2.20.0
+  https://github.com/cli/cli/releases
+
+---

Old:

  cli-2.14.2.tar.gz

New:

  cli-2.20.0.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.euG48J/_old  2022-11-12 17:41:41.874356858 +0100
+++ /var/tmp/diff_new_pack.euG48J/_new  2022-11-12 17:41:41.878356882 +0100
@@ -19,7 +19,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.14.2
+Version:2.20.0
 Release:0
 Summary:The official CLI for GitHub
 License:MIT
@@ -32,7 +32,7 @@
 BuildRequires:  zsh
 # Build/Test requirements
 BuildRequires:  git-core
-BuildRequires:  golang(API) >= 1.16
+BuildRequires:  golang(API) >= 1.18
 Requires:   git-core
 
 %description
@@ -40,6 +40,7 @@
 
 %package bash-completion
 Summary:Bash Completion for %{name}
+Group:  Development/Tools/Other
 Requires:   %{name} = %{version}
 Requires:   bash-completion
 %if 0%{?suse_version} == 1315
@@ -54,6 +55,7 @@
 
 %package zsh-completion
 Summary:ZSH Completion for %{name}
+Group:  Development/Tools/Other
 Requires:   %{name} = %{version}
 %if 0%{?suse_version} == 1315
 Supplements:packageand(gh:zsh)
@@ -67,6 +69,7 @@
 
 %package fish-completion
 Summary:Fish completion for %{name}
+Group:  Development/Tools/Other
 Requires:   %{name} = %{version}
 %if 0%{?suse_version} == 1315
 Supplements:packageand(gh:fish)

++ _service ++
--- /var/tmp/diff_new_pack.euG48J/_old  2022-11-12 17:41:41.914357096 +0100
+++ /var/tmp/diff_new_pack.euG48J/_new  2022-11-12 17:41:41.914357096 +0100
@@ -3,9 +3,9 @@
 https://github.com/cli/cli
 git
 .git
-v2.14.2
+v2.20.0
 @PARENT_TAG@
-enable
+disable
 v(.*)
   
   
@@ -16,7 +16,7 @@
 gz
   
   
-cli-2.14.2.tar.gz
+cli-2.20.0.tar.gz
   
 
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.euG48J/_old  2022-11-12 17:41:41.934357215 +0100
+++ /var/tmp/diff_new_pack.euG48J/_new  2022-11-12 17:41:41.938357239 +0100
@@ -1,6 +1,5 @@
 
 
 https://github.com/cli/cli
-  c22a85e2b56696b50dd08efd4ecf5ac668db365c
-(No newline at EOF)
+  f2febbc46e993b56253c3ec2cd64b363af26fccb
 

++ cli-2.14.2.tar.gz -> cli-2.20.0.tar.gz ++
 35576 lines of diff (skipped)

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/gh/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.gh.new.1597/vendor.tar.gz differ: char 5, line 1


commit gh for openSUSE:Factory

2022-09-22 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2022-09-22 18:21:12

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.2275 (New)


Package is "gh"

Thu Sep 22 18:21:12 2022 rev:22 rq:1005419 version:2.14.2

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2022-07-14 16:34:41.920652688 
+0200
+++ /work/SRC/openSUSE:Factory/.gh.new.2275/gh.changes  2022-09-22 
18:21:13.353843169 +0200
@@ -1,0 +2,9 @@
+Wed Sep 07 13:52:22 UTC 2022 - ka...@b1-systems.de
+
+- Update to version 2.14.2:
+  * Remove accidental caching from `repo list` and other commands
+  * strip whitespace when adding topics
+  * Set blank headers so they are not automatically resolved by go-gh (#5935)
+  * Post go-gh integration cleanup (#5933)
+
+---

Old:

  cli-2.14.1.tar.gz

New:

  cli-2.14.2.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.8rjgi6/_old  2022-09-22 18:21:14.225844530 +0200
+++ /var/tmp/diff_new_pack.8rjgi6/_new  2022-09-22 18:21:14.229844537 +0200
@@ -19,7 +19,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.14.1
+Version:2.14.2
 Release:0
 Summary:The official CLI for GitHub
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.8rjgi6/_old  2022-09-22 18:21:14.273844606 +0200
+++ /var/tmp/diff_new_pack.8rjgi6/_new  2022-09-22 18:21:14.277844612 +0200
@@ -3,7 +3,7 @@
 https://github.com/cli/cli
 git
 .git
-v2.14.1
+v2.14.2
 @PARENT_TAG@
 enable
 v(.*)
@@ -16,7 +16,7 @@
 gz
   
   
-cli-2.14.1.tar.gz
+cli-2.14.2.tar.gz
   
 
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.8rjgi6/_old  2022-09-22 18:21:14.301844649 +0200
+++ /var/tmp/diff_new_pack.8rjgi6/_new  2022-09-22 18:21:14.305844655 +0200
@@ -1,5 +1,6 @@
 
 
 https://github.com/cli/cli
-  1e8cb9c1b2ec0ee6c2ba0f970286a8c7c3431328
+  c22a85e2b56696b50dd08efd4ecf5ac668db365c
+(No newline at EOF)
 

++ cli-2.14.1.tar.gz -> cli-2.14.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cli-2.14.1/api/client.go new/cli-2.14.2/api/client.go
--- old/cli-2.14.1/api/client.go2022-07-12 15:46:35.0 +0200
+++ new/cli-2.14.2/api/client.go2022-07-14 19:17:23.0 +0200
@@ -14,6 +14,17 @@
ghAPI "github.com/cli/go-gh/pkg/api"
 )
 
+const (
+   accept  = "Accept"
+   authorization   = "Authorization"
+   cacheTTL= "X-GH-CACHE-TTL"
+   contentType = "Content-Type"
+   graphqlFeatures = "GraphQL-Features"
+   mergeQueue  = "merge_queue"
+   timeZone= "Time-Zone"
+   userAgent   = "User-Agent"
+)
+
 var linkRE = regexp.MustCompile(`<([^>]+)>;\s*rel="([^"]+)"`)
 
 func NewClientFromHTTP(httpClient *http.Client) *Client {
@@ -45,9 +56,8 @@
 // GraphQL performs a GraphQL request and parses the response. If there are 
errors in the response,
 // GraphQLError will be returned, but the data will also be parsed into the 
receiver.
 func (c Client) GraphQL(hostname string, query string, variables 
map[string]interface{}, data interface{}) error {
-   // AuthToken is being handled by Transport, so let go-gh know that it 
does not need to resolve it.
-   opts := ghAPI.ClientOptions{Host: hostname, AuthToken: "none", 
Transport: c.http.Transport}
-   opts.Headers = map[string]string{"GraphQL-Features": "merge_queue"}
+   opts := clientOptions(hostname, c.http.Transport)
+   opts.Headers[graphqlFeatures] = mergeQueue
gqlClient, err := gh.GQLClient(&opts)
if err != nil {
return err
@@ -58,8 +68,7 @@
 // GraphQL performs a GraphQL mutation and parses the response. If there are 
errors in the response,
 // GraphQLError will be returned, but the data will also be parsed into the 
receiver.
 func (c Client) Mutate(hostname, name string, mutation interface{}, variables 
map[string]interface{}) error {
-   // AuthToken is being handled by Transport, so let go-gh know that it 
does not need to resolve it.
-   opts := ghAPI.ClientOptions{Host: hostname, AuthToken: "none", 
Transport: c.http.Transport}
+   opts := clientOptions(hostname, c.http.Transport)
gqlClient, err := gh.GQLClient(&opts)
if err != nil {
return err
@@ -70,8 +79,7 @@
 // GraphQL performs a GraphQL query and parses the response. If there are 
errors in the response,
 // GraphQLError will be returne

commit gh for openSUSE:Factory

2022-07-14 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2022-07-14 16:34:15

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.1523 (New)


Package is "gh"

Thu Jul 14 16:34:15 2022 rev:21 rq:989005 version:2.14.1

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2022-06-06 16:12:29.616725962 
+0200
+++ /work/SRC/openSUSE:Factory/.gh.new.1523/gh.changes  2022-07-14 
16:34:41.920652688 +0200
@@ -1,0 +2,31 @@
+Wed Jul 13 08:19:26 UTC 2022 - ch...@computersalat.de
+
+- Update to 2.14.1
+  https://github.com/cli/cli/releases
+  * What's Changed
+- auth login/refresh: Fix auth token not being present in login and 
refresh flows @samcoe in #5928
+- fix spec
+  * add missing Group
+
+---
+Mon Jul 11 13:16:36 UTC 2022 - ch...@computersalat.de
+
+- Update to 2.13.0
+  https://github.com/cli/cli/releases
+  * What's New
+- Add pr merge --match-head-commit flag by @ffalor in #5692
+- Add codespace create --retention-period flag by @gdomingu in #5825
+- Add codespace list/stop/delete --org management capabilities for 
organization administrators by @greggroth and @8Gitbrix in #5807 #5812 #5827
+- codespace ssh: automatically generate SSH keys by @cmbrose in #5752
+- codespace create: notify user when codespace usage is covered by an 
organization by @jshorty in #5816
+- secret set: allow setting Codespace repository secrets by @greggroth in 
#5802
+- Add Windows ARM precompiled binary and support arm64 extensions by 
@azchohfi in #5715
+  * What's Changed
+- Improve gh auth help message based on CI environment by @spenserblack in 
#5781
+- Fix determining the path to the gh executable under Homebrew by @mislav 
in #5822
+- pr create: clear filter when selecting from a list in interactive mode 
by @wilhelmeek in #5841
+- repo fork: raise error if attempting to fork own repository by 
@jf-delineate in #5794
+- Simplify codespace picker by @greggroth in #5826
+- Bump github.com/stretchr/testify from 1.7.3 to 1.7.4 by @dependabot in 
#5833
+
+---

Old:

  cli-2.11.3.tar.gz

New:

  cli-2.14.1.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.Zn9RGe/_old  2022-07-14 16:34:42.712653468 +0200
+++ /var/tmp/diff_new_pack.Zn9RGe/_new  2022-07-14 16:34:42.712653468 +0200
@@ -19,10 +19,11 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.11.3
+Version:2.14.1
 Release:0
 Summary:The official CLI for GitHub
 License:MIT
+Group:  Development/Tools/Other
 URL:https://cli.github.com/
 Source0:
https://github.com/cli/cli/archive/v%{version}.tar.gz#/%{sname}-%{version}.tar.gz
 Source1:vendor.tar.gz

++ _service ++
--- /var/tmp/diff_new_pack.Zn9RGe/_old  2022-07-14 16:34:42.752653507 +0200
+++ /var/tmp/diff_new_pack.Zn9RGe/_new  2022-07-14 16:34:42.760653515 +0200
@@ -3,7 +3,7 @@
 https://github.com/cli/cli
 git
 .git
-v2.11.3
+v2.14.1
 @PARENT_TAG@
 enable
 v(.*)
@@ -16,7 +16,7 @@
 gz
   
   
-cli-2.11.3.tar.gz
+cli-2.14.1.tar.gz
   
 
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.Zn9RGe/_old  2022-07-14 16:34:42.788653543 +0200
+++ /var/tmp/diff_new_pack.Zn9RGe/_new  2022-07-14 16:34:42.792653547 +0200
@@ -1,6 +1,5 @@
 
 
 https://github.com/cli/cli
-  77507cd94ccafcf568f8560cfecde965fcfa63e7
-(No newline at EOF)
+  1e8cb9c1b2ec0ee6c2ba0f970286a8c7c3431328
 

++ cli-2.11.3.tar.gz -> cli-2.14.1.tar.gz ++
 16566 lines of diff (skipped)

++ vendor.tar.gz ++
 21222 lines of diff (skipped)


commit gh for openSUSE:Factory

2022-06-06 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2022-06-06 16:12:28

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.1548 (New)


Package is "gh"

Mon Jun  6 16:12:28 2022 rev:20 rq:980988 version:2.11.3

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2022-05-12 23:01:51.412917360 
+0200
+++ /work/SRC/openSUSE:Factory/.gh.new.1548/gh.changes  2022-06-06 
16:12:29.616725962 +0200
@@ -1,0 +2,36 @@
+Thu May 26 07:01:46 UTC 2022 - sti...@gmail.com
+
+- Update to version 2.11.3:
+  * Bugfix: Retention period is being sent to the API as 0 (#5706)
+  * Fix Cobra completion output going to stdout
+  * Fix --version flag printing to stdout
+  * Add --upstream-remote-name flag to gh replo clone (#5619)
+  * Parallelize `label clone` (#5687)
+  * Stop bumping winget manifest as part of release automation (#5699)
+  * Write Cobra deprecation messages to stderr
+  * Bump goreleaser/goreleaser-action from 2 to 3
+  * Clarify that ShowResponseHeaders includes status line
+  * Fix owner qualifier for search queries (#5693)
+  * Add `--pattern` field to `run download` (#5539)
+  * add `include-all-branches` flag to `repo create` (#5537)
+  * Add ability to set title for ssh key in auth login (#5524)
+  * Always clear screen when watching PR checks (#5678)
+  * Fix `label clone` to pass orderBy (#5675)
+  * pr create: ensure clear error when `--body` is missing in nonTTY mode
+  * Allow passing full extension name (#5464)
+  * Fixing #5624 - Removing unneeded hint and additional new line (#5642)
+  * Extract feature detection package (#5494)
+  * dont need assignment
+  * issue view: ensure loading indicator is stopped when a prompt is shown 
(#5641)
+  * Change int to uint64 for large fields (#5651)
+  * filter out internal ports from gh cs ports list
+  * Support rerunning Actions runs with debug logging (#5594)
+  * Allow nil to truncate template function
+  * Support and favor delete for secrets (#5617)
+  * Fix whitespace in search prs examples (#5650)
+  * Fix struct field tag (#5649)
+  * Replace uses of strings.Title (#5623)
+  * Removing confusing user search text (#5620)
+  * Re-enable linters now that golangci-lint has been updated (#5615)
+
+---

Old:

  cli-2.10.1.tar.gz

New:

  cli-2.11.3.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.0i6Fbq/_old  2022-06-06 16:12:30.328726676 +0200
+++ /var/tmp/diff_new_pack.0i6Fbq/_new  2022-06-06 16:12:30.332726680 +0200
@@ -19,7 +19,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.10.1
+Version:2.11.3
 Release:0
 Summary:The official CLI for GitHub
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.0i6Fbq/_old  2022-06-06 16:12:30.368726717 +0200
+++ /var/tmp/diff_new_pack.0i6Fbq/_new  2022-06-06 16:12:30.368726717 +0200
@@ -3,7 +3,7 @@
 https://github.com/cli/cli
 git
 .git
-v2.10.1
+v2.11.3
 @PARENT_TAG@
 enable
 v(.*)
@@ -16,7 +16,7 @@
 gz
   
   
-cli-2.10.1.tar.gz
+cli-2.11.3.tar.gz
   
 
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.0i6Fbq/_old  2022-06-06 16:12:30.392726740 +0200
+++ /var/tmp/diff_new_pack.0i6Fbq/_new  2022-06-06 16:12:30.396726744 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/cli/cli
-  a0a9099037ab91e10fc389b4cd07c5fe7ed1bd5d
+  77507cd94ccafcf568f8560cfecde965fcfa63e7
 (No newline at EOF)
 

++ cli-2.10.1.tar.gz -> cli-2.11.3.tar.gz ++
 4743 lines of diff (skipped)

++ vendor.tar.gz ++
 63973 lines of diff (skipped)


commit gh for openSUSE:Factory

2022-05-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2022-05-12 23:00:53

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.1538 (New)


Package is "gh"

Thu May 12 23:00:53 2022 rev:19 rq:976596 version:2.10.1

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2022-03-16 20:20:44.288981942 
+0100
+++ /work/SRC/openSUSE:Factory/.gh.new.1538/gh.changes  2022-05-12 
23:01:51.412917360 +0200
@@ -1,0 +2,77 @@
+Wed May 11 09:03:37 UTC 2022 - romb...@apache.org
+
+- Update to version 2.10.1:
+  * Hide retention-period flag (#5607)
+  * Merge pull request #5504 from greggroth/gregg/retention-period
+  * repo clone: document the upstream remote (#5466)
+  * auth: respect GH_BROWSER, `browser` config, avoid opening non-HTTP URLs
+  * repo list: add `--visibility internal` filter (#5564)
+  * Fix nil pointer exception in codespace selection
+  * add devcontainer (#5592)
+  * Ensure stable presentation of FORBIDDEN errors
+  * :nail_care: optimize fetches
+  * Ignore FORBIDDEN errors for `gh status`
+  * status: exclude results from archived repositories
+  * Add `exclude-drafts` flag to `gh release list`
+  * Upgrade to go 1.18 (#5542)
+  * Update order
+  * Handle star in display name
+  * Dis-ambiguate "currentBranch"
+  * :nail_care:
+  * Add `--json` support to `label list` (#5567)
+  * Add Display Name to the list command
+  * Remove empty return
+  * Fix non-working `gh issue view` usage example (#5563)
+  * Fix: 5501 - Added examples of negated qualifiers to search commands (#5562)
+  * Add label list sorting and delete command (#5503)
+  * Add the ability to pass teams to `review-requested` (#5538)
+  * Document linux distribution updating  (#5531)
+  * Consistent version format in version upgrade notice
+  * Fix grammar in `repo create` prompt (#5557)
+  * issue comment: support quotes and arguments in EDITOR value
+  * Remove mention of function
+  * Use named return values
+  * Use safeClose instead of Close
+  * Update auth error message
+  * Remove `Stringer` from `ghrepo.Interface` (#5536)
+  * Bump github.com/google/go-cmp from 0.5.7 to 0.5.8 (#5533)
+  * Add progress indicator to `gist create` (#5526)
+  * Clarify `label edit --name` switch (#5525)
+  * Bump github.com/cpuguy83/go-md2man/v2 from 2.0.1 to 2.0.2
+  * Add autocomplete descriptions for aliases and extensions (#5447)
+  * Replace ioutil with io and os (#5498)
+  * Add `label edit` command (#5519)
+  * Properly handle issue and pr state options when building search queries 
(#5513)
+  * Add `label clone` command (#5452)
+  * Don't error on list commands when no results found (#5479)
+  * refactor merge command
+  * Bump github/codeql-action from 1 to 2
+  * Avoid crash when deleting gist with no owner
+  * Add context to errors
+  * Resolve feedback
+  * Remove function return
+  * PR feedback
+  * Fix displayed header for search prs command (#5488)
+  * add ls alias to gh repo list (#5480)
+  * Clarify session helper
+  * Clean up more errors
+  * Clean up errors
+  * Fix -c option
+  * Print JupyterLab URL
+  * Fix name of RPC service
+  * Clean up Jupyter code
+  * Fix tests
+  * Final copy and behavior update for prompt
+  * go fmt
+  * Change the way we parse list-devcontainers response
+  * Fix tests
+  * Change some copy per product's suggestions
+  * Refactor liveshare setup to a new function
+  * Clean up code
+  * Fix RPC call
+  * Add cs jupyter
+  * Rename test
+  * Add interactive prompt to choose from list of available devcontainer files
+  * Add devcontainer_path API param as an option
+
+---

Old:

  cli-2.5.2.tar.gz

New:

  _servicedata
  cli-2.10.1.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.zanZFv/_old  2022-05-12 23:01:52.164918369 +0200
+++ /var/tmp/diff_new_pack.zanZFv/_new  2022-05-12 23:01:52.168918374 +0200
@@ -19,7 +19,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.5.2
+Version:2.10.1
 Release:0
 Summary:The official CLI for GitHub
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.zanZFv/_old  2022-05-12 23:01:52.196918412 +0200
+++ /var/tmp/diff_new_pack.zanZFv/_new  2022-05-12 23:01:52.196918412 +0200
@@ -1,6 +1,22 @@
-
 
-  
-  
+  
+https://github.com/cli/cli
+git
+.git
+v2.10.1
+@PARENT_TAG@
+enable
+v(.*)
+  
+  
+cli
+  
+  
+*.tar
+gz
+  
+  
+cli-2.10.1.tar.gz
+  
 
 

++ _servicedata ++


https://github.com/cli/cli
  a0a909

commit gh for openSUSE:Factory

2022-03-16 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2022-03-16 20:20:38

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.25692 (New)


Package is "gh"

Wed Mar 16 20:20:38 2022 rev:18 rq:962014 version:2.5.2

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2022-02-18 23:03:17.077411241 
+0100
+++ /work/SRC/openSUSE:Factory/.gh.new.25692/gh.changes 2022-03-16 
20:20:44.288981942 +0100
@@ -1,0 +2,18 @@
+Thu Mar 10 16:24:09 UTC 2022 - ch...@computersalat.de
+
+- Update to 2.5.2
+  https://github.com/cli/cli/releases
+  * Other Bugfixes
+- Fix HexToRGB panic by @markphelps in #5247
+  * Other Changes
+- Support filtering PRs authored by GitHub Apps by @joshmgross in #5180
+- gh auth login: added flags to partially automate flow by @jonathan-enf 
in #5158
+- Codespaces Create: Allow Accepting Permissions by @markphelps in #5234
+  * Development & Docs
+- Bump github.com/itchyny/gojq from 0.12.6 to 0.12.7 by @dependabot in 
#5263
+- Misc. docs improvements by @mislav in #5223
+- Use StringEnumFlag helper in more places by @mislav in #5221
+- Change how gh-cli is installed on fedora by @Hanjingxue-Boling in #5204
+- updated vendor.tar.gz
+
+---

Old:

  cli-2.5.1.tar.gz

New:

  cli-2.5.2.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.Ms4yua/_old  2022-03-16 20:20:44.988982445 +0100
+++ /var/tmp/diff_new_pack.Ms4yua/_new  2022-03-16 20:20:44.996982451 +0100
@@ -19,7 +19,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.5.1
+Version:2.5.2
 Release:0
 Summary:The official CLI for GitHub
 License:MIT

++ cli-2.5.1.tar.gz -> cli-2.5.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cli-2.5.1/api/client.go new/cli-2.5.2/api/client.go
--- old/cli-2.5.1/api/client.go 2022-02-15 18:37:41.0 +0100
+++ new/cli-2.5.2/api/client.go 2022-03-01 15:37:58.0 +0100
@@ -236,7 +236,23 @@
for _, s := range strings.Split(tokenHasScopes, ",") {
s = strings.TrimSpace(s)
gotScopes[s] = struct{}{}
-   if strings.HasPrefix(s, "admin:") {
+
+   // Certain scopes may be grouped under a single "top-level" 
scope. The following branch
+   // statements include these grouped/implied scopes when the 
top-level scope is encountered.
+   // See 
https://docs.github.com/en/developers/apps/building-oauth-apps/scopes-for-oauth-apps.
+   if s == "repo" {
+   gotScopes["repo:status"] = struct{}{}
+   gotScopes["repo_deployment"] = struct{}{}
+   gotScopes["public_repo"] = struct{}{}
+   gotScopes["repo:invite"] = struct{}{}
+   gotScopes["security_events"] = struct{}{}
+   } else if s == "user" {
+   gotScopes["read:user"] = struct{}{}
+   gotScopes["user:email"] = struct{}{}
+   gotScopes["user:follow"] = struct{}{}
+   } else if s == "codespace" {
+   gotScopes["codespace:secrets"] = struct{}{}
+   } else if strings.HasPrefix(s, "admin:") {
gotScopes["read:"+strings.TrimPrefix(s, "admin:")] = 
struct{}{}
gotScopes["write:"+strings.TrimPrefix(s, "admin:")] = 
struct{}{}
} else if strings.HasPrefix(s, "write:") {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cli-2.5.1/docs/install_linux.md 
new/cli-2.5.2/docs/install_linux.md
--- old/cli-2.5.1/docs/install_linux.md 2022-02-15 18:37:41.0 +0100
+++ new/cli-2.5.2/docs/install_linux.md 2022-03-01 15:37:58.0 +0100
@@ -29,13 +29,19 @@
 
 ### Fedora, CentOS, Red Hat Enterprise Linux (dnf)
 
-Install:
+Install from our package repository for immediate access to latest releases:
 
 ```bash
 sudo dnf config-manager --add-repo 
https://cli.github.com/packages/rpm/gh-cli.repo
 sudo dnf install gh
 ```
 
+Alternatively, install from the [community 
repository](https://packages.fedoraproject.org/pkgs/gh/gh/):
+
+```bash
+sudo dnf install gh
+```
+
 Upgrade:
 
 ```bash
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cli-2.5.1/docs/triage.md new/cli-2.5.2/docs/triage.md
--- old/cli-2.5.1/docs/triage.md2022-02-15 18:37:41.0 +01

commit gh for openSUSE:Factory

2022-02-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2022-02-18 23:02:52

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.1958 (New)


Package is "gh"

Fri Feb 18 23:02:52 2022 rev:17 rq:955745 version:2.5.1

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2021-12-28 12:27:07.444506957 
+0100
+++ /work/SRC/openSUSE:Factory/.gh.new.1958/gh.changes  2022-02-18 
23:03:17.077411241 +0100
@@ -1,0 +2,17 @@
+Thu Feb 17 17:02:15 UTC 2022 - 
+
+- Update to 2.5.1
+  https://github.com/cli/cli/releases
+  * New features
+- Add display name to codespaces prompts and JSON output by @veverkap in 
#5044
+- Add pr checks --watch flag by @endorama in #4519
+  * Fixes
+- auth login --with-token: fix authenticating git operations by @mislav in 
#5186
+- release create: respect discussion category when creating a release with 
assets by @k-jun in #5019
+- gist create: handle Windows-style file paths by @joshmgross in #5173
+- release create: warn about unpushed local git tag by @samcoe in #5104
+- Ignore EPIPE errors when writing to a closed pager by @mislav in #5143
+- Rotate our Windows code-signing certificates by @mislav in #5196
+- updated vendor.tar.gz
+
+---
@@ -220,0 +238,6 @@
+Tue Jun 15 12:37:31 UTC 2021 - Christian Wittmer 
+
+- fix build for SLES12
+  * fix Supplements: packageand(X:Y)
+
+---
@@ -341,0 +365,5 @@
+
+---
+Fri Jan 22 19:15:41 UTC 2021 - ch...@computersalat.de
+
+- fix build for SLES12

Old:

  gh-2.4.0.tar.gz

New:

  cli-2.5.1.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.iHODJp/_old  2022-02-18 23:03:18.869411101 +0100
+++ /var/tmp/diff_new_pack.iHODJp/_new  2022-02-18 23:03:18.873411101 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gh
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,14 @@
 
 
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
+%define sname cli
 Name:   gh
-Version:2.4.0
+Version:2.5.1
 Release:0
 Summary:The official CLI for GitHub
 License:MIT
 URL:https://cli.github.com/
-Source0:
https://github.com/cli/cli/archive/v%{version}.tar.gz#/gh-%{version}.tar.gz
+Source0:
https://github.com/cli/cli/archive/v%{version}.tar.gz#/%{sname}-%{version}.tar.gz
 Source1:vendor.tar.gz
 # Completions
 BuildRequires:  fish
@@ -40,7 +41,11 @@
 Summary:Bash Completion for %{name}
 Requires:   %{name} = %{version}
 Requires:   bash-completion
+%if 0%{?suse_version} == 1315
+Supplements:packageand(gh:bash-completion)
+%else
 Supplements:(gh and bash-completion)
+%endif
 BuildArch:  noarch
 
 %description bash-completion
@@ -49,7 +54,11 @@
 %package zsh-completion
 Summary:ZSH Completion for %{name}
 Requires:   %{name} = %{version}
+%if 0%{?suse_version} == 1315
+Supplements:packageand(gh:zsh)
+%else
 Supplements:(gh and zsh)
+%endif
 BuildArch:  noarch
 
 %description zsh-completion
@@ -58,20 +67,29 @@
 %package fish-completion
 Summary:Fish completion for %{name}
 Requires:   %{name} = %{version}
+%if 0%{?suse_version} == 1315
+Supplements:packageand(gh:fish)
+%else
 Supplements:(gh and fish)
+%endif
 BuildArch:  noarch
 
 %description fish-completion
 Fish command line completion support for %{name}.
 
 %prep
-%autosetup -n cli-%{version} -a 1
+%autosetup -n %{sname}-%{version} -a 1
 # Upstream decided to tweak Makefile for easier cross-compiling. But the tweak
 # overrides variables so we need to remove them to pass GOFLAGS.
 sed -i 's/GOOS= GOARCH= GOARM= GOFLAGS= CGO_ENABLED=//g' Makefile
 
 %build
-GOFLAGS=%{goflags} %make_build GH_VERSION="v%{version}" bin/gh manpages
+export GOFLAGS="-buildmode=pie -trimpath -mod=vendor -modcacherw 
-ldflags=-linkmode=external"
+%if 0%{?suse_version} == 1315
+make %{?_smp_mflags} GH_VERSION="v%{version}" bin/gh manpages
+%else
+%make_build GH_VERSION="v%{version}" bin/gh manpages
+%endif
 
 %install
 bin/gh completion -s bash | install -Dm644 /dev/stdin \

++ vendor.tar.gz ++
 15809 lines of diff (skipped)


commit gh for openSUSE:Factory

2021-12-28 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2021-12-28 12:26:30

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.2520 (New)


Package is "gh"

Tue Dec 28 12:26:30 2021 rev:16 rq:942879 version:2.4.0

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2021-12-20 21:06:47.094955809 
+0100
+++ /work/SRC/openSUSE:Factory/.gh.new.2520/gh.changes  2021-12-28 
12:27:07.444506957 +0100
@@ -1,0 +2,25 @@
+Tue Dec 28 05:29:04 UTC 2021 - Emily Roberts 
+
+- Update to version 2.4.0
+   - Add repo edit command by @g14a in gh#cli/cli#4318
+   - release create: add --generate-notes functionality by @Sixeight in 
gh#cli/cli#4467
+   - release create: add interactive mode to choose a tag name by 
@sguzmanm in gh#cli/cli#4525
+   - pr merge: allow editing commit subject by @cristiand391 in 
gh#cli/cli#3344
+   - secret set: allow importing secrets from a dotenv file by @lpessoa in 
gh#cli/cli#4534
+   - run list/view: add --json export functionality by @cristiand391 in 
gh#cli/cli#3869
+   - Refresh man pages by @mislav in gh#cli/cli#4939
+   - Add installation instructions for pkgsrc by @bsiegert in 
gh#cli/cli#4931
+   - pr view: ensure that PR reviews are always rendered in --comments 
mode by @mislav in gh#cli/cli#4848
+   - api: handle HTTP 409 error message from the server by @mislav in 
gh#cli/cli#4862
+   - issue edit: fix race condition when updating labels by @despreston in 
gh#cli/cli#4861
+   - browse: support --commit with the repo override flag by @bchadwic in 
gh#cli/cli#4845
+   - repo create: fix printing repo URL in no-TTY mode by @mislav in 
gh#cli/cli#4904
+   - repo sync: use the new merge-upstream API if available by @mislav in 
gh#cli/cli#4942
+   - run: display and treat "Cancelled" status as a failure by @bchadwic 
in gh#cli/cli#4850
+   - extension upgrade: an already up-to-date extension should not a 
produce a failure by @tisonkun in gh#cli/cli#4857
+   - Avoid showing non-open PRs as related to the default branch by 
@AyushRawal in gh#cli/cli#4285
+   - git remotes: fix treating ssh.github.com as a github.com host by 
@mislav in gh#cli/cli#4938
+   - Bump Cobra to 1.3.0 for improved completion support by @mislav in 
gh#cli/cli#4936
+   - Bump spinner to 1.18.0 by @mislav in gh#cli/cli#4937
+
+---

Old:

  gh-2.3.0.tar.gz

New:

  gh-2.4.0.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.5alq3S/_old  2021-12-28 12:27:08.168507504 +0100
+++ /var/tmp/diff_new_pack.5alq3S/_new  2021-12-28 12:27:08.176507511 +0100
@@ -18,7 +18,7 @@
 
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 Name:   gh
-Version:2.3.0
+Version:2.4.0
 Release:0
 Summary:The official CLI for GitHub
 License:MIT

++ gh-2.3.0.tar.gz -> gh-2.4.0.tar.gz ++
 5261 lines of diff (skipped)

++ vendor.tar.gz ++
 4245 lines of diff (skipped)


commit gh for openSUSE:Factory

2021-12-20 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2021-12-20 21:06:16

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.2520 (New)


Package is "gh"

Mon Dec 20 21:06:16 2021 rev:15 rq:941596 version:2.3.0

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2021-12-17 23:54:58.531552698 
+0100
+++ /work/SRC/openSUSE:Factory/.gh.new.2520/gh.changes  2021-12-20 
21:06:47.094955809 +0100
@@ -1,0 +2,97 @@
+Mon Dec 20 07:50:14 UTC 2021 - Emily Roberts 
+
+- Change issue references in the changelog to proper OBS abbreviations
+
+---
+Sat Dec 18 03:04:36 UTC 2021 - Emily Roberts 
+
+- Update to version 2.3.0
+   * Add support for precompiled extensions
+- fix binary extensions on windows by @vilmibm in gh#cli/cli#4717
+ - binary extension migration by @vilmibm in gh#cli/cli#4588
+ - make extension create binary aware by @vilmibm in gh#cli/cli#4718
+ - Extensions create nail_care by @mislav in gh#cli/cli#4802
+   * rewrite gh repo create by @meiji163 @pxrth9 in gh#cli/cli#4578
+- gh repo create will no longer automatically add a git remote to the 
local git repository in the current directory. To emulate old behavior when 
inside a local git repository, use gh pr create --source ..
+- gh repo create will only prompt interactively when run with no 
arguments. Otherwise, all arguments should be passed explicitly.
+   * Fix codespace code command under WSL by @mislav in gh#cli/cli#4747
+   * Inherit API endpoint configuration from the Codespaces environment by 
@marwan-at-work in gh#cli/cli#4723
+   * Remove the default value from idle-timeout by @reybard in 
gh#cli/cli#4756
+   * Support listing and removing user Codespaces secrets by @joshmgross 
in gh#cli/cli#4714
+   * Support setting user Codespaces secrets by @joshmgross in 
gh#cli/cli#4699
+   * Add idle_timeout_minutes as possible cs create param by @reybard in 
gh#cli/cli#4741
+   * Adds a timeout context to the ssh waiter to prevent indefinite 
hanging by @reybard in gh#cli/cli#4635
+   * Rename errors from Live Share to generic codespace by @josebalius in 
gh#cli/cli#4705
+   * Add prebuild availability status to create codespaces by @adnamalin 
in gh#cli/cli#4737
+   * Add command gh auth setup-git for setting up gh-cli as git cred 
helper by @despreston in gh#cli/cli#4246
+   * Add gh config list by @meiji163 in gh#cli/cli#4729
+   * Add new flag gh secret set --no-store to print the encoded secret by 
@sguzmanm in gh#cli/cli#4423
+   * Adding release download for.zip and .tar.gz archives by @lpessoa in 
gh#cli/cli#4489
+   * gh repo rename by @pxrth9 in gh#cli/cli#4450
+   * Ignore scope suggestions for http 422 by @despreston in 
gh#cli/cli#4809
+   * pr diff color output fixes by @mislav in gh#cli/cli#4833
+   * PR merge should, after switching branches, pull by @pxrth9 in 
gh#cli/cli#4748
+   * Don't swallow duplicate SSH key error by @despreston in 
gh#cli/cli#4807
+   * gh pr merge fails to delete remote branch if $PWD is not a git 
repository by @pxrth9 in gh#cli/cli#4769
+   * Fix up bug in RemoveEntry and add tests for config_map by @samcoe in 
gh#cli/cli#4784
+   * Escape workflow information when generating URLs by @samcoe in 
gh#cli/cli#4760
+   * Confirm name change before creating a repo with special characters by 
@bchadwic in gh#cli/cli#4562
+   * encode gh browse output URL by @bchadwic in gh#cli/cli#4663
+   * add base repo resolution to gh repo archive by @meiji163 in 
gh#cli/cli#4654
+   * add base repo resolution to gh repo delete by @meiji163 in 
gh#cli/cli#4655
+   * Fix stack overflow in AddJSONFlags by @rsteube in gh#cli/cli#4614
+   * Fix rendering issue in "formatting" help topic by @pbnj in 
gh#cli/cli#4661
+   * fix branch flag on browse within dir by @bstncartwright in 
gh#cli/cli#4676
+   * Generate Go 1.17-style go:build directives by @mislav in 
gh#cli/cli#4838
+   * Bump github.com/itchyny/gojq from 0.12.5 to 0.12.6 by @dependabot in 
gh#cli/cli#4832
+   * some automation by @vilmibm in gh#cli/cli#4810
+   * Improve issue view re: overfetching, PR support by @mislav in 
gh#cli/cli#4803
+   * Improve queries in issue commands: no overfetching, support PR 
arguments by @mislav in gh#cli/cli#4794
+   * Bump github.com/mattn/go-colorable from 0.1.11 to 0.1.12 by 
@dependabot in gh#cli/cli#4804
+   * Replace shurcool/graphql with cli/shurcool-graphql by @samcoe in 
gh#cli/cli#4750
+   * update help for magic type conversion gh#cli/cli#4365 by @signalwerk 
in gh#cli/cli#4434
+   * fix angle b

commit gh for openSUSE:Factory

2021-12-17 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2021-12-17 23:54:34

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.2520 (New)


Package is "gh"

Fri Dec 17 23:54:34 2021 rev:14 rq:941200 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2021-09-02 23:20:57.672601835 
+0200
+++ /work/SRC/openSUSE:Factory/.gh.new.2520/gh.changes  2021-12-17 
23:54:58.531552698 +0100
@@ -1,0 +2,5 @@
+Fri Dec 10 10:33:33 UTC 2021 - Emily Roberts 
+
+- Fix boo#1192421 - Changed git dependency to only git-core 
+
+---



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.c14OXK/_old  2021-12-17 23:54:58.999553086 +0100
+++ /var/tmp/diff_new_pack.c14OXK/_new  2021-12-17 23:54:59.003553089 +0100
@@ -31,7 +31,7 @@
 BuildRequires:  git-core
 BuildRequires:  zsh
 BuildRequires:  golang(API) >= 1.16
-Requires:   git
+Requires:   git-core
 
 %description
 Official CLI client for GitHub written in Go


commit gh for openSUSE:Factory

2021-09-02 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2021-09-02 23:20:30

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.1899 (New)


Package is "gh"

Thu Sep  2 23:20:30 2021 rev:13 rq:916051 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2021-08-25 20:59:54.237027618 
+0200
+++ /work/SRC/openSUSE:Factory/.gh.new.1899/gh.changes  2021-09-02 
23:20:57.672601835 +0200
@@ -1,0 +2,24 @@
+Thu Sep  2 07:12:02 UTC 2021 - Emily Roberts 
+
+- Update to version 2.0.0
+  * Support for command extensions
+  * Display label colors in issue list output #4106
+  * Add tablerow/tablerender template functions for rendering data as tables 
#3519
+  * Add GH_FORCE_TTY to enable terminal-style output even when redirected #4146
+  * Add repo sync command to sync a branch with its upstream state #3813
+  * Add pr checkout --branch flag to control the branch name #4005
+  * Add release create --discussion-category flag #4003
+  * Add config set browser option and GH_BROWSER environment variable #3992
+  * Add repo list --topic filter #4136
+  * Add PowerShell instructions to completion help #4114
+  * Improve accessibility of interactive select menus #4172
+  * Improve detection of truecolor terminal capabilities #4106
+  * Avoid wrapping issues in powershell.exe #4106
+  * Detect missing git and abort early during auth login flow #4109
+  * Fix HTTP 502 error printing from GraphQL responses #4154
+  * Require Go 1.16+ #4175
+  * Remove backwards compatibility with homedir library for config files #4145
+
+
+
+---

Old:

  gh-1.14.0.tar.gz

New:

  gh-2.0.0.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.BrwycZ/_old  2021-09-02 23:20:58.308602628 +0200
+++ /var/tmp/diff_new_pack.BrwycZ/_new  2021-09-02 23:20:58.312602632 +0200
@@ -18,7 +18,7 @@
 
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 Name:   gh
-Version:1.14.0
+Version:2.0.0
 Release:0
 Summary:The official CLI for GitHub
 License:MIT
@@ -30,7 +30,7 @@
 # Test requirement
 BuildRequires:  git-core
 BuildRequires:  zsh
-BuildRequires:  golang(API) >= 1.13
+BuildRequires:  golang(API) >= 1.16
 Requires:   git
 
 %description

++ gh-1.14.0.tar.gz -> gh-2.0.0.tar.gz ++
 6677 lines of diff (skipped)

++ vendor.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/github.com/AlecAivazis/survey/v2/README.md 
new/vendor/github.com/AlecAivazis/survey/v2/README.md
--- old/vendor/github.com/AlecAivazis/survey/v2/README.md   2021-08-07 
07:27:28.937208700 +0200
+++ new/vendor/github.com/AlecAivazis/survey/v2/README.md   2021-09-02 
08:52:01.381470700 +0200
@@ -3,7 +3,7 @@
 [![Build 
Status](https://travis-ci.org/AlecAivazis/survey.svg?branch=feature%2Fpretty)](https://travis-ci.org/AlecAivazis/survey)
 
[![GoDoc](http://img.shields.io/badge/godoc-reference-5272B4.svg)](https://pkg.go.dev/github.com/AlecAivazis/survey/v2)
 
-A library for building interactive prompts on terminals supporting ANSI escape 
sequences.
+A library for building interactive and accessible prompts on terminals 
supporting ANSI escape sequences.
 
 https://thumbs.gfycat.com/VillainousGraciousKouprey-size_restricted.gif"/>
 
@@ -295,7 +295,7 @@
 
 ## Keeping the filter active
 
-By default the filter will disappear if the user selects one of the filtered 
elements. Once the user selects one element the filter setting is gone. 
+By default the filter will disappear if the user selects one of the filtered 
elements. Once the user selects one element the filter setting is gone.
 
 However the user can prevent this from happening and keep the filter active 
for multiple selections in a e.g. MultiSelect:
 
@@ -342,11 +342,13 @@
 `survey` comes prepackaged with a few validators to fit common situations. 
Currently these
 validators include:
 
-| name | valid types | description 
| notes 
|
-|  | --- | 
--- | 
-
 |
-| Required | any | Rejects zero values of the response type
| Boolean values pass straight through since the zero value (false) 
is a valid response |
-| MinLength(n) | string  | Enforces that a response is at least the given 
lengt

commit gh for openSUSE:Factory

2021-08-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2021-08-25 20:58:23

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.1899 (New)


Package is "gh"

Wed Aug 25 20:58:23 2021 rev:12 rq:914177 version:1.14.0

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2021-08-03 22:49:01.992475707 
+0200
+++ /work/SRC/openSUSE:Factory/.gh.new.1899/gh.changes  2021-08-25 
20:59:54.237027618 +0200
@@ -1,0 +2,16 @@
+Sat Aug  7 05:32:43 UTC 2021 - Emily Roberts 
+
+- Update to version 1.14.0
+  * Improve shell completion #4028
+- Enable --json flag completion with multiple comma-separated fields
+- Add completion for repo create --gitignore flag
+- Add completion for repo create --license flag
+- Switch to Cobra's improved bash completion with descriptions
+- Enable descriptions in PowerShell completion #4085
+- Add completion of -R/--repo flag based on available git remotes #3942
+  * Add pr merge --admin flag to allow admins to force-merge a pull request 
#4071
+  * Fix authenticating with GH_ENTERPRISE_TOKEN and GH_HOST environment 
variables #4019
+  * Fix labels display in issue list output #4079
+  * Fix printing certain GraphQL errors #4087
+
+---

Old:

  gh-1.13.1.tar.gz

New:

  gh-1.14.0.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.2nWu63/_old  2021-08-25 20:59:54.761026930 +0200
+++ /var/tmp/diff_new_pack.2nWu63/_new  2021-08-25 20:59:54.761026930 +0200
@@ -18,7 +18,7 @@
 
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 Name:   gh
-Version:1.13.1
+Version:1.14.0
 Release:0
 Summary:The official CLI for GitHub
 License:MIT

++ gh-1.13.1.tar.gz -> gh-1.14.0.tar.gz ++
 1967 lines of diff (skipped)

++ vendor.tar.gz ++
 6028 lines of diff (skipped)


commit gh for openSUSE:Factory

2021-08-03 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2021-08-03 22:48:44

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.1899 (New)


Package is "gh"

Tue Aug  3 22:48:44 2021 rev:11 rq:909877 version:1.13.1

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2021-06-23 17:38:47.524517727 
+0200
+++ /work/SRC/openSUSE:Factory/.gh.new.1899/gh.changes  2021-08-03 
22:49:01.992475707 +0200
@@ -1,0 +2,44 @@
+Wed Jul 28 07:17:46 UTC 2021 - Emily Roberts 
+
+- Update to version 1.13.1
+  * Release fixes pre-built binaries, changes aren't applicable to this package
+- Changes from 1.13.0
+  * issue/pr view: output label names in their own color #3912
+  * Add gh browse --no-browser to only print the URL #3943
+  * repo create: respect privacy setting when using license/gitignore 
templates #3972
+  * repo create: respect repository description when creating from template 
repository #3972
+  * repo create --confirm: avoid license/gitignore template prompt #3995
+  * pr merge --auto: merge immediately if the PR is already mergeable #3706
+  * pr merge: suggest using --auto when merging is blocked #3706
+  * Allow using cursor keys in interactive text inputs #3980
+  * gh run watch --exit-status: correct exit status for completed runs #3982
+  * Skip auto-migrate of config files when GH_CONFIG_DIR is set #4017
+  * alias set: add note about double-quoting arguments for Command Prompt 
users #4013
+  * Clean up GH_CONFIG_DIR docs #4020
+- Changes from 1.12.1
+  * Fix bug where branchProtectionRule doesn't exist in enterprise 2.22 #3922
+  * Fix repo create in org with license/ignore #3924
+- Changes from 1.12.0
+  * Added gh browse command
+  * Add .gitignore and LICENSE when creating repositories from scratch
+  * A new config value http_unix_socket can be configured to a local path to 
push all traffic over a socket
+  * Print help even if logged out #3850
+  * Add shell completion for the --state flag #3877
+  * Allow explicitly empty body in issue/pr create #3787
+  * Increase GH_PAGER precedence #3789
+  * Fix showing Checks information in pr status #3804
+  * Update "Accept" header for github.com requests #3803
+  * Fix setting environment secrets #3832
+  * Fix gh run download fails on large artifacts due to uint32 limitation #3890
+  * repo fork: check that --org is not the empty string #3807
+  * Document installing via Conda package manager #3792
+  * Fix description for gh secret set --env option #3784
+  * Add a long command description for secrets remove #3786
+  * Update documentation for gist create command with default of secret #3871
+  * fork tests cleanup #3809
+  * Remove unused method from httpmock package #3834
+  * Factory cleanup #3841
+  * Improvements to build script on Windows #3846
+  * Ensure that tests for command factory never read from user's config #3856
+
+---

Old:

  gh-1.11.0.tar.gz

New:

  gh-1.13.1.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.jcJxPJ/_old  2021-08-03 22:49:03.032474453 +0200
+++ /var/tmp/diff_new_pack.jcJxPJ/_new  2021-08-03 22:49:03.036474448 +0200
@@ -18,7 +18,7 @@
 
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 Name:   gh
-Version:1.11.0
+Version:1.13.1
 Release:0
 Summary:The official CLI for GitHub
 License:MIT
@@ -29,8 +29,8 @@
 BuildRequires:  fish
 # Test requirement
 BuildRequires:  git-core
-BuildRequires:  golang(API) >= 1.13
 BuildRequires:  zsh
+BuildRequires:  golang(API) >= 1.13
 Requires:   git
 
 %description

++ gh-1.11.0.tar.gz -> gh-1.13.1.tar.gz ++
 8181 lines of diff (skipped)

++ vendor.tar.gz ++
 29628 lines of diff (skipped)


commit gh for openSUSE:Factory

2021-06-23 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2021-06-23 17:38:33

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.2625 (New)


Package is "gh"

Wed Jun 23 17:38:33 2021 rev:10 rq:901490 version:1.11.0

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2021-06-01 10:35:10.272579064 
+0200
+++ /work/SRC/openSUSE:Factory/.gh.new.2625/gh.changes  2021-06-23 
17:38:47.524517727 +0200
@@ -1,0 +2,10 @@
+Wed Jun 23 12:15:17 UTC 2021 - Martin Pluskal 
+
+- Update to version 1.11.0:
+  * Add support for environment secrets #3270 #3769 #3774
+  * run list: add "age" column and columns headers in output #3575
+  * Add support for XDG Base Directory specification #3671 #3768 #3717
+  * Additionally, the default configuration location on Windows is now changed 
from ~/.config/gh/ to %AppData%.
+  * Include number alongside the title in issue/pr view #3741
+
+---

Old:

  gh-1.10.3.tar.gz

New:

  gh-1.11.0.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.9HkFA4/_old  2021-06-23 17:38:48.136518570 +0200
+++ /var/tmp/diff_new_pack.9HkFA4/_new  2021-06-23 17:38:48.136518570 +0200
@@ -18,20 +18,19 @@
 
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 Name:   gh
-Version:1.10.3
+Version:1.11.0
 Release:0
 Summary:The official CLI for GitHub
 License:MIT
-Group:  Development/Tools/Version Control
 URL:https://cli.github.com/
 Source0:
https://github.com/cli/cli/archive/v%{version}.tar.gz#/gh-%{version}.tar.gz
 Source1:vendor.tar.gz
-# Test requirement
-BuildRequires:  git-core
 # Completions
 BuildRequires:  fish
-BuildRequires:  zsh
+# Test requirement
+BuildRequires:  git-core
 BuildRequires:  golang(API) >= 1.13
+BuildRequires:  zsh
 Requires:   git
 
 %description
@@ -39,7 +38,6 @@
 
 %package bash-completion
 Summary:Bash Completion for %{name}
-Group:  Development/Tools/Version Control
 Requires:   %{name} = %{version}
 Requires:   bash-completion
 Supplements:(gh and bash-completion)
@@ -50,7 +48,6 @@
 
 %package zsh-completion
 Summary:ZSH Completion for %{name}
-Group:  Development/Tools/Version Control
 Requires:   %{name} = %{version}
 Supplements:(gh and zsh)
 BuildArch:  noarch
@@ -60,7 +57,6 @@
 
 %package fish-completion
 Summary:Fish completion for %{name}
-Group:  Development/Tools/Version Control
 Requires:   %{name} = %{version}
 Supplements:(gh and fish)
 BuildArch:  noarch

++ _service ++
--- /var/tmp/diff_new_pack.9HkFA4/_old  2021-06-23 17:38:48.160518602 +0200
+++ /var/tmp/diff_new_pack.9HkFA4/_new  2021-06-23 17:38:48.160518602 +0200
@@ -1,8 +1,5 @@
 
 
   
-  
-gh.spec
-  
   
-
\ No newline at end of file
+

++ gh-1.10.3.tar.gz -> gh-1.11.0.tar.gz ++
 2697 lines of diff (skipped)

++ vendor.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/github.com/creack/pty/.gitignore 
new/vendor/github.com/creack/pty/.gitignore
--- old/vendor/github.com/creack/pty/.gitignore 1970-01-01 01:00:00.0 
+0100
+++ new/vendor/github.com/creack/pty/.gitignore 2021-06-23 14:17:21.651332400 
+0200
@@ -0,0 +1,4 @@
+[568].out
+_go*
+_test*
+_obj
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/github.com/creack/pty/Dockerfile.golang 
new/vendor/github.com/creack/pty/Dockerfile.golang
--- old/vendor/github.com/creack/pty/Dockerfile.golang  1970-01-01 
01:00:00.0 +0100
+++ new/vendor/github.com/creack/pty/Dockerfile.golang  2021-06-23 
14:17:21.651332400 +0200
@@ -0,0 +1,17 @@
+ARG GOVERSION=1.14
+FROM golang:${GOVERSION}
+
+# Set base env.
+ARG GOOS=linux
+ARG GOARCH=amd64
+ENV GOOS=${GOOS} GOARCH=${GOARCH} CGO_ENABLED=0 GOFLAGS='-v -ldflags=-s 
-ldflags=-w'
+
+# Pre compile the stdlib for 386/arm (32bits).
+RUN go build -a std
+
+# Add the code to the image.
+WORKDIR pty
+ADD . .
+
+# Build the lib.
+RUN go build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/github.com/creack/pty/Dockerfile.riscv 
new/vendor/github.com/creack/pty/Dockerfile.riscv
--- old/vendor/github.com/creack/pty/Dockerfile.riscv   1970-01-01 
01:00:00.0 +0100
+++ new/vendor/github.com/creack/pty/Dockerfile.riscv   2021-06-23 
14:17:21.651332400 +0200
@@ -0,0 +1,23 @@
+# NOTE: Using 1.13 as a base to build the RISCV compiler, the resulting 
version is based on go1.6.

commit gh for openSUSE:Factory

2021-06-01 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2021-06-01 10:34:53

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.1898 (New)


Package is "gh"

Tue Jun  1 10:34:53 2021 rev:9 rq:895128 version:1.10.3

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2021-05-20 19:25:37.309804323 
+0200
+++ /work/SRC/openSUSE:Factory/.gh.new.1898/gh.changes  2021-06-01 
10:35:10.272579064 +0200
@@ -1,0 +2,11 @@
+Sat May 22 21:38:34 UTC 2021 - Mustafa ??alkan 
+
+- Update to version 1.10.3:
+  * Fix gh pr merge with GitHub Enterprise Server < 3.0 #3688
+  * Speed up measuring display width of text #3668
+  * Simplify Debian/Ubuntu installation docs #3672 
+
+- Changes from 1.10.2:
+  * Fix creating Windows directory for gh config #3666
+
+---

Old:

  gh-1.10.1.tar.gz

New:

  gh-1.10.3.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.6Lvk4s/_old  2021-06-01 10:35:11.124580514 +0200
+++ /var/tmp/diff_new_pack.6Lvk4s/_new  2021-06-01 10:35:11.128580521 +0200
@@ -18,7 +18,7 @@
 
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 Name:   gh
-Version:1.10.1
+Version:1.10.3
 Release:0
 Summary:The official CLI for GitHub
 License:MIT

++ gh-1.10.1.tar.gz -> gh-1.10.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cli-1.10.1/.github/workflows/releases.yml 
new/cli-1.10.3/.github/workflows/releases.yml
--- old/cli-1.10.1/.github/workflows/releases.yml   2021-05-19 
13:35:57.0 +0200
+++ new/cli-1.10.3/.github/workflows/releases.yml   2021-05-21 
19:30:32.0 +0200
@@ -80,7 +80,7 @@
   popd
   - name: Run reprepro
 env:
-  RELEASES: "cosmic eoan disco groovy focal stable oldstable testing 
unstable buster bullseye stretch jessie bionic trusty precise xenial hirsute 
impish kali-rolling"
+  RELEASES: "cosmic eoan disco groovy focal stable oldstable testing 
sid unstable buster bullseye stretch jessie bionic trusty precise xenial 
hirsute impish kali-rolling"
 run: |
   mkdir -p upload
   for release in $RELEASES; do
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cli-1.10.1/README.md new/cli-1.10.3/README.md
--- old/cli-1.10.1/README.md2021-05-19 13:35:57.0 +0200
+++ new/cli-1.10.3/README.md2021-05-21 19:30:32.0 +0200
@@ -69,6 +69,10 @@
 
 MSI installers are available for download on the [releases page][].
 
+### Github Actions
+
+GitHub CLI comes pre-installed in all [Github-Hosted 
Runners](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners).
+
 ### Other platforms
 
 Download packaged binaries from the [releases page][].
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cli-1.10.1/api/query_builder.go 
new/cli-1.10.3/api/query_builder.go
--- old/cli-1.10.1/api/query_builder.go 2021-05-19 13:35:57.0 +0200
+++ new/cli-1.10.3/api/query_builder.go 2021-05-21 19:30:32.0 +0200
@@ -208,6 +208,8 @@
q = append(q, prFiles)
case "commits":
q = append(q, prCommits)
+   case "lastCommit": // pseudo-field
+   q = append(q, `commits(last:1){nodes{commit{oid}}}`)
case "commitsCount": // pseudo-field
q = append(q, `commits{totalCount}`)
case "statusCheckRollup":
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cli-1.10.1/docs/install_linux.md 
new/cli-1.10.3/docs/install_linux.md
--- old/cli-1.10.1/docs/install_linux.md2021-05-19 13:35:57.0 
+0200
+++ new/cli-1.10.3/docs/install_linux.md2021-05-21 19:30:32.0 
+0200
@@ -2,7 +2,7 @@
 
 Packages downloaded from https://cli.github.com or from 
https://github.com/cli/cli/releases
 are considered official binaries. We focus on popular Linux distros and
-the following CPU architectures: `i386`, `amd64`, `arm64`.
+the following CPU architectures: `i386`, `amd64`, `arm64`, `armhf`.
 
 Other sources for installation are community-maintained and thus might lag 
behind
 our release schedule.
@@ -13,30 +13,21 @@
 
 ### Debian, Ubuntu Linux (apt)
 
-Install (Using apt-key):
+:warning: This will only work for the [architectures we officially 
support](/.goreleaser.yml#L27).
 
-```bash
-sudo apt-key adv --keyserver keyserver.ubunt

commit gh for openSUSE:Factory

2021-05-20 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2021-05-20 19:25:07

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.2988 (New)


Package is "gh"

Thu May 20 19:25:07 2021 rev:8 rq:894510 version:1.10.1

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2021-05-19 17:50:11.265331430 
+0200
+++ /work/SRC/openSUSE:Factory/.gh.new.2988/gh.changes  2021-05-20 
19:25:37.309804323 +0200
@@ -1,0 +2,6 @@
+Wed May 19 13:49:34 UTC 2021 - Mustafa ??alkan 
+
+- Update to version 1.10.1:
+  * Fix pr checkout for cross-repository pull requests #3663 
+
+---
@@ -16 +21,0 @@
-

Old:

  gh-1.10.0.tar.gz

New:

  gh-1.10.1.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.BfH2jT/_old  2021-05-20 19:25:37.913801846 +0200
+++ /var/tmp/diff_new_pack.BfH2jT/_new  2021-05-20 19:25:37.917801829 +0200
@@ -18,7 +18,7 @@
 
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 Name:   gh
-Version:1.10.0
+Version:1.10.1
 Release:0
 Summary:The official CLI for GitHub
 License:MIT

++ gh-1.10.0.tar.gz -> gh-1.10.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cli-1.10.0/pkg/cmd/pr/checkout/checkout.go 
new/cli-1.10.1/pkg/cmd/pr/checkout/checkout.go
--- old/cli-1.10.0/pkg/cmd/pr/checkout/checkout.go  2021-05-18 
19:54:44.0 +0200
+++ new/cli-1.10.1/pkg/cmd/pr/checkout/checkout.go  2021-05-19 
13:35:57.0 +0200
@@ -72,7 +72,7 @@
 func checkoutRun(opts *CheckoutOptions) error {
findOptions := shared.FindOptions{
Selector: opts.SelectorArg,
-   Fields:   []string{"number", "headRefName", "headRepository", 
"headRepositoryOwner"},
+   Fields:   []string{"number", "headRefName", "headRepository", 
"headRepositoryOwner", "isCrossRepository"},
}
pr, baseRepo, err := opts.Finder.Find(findOptions)
if err != nil {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cli-1.10.0/pkg/cmd/pr/checkout/checkout_test.go 
new/cli-1.10.1/pkg/cmd/pr/checkout/checkout_test.go
--- old/cli-1.10.0/pkg/cmd/pr/checkout/checkout_test.go 2021-05-18 
19:54:44.0 +0200
+++ new/cli-1.10.1/pkg/cmd/pr/checkout/checkout_test.go 2021-05-19 
13:35:57.0 +0200
@@ -110,7 +110,8 @@
defer http.Verify(t)
 
baseRepo, pr := stubPR("OWNER/REPO", "OWNER/REPO:feature")
-   shared.RunCommandFinder("123", pr, baseRepo)
+   finder := shared.RunCommandFinder("123", pr, baseRepo)
+   finder.ExpectFields([]string{"number", "headRefName", "headRepository", 
"headRepositoryOwner", "isCrossRepository"})
 
cs, cmdTeardown := run.Stub()
defer cmdTeardown(t)
@@ -164,7 +165,8 @@
defer http.Verify(t)
 
baseRepo, pr := stubPR("OWNER/REPO", "hubot/REPO:feature")
-   shared.RunCommandFinder("123", pr, baseRepo)
+   finder := shared.RunCommandFinder("123", pr, baseRepo)
+   finder.ExpectFields([]string{"number", "headRefName", "headRepository", 
"headRepositoryOwner", "isCrossRepository"})
 
cs, cmdTeardown := run.Stub()
defer cmdTeardown(t)
@@ -186,7 +188,8 @@
defer http.Verify(t)
 
baseRepo, pr := stubPR("OWNER/REPO:master", "hubot/REPO:feature")
-   shared.RunCommandFinder("123", pr, baseRepo)
+   finder := shared.RunCommandFinder("123", pr, baseRepo)
+   finder.ExpectFields([]string{"number", "headRefName", "headRepository", 
"headRepositoryOwner", "isCrossRepository"})
 
cs, cmdTeardown := run.Stub()
defer cmdTeardown(t)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cli-1.10.0/pkg/cmd/pr/shared/finder.go 
new/cli-1.10.1/pkg/cmd/pr/shared/finder.go
--- old/cli-1.10.0/pkg/cmd/pr/shared/finder.go  2021-05-18 19:54:44.0 
+0200
+++ new/cli-1.10.1/pkg/cmd/pr/shared/finder.go  2021-05-19 13:35:57.0 
+0200
@@ -65,8 +65,10 @@
 var runCommandFinder PRFinder
 
 // RunCommandFinder is the NewMockFinder substitute to be used ONLY in 
runCommand-style tests.
-func RunCommandFinder(selector string, pr *api.PullRequest, repo 
ghrepo.Interface) {
-   runCommandFinder = NewMockFinder(selector, pr, repo)
+func RunCommandFinder(selector string, pr *api.PullRequest, repo 
ghrepo.Interface) *mockFinder {
+   finder := NewMockFinder(selector, pr, repo)
+   runCommandFinder = finder
+   return finder
 }
 
 type FindOptions struct {
@@ -460,7 +462,7 @@
   

commit gh for openSUSE:Factory

2021-05-19 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2021-05-19 17:49:48

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.2988 (New)


Package is "gh"

Wed May 19 17:49:48 2021 rev:7 rq:894347 version:1.10.0

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2021-04-21 21:01:14.078374780 
+0200
+++ /work/SRC/openSUSE:Factory/.gh.new.2988/gh.changes  2021-05-19 
17:50:11.265331430 +0200
@@ -1,0 +2,40 @@
+Wed May 19 06:32:33 UTC 2021 - Mustafa ??alkan 
+
+- Update to version 1.10.0:
+  - Improvements to JSON exporting
+* Add gh repo list/view --json support #3627
+* Add gh release view --json support #3656
+* Fixes numerous issues with gh pr list/view --json support #3547
+  - fetching closed field
+  - fetching date fields like createdAt or mergedAt
+  - fetching files field
+* Fix exporting milestone field for issues and PRs #3529
+* Add commits field to JSON export for PRs #3547
+* Show more than 100 comments in gh issue view --json comments #3547
+* Add shell completion for valid --json flag values #3628
+
+  - New Features
+* Add gh repo fork --org option #3611
+* Allow passinggh alias set value via standard input #3490
+* Prompt for value in gh secret set #3499
+* Update gh api placeholder syntax to {owner}, {repo} to match
+  GitHub API documentation #3536
+* Extend our package repository to support Ubuntu Hirsute and
+  Kali linux #3398
+  - Fixes
+* Speedup across most gh pr commands #3547
+* Fix gh pr operations from GitHub Actions when a PR was added
+  as a card to an org project #3547
+* Allow deleting local git branch in gh pr close #3547
+* Fix showing more than 100 checks in gh pr checks #3547
+* Fix viewing and editing draft releases with GitHub Actions token #3656
+* Fix Windows path in gh auth status output #3491
+* Ignore HTTP 404 error for annotations in gh run watch #3517
+* Handle Incorrect function exception for MinTTY users
+  (typically in Git Bash) by suggesting switching to Windows Terminal #3537
+* Query fewer fields to determine issue status #3525
+* Warn about empty contents on gh gist create #3578
+* Fix "null" display in colored JSON output #3626
+* Fix some docs formatting for the web #3648
+
+---

Old:

  gh-1.9.2.tar.gz

New:

  gh-1.10.0.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.fz40Te/_old  2021-05-19 17:50:11.829329065 +0200
+++ /var/tmp/diff_new_pack.fz40Te/_new  2021-05-19 17:50:11.833329048 +0200
@@ -18,7 +18,7 @@
 
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 Name:   gh
-Version:1.9.2
+Version:1.10.0
 Release:0
 Summary:The official CLI for GitHub
 License:MIT
@@ -27,7 +27,7 @@
 Source0:
https://github.com/cli/cli/archive/v%{version}.tar.gz#/gh-%{version}.tar.gz
 Source1:vendor.tar.gz
 # Test requirement
-BuildRequires:  git
+BuildRequires:  git-core
 # Completions
 BuildRequires:  fish
 BuildRequires:  zsh

++ gh-1.9.2.tar.gz -> gh-1.10.0.tar.gz ++
 10996 lines of diff (skipped)

++ vendor.tar.gz ++
 5558 lines of diff (skipped)


commit gh for openSUSE:Factory

2021-04-21 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2021-04-21 21:00:28

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.12324 (New)


Package is "gh"

Wed Apr 21 21:00:28 2021 rev:6 rq:887294 version:1.9.2

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2021-04-14 10:11:02.825500580 
+0200
+++ /work/SRC/openSUSE:Factory/.gh.new.12324/gh.changes 2021-04-21 
21:01:14.078374780 +0200
@@ -1,0 +2,43 @@
+Tue Apr 20 23:40:06 UTC 2021 - Mustafa ??alkan 
+
+- Update to version 1.9.2:
+  - Actions Fixes
+* Fix Actions use int64 explicitly in Actions support #3432
+* Fix requesting REST sub-resources on GHE #3461
+* Fix run view --log when steps have slashes #3445
+* Include magic repo resolution magic for gh workflow and gh run #3468
+  - Other Fixes
+* Fix issue create --web #3472
+* Fix detecting PR status when passing branch as arg #3351
+* Bump AlecAivazis/survey to fix bug with unicode input #3439
+  - Development / Docs
+* Increase linter timeout from 1min to 3min #3462
+* Remove unused embedded struct #3402
+* Add note on supported value types in raw-fields #3400
+* linuxbrew details added in linux installation docs. #3465
+* Add Funtoo Linux install instructions #3438
+* Add Debian install variant without add-apt-repository #3419
+
+---
+Mon Apr 19 15:19:07 UTC 2021 - Mustafa ??alkan 
+
+- Update to version 1.9.1:
+  * Create cache dir
+  * Fix whitespace formatting of `issue/pr view` help text
+  * Disallow unsupported values for `--json` flag
+  * Fix `pr view` tests broken by `createdAt` ??? `submittedAt` switch
+  * Fix assigning null Exporter
+  * Tests for GraphQL query builder and JSON exporter
+  * Add `gh help formatting` topic & link to it from commands with JSON output
+  * Placeholder consistency
+  * Minor usage improvements
+  * Bump run list limit
+  * Annotation fixes
+  * Unhide actions commands
+  * Incorporate wording feedback
+  * Fix small bug with startup_failure conclusion
+  * Add note about current branch detection
+- Prevent Makefile from overriding variables
+- Enable tests
+
+---

Old:

  _servicedata
  gh-1.8.1.tar.gz

New:

  gh-1.9.2.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.VhzaRS/_old  2021-04-21 21:01:14.762375857 +0200
+++ /var/tmp/diff_new_pack.VhzaRS/_new  2021-04-21 21:01:14.766375863 +0200
@@ -16,8 +16,9 @@
 #
 
 
+%define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 Name:   gh
-Version:1.8.1
+Version:1.9.2
 Release:0
 Summary:The official CLI for GitHub
 License:MIT
@@ -25,9 +26,12 @@
 URL:https://cli.github.com/
 Source0:
https://github.com/cli/cli/archive/v%{version}.tar.gz#/gh-%{version}.tar.gz
 Source1:vendor.tar.gz
+# Test requirement
+BuildRequires:  git
+# Completions
 BuildRequires:  fish
-BuildRequires:  golang(API) >= 1.13
 BuildRequires:  zsh
+BuildRequires:  golang(API) >= 1.13
 Requires:   git
 
 %description
@@ -66,10 +70,12 @@
 
 %prep
 %autosetup -n cli-%{version} -a 1
+# Upstream decided to tweak Makefile for easier cross-compiling. But the tweak
+# overrides variables so we need to remove them to pass GOFLAGS.
+sed -i 's/GOOS= GOARCH= GOARM= GOFLAGS= CGO_ENABLED=//g' Makefile
 
 %build
-export GOFLAGS="-buildmode=pie -trimpath -mod=vendor -modcacherw 
-ldflags=-linkmode=external"
-%make_build GH_VERSION="v%{version}" bin/gh manpages
+GOFLAGS=%{goflags} %make_build GH_VERSION="v%{version}" bin/gh manpages
 
 %install
 bin/gh completion -s bash  | install -Dm644 /dev/stdin \
@@ -79,10 +85,13 @@
 bin/gh completion -s fish  | install -Dm644 /dev/stdin \
%{buildroot}%{_datadir}/fish/vendor_completions.d/gh.fish
 
-install -D -m 0755 bin/gh %{buildroot}%{_bindir}/gh
+install -Dm755 bin/gh %{buildroot}%{_bindir}/gh
 install -d %{buildroot}%{_mandir}/man1/
 cp share/man/man1/* %{buildroot}%{_mandir}/man1
 
+%check
+GOFLAGS=%{goflags} make test
+
 %files
 %doc README.md
 %license LICENSE

++ _service ++
--- /var/tmp/diff_new_pack.VhzaRS/_old  2021-04-21 21:01:14.806375926 +0200
+++ /var/tmp/diff_new_pack.VhzaRS/_new  2021-04-21 21:01:14.806375926 +0200
@@ -1,9 +1,8 @@
+
 
-  
-  
+  
   
 gh.spec
   
-  
-  
-
+  
+
\ No newline at end of file

++ gh-1.8.1.tar.gz -> gh-1.9.2.tar.gz ++
 10673 lines of diff (skipped)

++ vendor.tar.gz ++
 22016 lines of diff (skipped)


commit gh for openSUSE:Factory

2021-04-14 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2021-04-14 10:10:38

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.2401 (New)


Package is "gh"

Wed Apr 14 10:10:38 2021 rev:5 rq:884868 version:1.8.1

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2021-03-10 08:58:51.654988422 
+0100
+++ /work/SRC/openSUSE:Factory/.gh.new.2401/gh.changes  2021-04-14 
10:11:02.825500580 +0200
@@ -1,0 +2,16 @@
+Tue Apr 13 07:50:34 UTC 2021 - Martin Pluskal 
+
+- Supplement bash-completion instead of bash 
+
+---
+Mon Apr 12 08:17:36 UTC 2021 - Mustafa ??alkan 
+
+- Update to version 1.8.1:
+  * Fix pr status/checks crash with unrecognized statuse from
+the server(#3336)
+  * Fix repo fork --clone not cloning an existing fork locally
+when running non-interactively(#3334)
+  * Fix commands not respecting default hostname from GH_HOST(#3347)
+- Create subpackages for completions
+
+---

Old:

  gh-1.7.0.tar.gz

New:

  gh-1.8.1.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.EiJBGc/_old  2021-04-14 10:11:03.525501762 +0200
+++ /var/tmp/diff_new_pack.EiJBGc/_new  2021-04-14 10:11:03.529501769 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gh
-Version:1.7.0
+Version:1.8.1
 Release:0
 Summary:The official CLI for GitHub
 License:MIT
@@ -25,21 +25,60 @@
 URL:https://cli.github.com/
 Source0:
https://github.com/cli/cli/archive/v%{version}.tar.gz#/gh-%{version}.tar.gz
 Source1:vendor.tar.gz
+BuildRequires:  fish
 BuildRequires:  golang(API) >= 1.13
+BuildRequires:  zsh
 Requires:   git
 
 %description
 Official CLI client for GitHub written in Go
 
+%package bash-completion
+Summary:Bash Completion for %{name}
+Group:  Development/Tools/Version Control
+Requires:   %{name} = %{version}
+Requires:   bash-completion
+Supplements:(gh and bash-completion)
+BuildArch:  noarch
+
+%description bash-completion
+Bash command line completion support for %{name}.
+
+%package zsh-completion
+Summary:ZSH Completion for %{name}
+Group:  Development/Tools/Version Control
+Requires:   %{name} = %{version}
+Supplements:(gh and zsh)
+BuildArch:  noarch
+
+%description zsh-completion
+ZSH command line completion support for %{name}.
+
+%package fish-completion
+Summary:Fish completion for %{name}
+Group:  Development/Tools/Version Control
+Requires:   %{name} = %{version}
+Supplements:(gh and fish)
+BuildArch:  noarch
+
+%description fish-completion
+Fish command line completion support for %{name}.
+
 %prep
-%setup -q -n cli-%{version}
-%setup -q -T -D -n cli-%{version} -a 1
+%autosetup -n cli-%{version} -a 1
 
 %build
 export GOFLAGS="-buildmode=pie -trimpath -mod=vendor -modcacherw 
-ldflags=-linkmode=external"
 %make_build GH_VERSION="v%{version}" bin/gh manpages
 
 %install
+bin/gh completion -s bash  | install -Dm644 /dev/stdin \
+   %{buildroot}%{_datadir}/bash-completion/completions/gh
+bin/gh completion -s zsh   | install -Dm644 /dev/stdin \
+   %{buildroot}%{_datadir}/zsh/site-functions/_gh
+bin/gh completion -s fish  | install -Dm644 /dev/stdin \
+   %{buildroot}%{_datadir}/fish/vendor_completions.d/gh.fish
+
 install -D -m 0755 bin/gh %{buildroot}%{_bindir}/gh
 install -d %{buildroot}%{_mandir}/man1/
 cp share/man/man1/* %{buildroot}%{_mandir}/man1
@@ -50,4 +89,13 @@
 %{_bindir}/gh
 %{_mandir}/man1/*
 
+%files bash-completion
+%{_datadir}/bash-completion/completions/gh
+
+%files zsh-completion
+%{_datadir}/zsh/site-functions/_gh
+
+%files fish-completion
+%{_datadir}/fish/vendor_completions.d/gh.fish
+
 %changelog

++ gh-1.7.0.tar.gz -> gh-1.8.1.tar.gz ++
 13782 lines of diff (skipped)

++ vendor.tar.gz ++
 22763 lines of diff (skipped)


commit gh for openSUSE:Factory

2021-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2021-03-10 08:57:43

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.2378 (New)


Package is "gh"

Wed Mar 10 08:57:43 2021 rev:4 rq:878081 version:1.7.0

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2020-12-16 11:01:27.351626967 
+0100
+++ /work/SRC/openSUSE:Factory/.gh.new.2378/gh.changes  2021-03-10 
08:58:51.654988422 +0100
@@ -1,0 +2,8 @@
+Sun Mar  7 18:06:23 UTC 2021 - Dirk M??ller 
+
+- update to 1.7.0:
+  * see https://github.com/cli/cli/releases/tag/v1.7.0
+  * https://github.com/cli/cli/releases/tag/v1.6.0 
+  * https://github.com/cli/cli/releases/tag/v1.5.0
+
+---

Old:

  gh-1.4.0.tar.gz

New:

  gh-1.7.0.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.5CaD0O/_old  2021-03-10 08:58:52.202988988 +0100
+++ /var/tmp/diff_new_pack.5CaD0O/_new  2021-03-10 08:58:52.206988991 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gh
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   gh
-Version:1.4.0
+Version:1.7.0
 Release:0
 Summary:The official CLI for GitHub
 License:MIT

++ gh-1.4.0.tar.gz -> gh-1.7.0.tar.gz ++
 25281 lines of diff (skipped)

++ vendor.tar.gz ++
 48794 lines of diff (skipped)


commit gh for openSUSE:Factory

2020-12-16 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2020-12-16 11:01:25

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.2328 (New)


Package is "gh"

Wed Dec 16 11:01:25 2020 rev:3 rq:856060 version:1.4.0

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2020-12-11 20:16:33.868655882 
+0100
+++ /work/SRC/openSUSE:Factory/.gh.new.2328/gh.changes  2020-12-16 
11:01:27.351626967 +0100
@@ -1,0 +2,13 @@
+Tue Dec 15 19:32:00 UTC 2020 - Emily Roberts 
+
+- Update to version 1.4.0
+  * Add ability to view issue and pull request comment threads
+  * Add management of GitHub Actions secrets
+  * Set up git credentials when logging in to GitHub CLI
+  * Add make install and make uninstall for POSIX systems when building from 
source
+  * pr merge: attempt the merge even if mergeability status could not be 
determined
+  * repo clone: enable cloning repository wikis
+  * Recognize Include directives when parsing ssh config files
+  * Display the new release notice only once per 24 hours
+
+---

Old:

  gh-1.3.1.tar.gz

New:

  gh-1.4.0.tar.gz



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.GQZp2j/_old  2020-12-16 11:01:28.563628158 +0100
+++ /var/tmp/diff_new_pack.GQZp2j/_new  2020-12-16 11:01:28.567628162 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gh
-Version:1.3.1
+Version:1.4.0
 Release:0
 Summary:The official CLI for GitHub
 License:MIT
@@ -37,7 +37,7 @@
 
 %build
 export GOFLAGS="-buildmode=pie -trimpath -mod=vendor -modcacherw 
-ldflags=-linkmode=external"
-make GH_VERSION="v%{version}" bin/gh manpages
+%make_build GH_VERSION="v%{version}" bin/gh manpages
 
 %install
 install -D -m 0755 bin/gh %{buildroot}%{_bindir}/gh

++ gh-1.3.1.tar.gz -> gh-1.4.0.tar.gz ++
 6390 lines of diff (skipped)

++ vendor.tar.gz ++
 9670 lines of diff (skipped)
___
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org


commit gh for openSUSE:Factory

2020-12-11 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2020-12-11 20:16:32

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.2328 (New)


Package is "gh"

Fri Dec 11 20:16:32 2020 rev:2 rq:854654 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2020-12-08 13:25:40.930723309 
+0100
+++ /work/SRC/openSUSE:Factory/.gh.new.2328/gh.changes  2020-12-11 
20:16:33.868655882 +0100
@@ -1,0 +2,22 @@
+Thu Dec 10 09:26:16 UTC 2020 - Emily Roberts 
+
+- Fix app not showing the correct version
+- Install readme and license files
+
+---
+Thu Dec 10 09:19:24 UTC 2020 - Martin Pluskal 
+
+- Build and install manpages as well
+
+---
+Wed Dec  9 17:44:56 UTC 2020 - Emily Roberts 
+
+- Use source specified at Source0 URL
+- Switch from tar_scm to download_files for obtaining source archive
+
+---
+Tue Dec  8 22:58:18 UTC 2020 - Emily Roberts 
+
+- Simplify BuildRequires
+
+---



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.r05AZs/_old  2020-12-11 20:16:34.604656187 +0100
+++ /var/tmp/diff_new_pack.r05AZs/_new  2020-12-11 20:16:34.604656187 +0100
@@ -23,30 +23,31 @@
 License:MIT
 Group:  Development/Tools/Version Control
 URL:https://cli.github.com/
-Source0:%{name}-%{version}.tar.gz
+Source0:
https://github.com/cli/cli/archive/v%{version}.tar.gz#/gh-%{version}.tar.gz
 Source1:vendor.tar.gz
-%if 0%{?sle_version} <= 150200
-BuildRequires:  (go >= 1.13 or go1.13)
-%else
-BuildRequires:  go >= 1.13
-%endif
+BuildRequires:  golang(API) >= 1.13
 Requires:   git
 
 %description
 Official CLI client for GitHub written in Go
 
 %prep
-%setup -q
-%setup -q -T -D -a 1
+%setup -q -n cli-%{version}
+%setup -q -T -D -n cli-%{version} -a 1
 
 %build
-go build -mod=vendor -buildmode=pie -o bin/gh ./cmd/gh
+export GOFLAGS="-buildmode=pie -trimpath -mod=vendor -modcacherw 
-ldflags=-linkmode=external"
+make GH_VERSION="v%{version}" bin/gh manpages
 
 %install
-
 install -D -m 0755 bin/gh %{buildroot}%{_bindir}/gh
+install -d %{buildroot}%{_mandir}/man1/
+cp share/man/man1/* %{buildroot}%{_mandir}/man1
 
 %files
+%doc README.md
+%license LICENSE
 %{_bindir}/gh
+%{_mandir}/man1/*
 
 %changelog

++ _service ++
--- /var/tmp/diff_new_pack.r05AZs/_old  2020-12-11 20:16:34.632656199 +0100
+++ /var/tmp/diff_new_pack.r05AZs/_new  2020-12-11 20:16:34.636656200 +0100
@@ -1,19 +1,5 @@
 
-  
-1.3.1
-https://github.com/cli/cli
-git
-gh
-enable
-.*
-refs/tags/v1.3.1
-  
-  
-gz
-*.tar
-  
-  
-gh.spec
+  
   
   
 gh.spec

++ gh-1.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gh-1.3.1/.gitattributes new/cli-1.3.1/.gitattributes
--- old/gh-1.3.1/.gitattributes 1970-01-01 01:00:00.0 +0100
+++ new/cli-1.3.1/.gitattributes2020-12-03 18:56:21.0 +0100
@@ -0,0 +1 @@
+.github/actions/*/lib/* linguist-generated
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gh-1.3.1/.github/CODE-OF-CONDUCT.md 
new/cli-1.3.1/.github/CODE-OF-CONDUCT.md
--- old/gh-1.3.1/.github/CODE-OF-CONDUCT.md 1970-01-01 01:00:00.0 
+0100
+++ new/cli-1.3.1/.github/CODE-OF-CONDUCT.md2020-12-03 18:56:21.0 
+0100
@@ -0,0 +1,76 @@
+# Contributor Covenant Code of Conduct
+
+## Our Pledge
+
+In the interest of fostering an open and welcoming environment, we as
+contributors and maintainers pledge to make participation in our project and
+our community a harassment-free experience for everyone, regardless of age, 
body
+size, disability, ethnicity, sex characteristics, gender identity and 
expression,
+level of experience, education, socio-economic status, nationality, personal
+appearance, race, religion, or sexual identity and orientation.
+
+## Our Standards
+
+Examples of behavior that contributes to creating a positive environment
+include:
+
+* Using welcoming and inclusive language
+* Being respectful of differing viewpoints and experiences
+* Gracefully accepting constructive criticism
+* Focusing on what is best for the community
+* Showing empathy towards other community members
+
+Examples of unacceptable behavior by participants include:
+
+* The use of sexualized language or imagery and unwelcome sexual attention or
+  advances
+* Trolling, insulting/derogatory comments, and personal or political attacks
+