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.changes    2021-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 <nopeinomi...@posteo.net>
+
+- Change issue references in the changelog to proper OBS abbreviations
+
+-------------------------------------------------------------------
+Sat Dec 18 03:04:36 UTC 2021 - Emily Roberts <nopeinomi...@posteo.net>
+
+- 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 brackets in man pages by @meiji163 in gh#cli/cli#4752
+       * Overhaul manual pages for the web by @mislav in gh#cli/cli#4675
+       * Fix CODEOWNERS for codespaces by @mislav in gh#cli/cli#4728
+       * Don't use gpg in Debian instruction by @TobiX in gh#cli/cli#4610
+       * Bump bluemonday to silence the security alert by @mislav in 
gh#cli/cli#4607
+- Changes from 2.2.0
+       * Support for GitHub Codespaces
+  * Add repo delete command by @meiji163 in gh#cli/cli#4451
+  * Add run cancel command by @cristiand391 in gh#cli/cli#3833
+  * Add gpg-key management commands by @owenvoke in gh#cli/cli#3822
+  * Support logging in to github.localhost by @joshmgross in gh#cli/cli#4523
+  * browse: respect the current working directory for file arguments by 
@bchadwic in gh#cli/cli#4007
+       * release create: respect the --draft flag in interactive mode by 
@Sixeight in gh#cli/cli#4542
+       * api: avoid repeating GET parameters when paginating by @mislav in 
gh#cli/cli#4559
+       * The progress spinner is now visible against a light background 
gh#cli/cli#4556
+       * Dispatch binary extensions directly by @vilmibm in gh#cli/cli#4568
+       * Fix copy/paste mistake in docs by @stdtom in gh#cli/cli#4582
+- Changes from 2.1.0
+  * Add repo archive command by @pxrth9 & @meiji163 in gh#cli/cli#4410
+  * Add support for precompiled extensions by @vilmibm in gh#cli/cli#4308 
gh#cli/cli#4373
+  * If an extension repository publishes Releases with uploaded binary assets 
named with a suffix formatted like {OS}-{ARCH} (e.g. linux-amd64), the matching 
binary will be downloaded and installed as the extension instead of cloning the 
code from the extension repository.
+  * pr list: add --draft, --non-draft, and --head filters by @SiarheiFedartsou 
in gh#cli/cli#4316 gh#cli/cli#4279
+  * pr diff: add --patch flag by @m4ver1k in gh#cli/cli#4460
+  * browse: add --commit flag to open the permalink for the latest commit by 
@bchadwic in gh#cli/cli#3950
+  * api: add docs hint on how to use use stdin by @rethab in gh#cli/cli#4291
+  * pr checks/run: revised "pending" and "skipped" symbols by @bchadwic in 
gh#cli/cli#4090
+  * pr checkout: also set pushRemote for new branches by @RasmusWL in 
gh#cli/cli#4363
+  * extension list: speed up checking for updates by @samcoe in gh#cli/cli#4396
+  * extension install: document installing using a full URL by @wrslatz in 
gh#cli/cli#4271
+  * extension create: use /usr/bin/env bash instead of /bin/bash in generated 
shebang by @kidonng in gh#cli/cli#4203
+  * browse: add support for line ranges browse by @despreston in 
gh#cli/cli#4253
+  * browse: fix markdown files with line ranges by @andrewhsu in 
gh#cli/cli#4310
+  * repo garden: use the x/term package instead of shelling out to stty by 
@mislav in gh#cli/cli#4214
+  * repo sync: allow user input for git fetch by @samcoe in gh#cli/cli#4328
+  * repo create: avoid swallowing error from a prompt by @mislav in 
gh#cli/cli#4331
+  * Skip authentication requirement for internal completion commands by 
@cuonglm in gh#cli/cli#4189
+  * Add quotes around @me in documentation to ensure examples work in 
PowerShell by @Jernik in gh#cli/cli#4239
+  * Suggest to re-authenticate to fix "SAML enforcement" error by @mislav in 
gh#cli/cli#4241
+  * Print warning when limit exceeds search API maximum by @despreston in 
gh#cli/cli#3967
+  * Add git+https to the list of supported git remote URL protocols by 
@danburzo in gh#cli/cli#4347
+  * Fix detecting the current gh executable in PATH by @wilso199 in 
gh#cli/cli#4243
+  * Bump Survey library to fix the "Unexpected escape sequence" error by 
@mislav in gh#cli/cli#4405
+  * Warn about missing OAuth scopes when printing HTTP 4xx errors by @mislav 
in gh#cli/cli#4513
+
+-------------------------------------------------------------------
@@ -4 +101 @@
-- Fix boo#1192421 - Changed git dependency to only git-core 
+- Fix boogh#cli/cli#1192421 - Changed git dependency to only git-core 
@@ -11,18 +108,16 @@
-  * 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
-
-
+  * Display label colors in issue list output gh#cli/cli#4106
+  * Add tablerow/tablerender template functions for rendering data as tables 
gh#cli/cli#3519
+  * Add GH_FORCE_TTY to enable terminal-style output even when redirected 
gh#cli/cli#4146
+  * Add repo sync command to sync a branch with its upstream state 
gh#cli/cli#3813
+  * Add pr checkout --branch flag to control the branch name gh#cli/cli#4005
+  * Add release create --discussion-category flag gh#cli/cli#4003
+  * Add config set browser option and GH_BROWSER environment variable 
gh#cli/cli#3992
+  * Add repo list --topic filter gh#cli/cli#4136
+  * Add PowerShell instructions to completion help gh#cli/cli#4114
+  * Improve accessibility of interactive select menus gh#cli/cli#4172
+  * Improve detection of truecolor terminal capabilities gh#cli/cli#4106
+  * Avoid wrapping issues in powershell.exe gh#cli/cli#4106
+  * Detect missing git and abort early during auth login flow gh#cli/cli#4109
+  * Fix HTTP 502 error printing from GraphQL responses gh#cli/cli#4154
+  * Require Go 1.16+ gh#cli/cli#4175
+  * Remove backwards compatibility with homedir library for config files 
gh#cli/cli#4145
@@ -34 +129 @@
-  * Improve shell completion #4028
+  * Improve shell completion gh#cli/cli#4028
@@ -39,6 +134,6 @@
-    - 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
+    - Enable descriptions in PowerShell completion gh#cli/cli#4085
+    - Add completion of -R/--repo flag based on available git remotes 
gh#cli/cli#3942
+  * Add pr merge --admin flag to allow admins to force-merge a pull request 
gh#cli/cli#4071
+  * Fix authenticating with GH_ENTERPRISE_TOKEN and GH_HOST environment 
variables gh#cli/cli#4019
+  * Fix labels display in issue list output gh#cli/cli#4079
+  * Fix printing certain GraphQL errors gh#cli/cli#4087
@@ -52,12 +147,12 @@
-  * 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
+  * issue/pr view: output label names in their own color gh#cli/cli#3912
+  * Add gh browse --no-browser to only print the URL gh#cli/cli#3943
+  * repo create: respect privacy setting when using license/gitignore 
templates gh#cli/cli#3972
+  * repo create: respect repository description when creating from template 
repository gh#cli/cli#3972
+  * repo create --confirm: avoid license/gitignore template prompt 
gh#cli/cli#3995
+  * pr merge --auto: merge immediately if the PR is already mergeable 
gh#cli/cli#3706
+  * pr merge: suggest using --auto when merging is blocked gh#cli/cli#3706
+  * Allow using cursor keys in interactive text inputs gh#cli/cli#3980
+  * gh run watch --exit-status: correct exit status for completed runs 
gh#cli/cli#3982
+  * Skip auto-migrate of config files when GH_CONFIG_DIR is set gh#cli/cli#4017
+  * alias set: add note about double-quoting arguments for Command Prompt 
users gh#cli/cli#4013
+  * Clean up GH_CONFIG_DIR docs gh#cli/cli#4020
@@ -65,2 +160,2 @@
-  * Fix bug where branchProtectionRule doesn't exist in enterprise 2.22 #3922
-  * Fix repo create in org with license/ignore #3924
+  * Fix bug where branchProtectionRule doesn't exist in enterprise 2.22 
gh#cli/cli#3922
+  * Fix repo create in org with license/ignore gh#cli/cli#3924
@@ -71,18 +166,18 @@
-  * 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
++++ 165 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/gh/gh.changes
++++ and /work/SRC/openSUSE:Factory/.gh.new.2520/gh.changes

Old:
----
  gh-2.0.0.tar.gz

New:
----
  gh-2.3.0.tar.gz

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

Other differences:
------------------
++++++ gh.spec ++++++
--- /var/tmp/diff_new_pack.5c4TTe/_old  2021-12-20 21:06:47.634956201 +0100
+++ /var/tmp/diff_new_pack.5c4TTe/_new  2021-12-20 21:06:47.642956206 +0100
@@ -18,7 +18,7 @@
 
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 Name:           gh
-Version:        2.0.0
+Version:        2.3.0
 Release:        0
 Summary:        The official CLI for GitHub
 License:        MIT
@@ -27,9 +27,9 @@
 Source1:        vendor.tar.gz
 # Completions
 BuildRequires:  fish
-# Test requirement
-BuildRequires:  git-core
 BuildRequires:  zsh
+# Build/Test requirements
+BuildRequires:  git-core
 BuildRequires:  golang(API) >= 1.16
 Requires:       git-core
 

++++++ gh-2.0.0.tar.gz -> gh-2.3.0.tar.gz ++++++
++++ 28015 lines of diff (skipped)

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

Reply via email to