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.changes 2023-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 <dmuel...@suse.com> + +- 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 @@ <services> - <service name="tar_scm" mode="disabled"> - <param name="url">https://github.com/cli/cli</param> - <param name="scm">git</param> - <param name="exclude">.git</param> - <param name="revision">v2.36.0</param> - <param name="versionformat">@PARENT_TAG@</param> - <param name="changesgenerate">enable</param> - <param name="versionrewrite-pattern">v(.*)</param> - </service> - <service name="set_version" mode="disabled"> - <param name="basename">cli</param> - </service> - <service name="recompress" mode="disabled"> - <param name="file">*.tar</param> - <param name="compression">gz</param> - </service> - <service name="go_modules" mode="disabled"> - <param name="archive">cli-2.36.0.tar.gz</param> + <service name="download_files" mode="manual"/> + <service name="go_modules" mode="manual"> + <param name="archive">cli-2.38.0.tar.gz</param> + <param name="compression">zst</param> </service> </services> ++++++ cli-2.36.0.tar.gz -> cli-2.38.0.tar.gz ++++++ ++++ 10024 lines of diff (skipped)