Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gh for openSUSE:Factory checked in at 2026-03-30 18:34:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gh (Old) and /work/SRC/openSUSE:Factory/.gh.new.1999 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gh" Mon Mar 30 18:34:00 2026 rev:93 rq:1343677 version:2.89.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gh/gh.changes 2026-03-11 21:00:23.402465045 +0100 +++ /work/SRC/openSUSE:Factory/.gh.new.1999/gh.changes 2026-03-30 18:38:17.052576901 +0200 @@ -1,0 +2,79 @@ +Thu Mar 26 13:38:19 UTC 2026 - Jeff Kowalczyk <[email protected]> + +- Update to version 2.89.0: + * Ensure huh prompter cleans up + * fix(huh prompter): remove unused fields and imports + * go mod tidy + * feat(huh prompter): clear search input after submitting query + * refactor(huh prompter): custom Field for MultiSelectWithSearch + * feat(huh prompter): add placeholder to search input + * fix(huh prompter): use synchronized accessors to eliminate data race + * fix(accessible prompter): update test expectations for huh v2 + * refactor(huh prompter): pipe-based test harness with full coverage + * test(huh prompter): add table-driven tests for all prompt types + * Upgrade to huh/v2 and fix selection persistence in MultiSelectWithSearch + * Fix gofmt alignment for prompter-enabled fields in IOStreams + * Use LayoutStack for huhPrompter MultiSelectWithSearch + * Add experimental huh-only prompter gated by GH_EXPERIMENTAL_PROMPTER + * Add nameWithOwner to necessary tests + * fix(pr view): fetch nameWithOwner in headRepository GraphQL query + * test(acceptance): remove run-download-traversal test + * fix(acceptance): set git identity in testscript sandbox + * internal/codespaces/portforwarder: define err in go func instead of use err defined in outer scope + * chore(deps): bump github.com/zalando/go-keyring from 0.2.6 to 0.2.8 + * Update docs/triage.md + * Update docs/triage.md + * Align triage.md with unified triage process + * Fix typo: remove extra space in README.md link + * fix(survey): use useReviewerSearch consistently in prompt path + * fix(pr create): wire up @copilot assignee replacement and [bot] suffix + * refactor(survey): simplify ApiActorsSupported in RepoMetadataInput + * docs(featuredetection): document GHES removal criteria for ApiActorsSupported + * refactor(featuredetection): rename ActorIsAssignable to ApiActorsSupported + * refactor(pr shared): consolidate ActorAssignees and ActorReviewers into ApiActorsSupported + * refactor(pr shared): extract SpecialAssigneeReplacer for @me and Copilot expansion + * chore(deps): bump github.com/google/go-containerregistry + * Record agentic invocations in User-Agent header + * Address review: table tests, godocs, code style + * Add AGENTS.md optimized for AI agent token efficiency + * docs: simplify flag text + * docs(pr edit): improve command examples with grouped sections + * docs: clarify that --add-reviewer can re-request reviews + * feat(pr create, issue create): search-based assignee selection in MetadataSurvey + * review: address code review feedback + * refactor(issue edit): wire up search-based assignee selection + * refactor(pr edit): remove actor accumulation hack from assignee search + * refactor(pr edit, issue edit): use login-based assignee mutation for flag flows + * fix(pr create): use login-based assignee mutation on github.com + * chore(deps): bump microsoft/setup-msbuild from 2.0.0 to 3.0.0 + * chore(deps): bump mislav/bump-homebrew-formula-action from 3.6 to 4.1 + * Remove auto-labels from issue templates + * fix(agent-task): resolve Copilot API URL dynamically (#12956) + * chore(deps): bump google.golang.org/grpc from 1.79.2 to 1.79.3 + * chore(deps): bump azure/login from 2.3.0 to 3.0.0 + * fix: improve docs around IssueRepoInfo + * test(issue transfer): update stub for IssueRepositoryInfo query + * fix(issue transfer): use IssueRepoInfo to fetch minimal fields for issues + * test(issue create): update stubs for IssueRepositoryInfo query + * fix(issue create): use IssueRepoInfo to avoid requiring Contents:Read permission + * test(api): add tests for GitHubRepo and IssueRepoInfo + * refactor(api): add IssueRepoInfo for minimal issue repo queries +- Packaging improvements: + * Drop lower-go-version.patch since go1.26.1 is now available. + Patches to go.mod are brittle with fuzz=0 as adjacent lines + containing dependency versions will change frequently. + * Tests: skip two upstream tests TestPendingOperationDisallowsSSH + and TestSelectSSHKeys which currently fail in the limited + rpmbuild environment. These could probably be addressed with + additional BuildRequires to provide a more complete system + analog. + +------------------------------------------------------------------- +Thu Mar 12 12:06:18 UTC 2026 - Jeff Kowalczyk <[email protected]> + +- Update to version 2.88.1: + * Revert "fix: clarify scope error while creating issues for projects" + * Revert "refactor: deduplicate scope error handling between api/client.go and project queries" + * Switch deployment signing to OIDC authentication + +------------------------------------------------------------------- Old: ---- cli-2.88.0.tar.zst lower-go-version.patch New: ---- cli-2.89.0.tar.zst ----------(Old B)---------- Old:- Packaging improvements: * Drop lower-go-version.patch since go1.26.1 is now available. Patches to go.mod are brittle with fuzz=0 as adjacent lines ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gh.spec ++++++ --- /var/tmp/diff_new_pack.hhgofh/_old 2026-03-30 18:38:18.392632859 +0200 +++ /var/tmp/diff_new_pack.hhgofh/_new 2026-03-30 18:38:18.400633193 +0200 @@ -20,14 +20,13 @@ %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw" %define sname cli Name: gh -Version: 2.88.0 +Version: 2.89.0 Release: 0 Summary: The official CLI for GitHub License: MIT URL: https://cli.github.com/ Source0: %{sname}-%{version}.tar.zst Source1: vendor.tar.gz -Patch0: lower-go-version.patch BuildRequires: fish BuildRequires: git-core BuildRequires: zstd @@ -92,8 +91,7 @@ cp share/man/man1/* %{buildroot}%{_mandir}/man1 %check -# GOFLAGS=%{goflags} go test ./... -skip "TestNewInspectCmd" -GOFLAGS=%{goflags} go test ./... +GOFLAGS=%{goflags} go test ./... -skip "TestPendingOperationDisallowsSSH|TestSelectSSHKeys" %files %doc README.md ++++++ _service ++++++ --- /var/tmp/diff_new_pack.hhgofh/_old 2026-03-30 18:38:18.464635866 +0200 +++ /var/tmp/diff_new_pack.hhgofh/_new 2026-03-30 18:38:18.468636033 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/cli/cli</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v2.88.0</param> + <param name="revision">v2.89.0</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> @@ -16,7 +16,7 @@ <param name="compression">zst</param> </service> <service name="go_modules" mode="manual"> - <param name="archive">cli-2.88.0.tar.zst</param> + <param name="archive">cli-2.89.0.tar.zst</param> </service> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.hhgofh/_old 2026-03-30 18:38:18.500637368 +0200 +++ /var/tmp/diff_new_pack.hhgofh/_new 2026-03-30 18:38:18.508637703 +0200 @@ -1,7 +1,7 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/cli/cli</param> - <param name="changesrevision">e8cc7f94367a0d862501aea1e318e6e0c326f0b9</param> + <param name="changesrevision">b62671151b7c98852b7023dd672f5092d1c9dab0</param> </service> </servicedata> (No newline at EOF) ++++++ cli-2.88.0.tar.zst -> cli-2.89.0.tar.zst ++++++ /work/SRC/openSUSE:Factory/gh/cli-2.88.0.tar.zst /work/SRC/openSUSE:Factory/.gh.new.1999/cli-2.89.0.tar.zst differ: char 7, line 1 ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/gh/vendor.tar.gz /work/SRC/openSUSE:Factory/.gh.new.1999/vendor.tar.gz differ: char 13, line 1
