Bug 250176 - devel/gh: Update to 1.1.0
Summary: devel/gh: Update to 1.1.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL: https://github.com/cli/cli/releases/v...
Keywords: buildisok
Depends on:
Blocks:
 
Reported: 2020-10-07 09:44 UTC by Lewis Cook
Modified: 2020-10-07 13:55 UTC (History)
1 user (show)

See Also:
fernape: merge-quarterly+


Attachments
gh-1.1.0.diff (11.20 KB, patch)
2020-10-07 09:44 UTC, Lewis Cook
lcook: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lewis Cook freebsd_committer freebsd_triage 2020-10-07 09:44:44 UTC
Created attachment 218588 [details]
gh-1.1.0.diff

Changelog:

 * https://github.com/cli/cli/releases/v1.1.0

QA:

 * portlint: OK (looks fine).
 * testport: OK (poudriere: 12.1-RELEASE-p8, amd64).

MFH: Yes (Bugfix release).
Comment 1 Automation User 2020-10-07 10:49:15 UTC
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/199145964
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-10-07 13:50:46 UTC
A commit references this bug:

Author: fernape
Date: Wed Oct  7 13:50:00 UTC 2020
New revision: 551641
URL: https://svnweb.freebsd.org/changeset/ports/551641

Log:
  devel/gh: Update to 1.1.0

  From ChangeLog: https://github.com/cli/cli/releases/v1.1.0

  Features
   * Support GH_PAGER environment override for PAGER
   * Disable terminal pager when its value is set to cat
   * repo view: add option to specify a branch
   * repo view: render :emoji: syntax as emoji characters

  Bugs
    * Fix pr create when branch was already pushed to a non-base remote
    * pr status/view/create: fix API-related failures with GitHub Enterprise
      Server
    * Fix markdown rendering when terminal pager is enabled
    * repo create: respect repo name input given in interactive prompt
    * auth login: display correct hostname in Personal Access Token instructions
    * auth login: document minimum required token scopes
    * pr checkout: fix running on detached HEAD
    * pr merge: default to "no" for "delete branch after merge" prompt
    * gist list: switch to GraphQL API to improve fetching
           - support fetching more than 100 gists
           - list gists ordered by creation time, descending
           - for machine-readable output, serialize timestamps in RFC 3339 format
           - ensure newlines in gist description are rendered as spaces
   * gist view/edit: fix passing Gist URL as argument
   * gist edit: check ownership before editing
   * gist edit: avoid updating gist when the contents haven't changed
   * repo garden: fix for repositories with only a few commits
   * repo garden: restore tty settings on exit
   * Fix reading the current git branch name when it contains a non-breaking space
   * Document gh config set pager ... option
   * Fix .tar upload tests on different OSs

  PR:	250176
  Submitted by:	vulcan@wired.sh (maintainer)
  MFH:	2020Q4 (blanket, bugfix release)

Changes:
  head/devel/gh/Makefile
  head/devel/gh/distinfo
  head/devel/gh/files/
  head/devel/gh/pkg-descr
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-10-07 13:54:48 UTC
A commit references this bug:

Author: fernape
Date: Wed Oct  7 13:54:02 UTC 2020
New revision: 551642
URL: https://svnweb.freebsd.org/changeset/ports/551642

Log:
  MFH: r551641

  devel/gh: Update to 1.1.0

  From ChangeLog: https://github.com/cli/cli/releases/v1.1.0

  Features
   * Support GH_PAGER environment override for PAGER
   * Disable terminal pager when its value is set to cat
   * repo view: add option to specify a branch
   * repo view: render :emoji: syntax as emoji characters

  Bugs
    * Fix pr create when branch was already pushed to a non-base remote
    * pr status/view/create: fix API-related failures with GitHub Enterprise
      Server
    * Fix markdown rendering when terminal pager is enabled
    * repo create: respect repo name input given in interactive prompt
    * auth login: display correct hostname in Personal Access Token instructions
    * auth login: document minimum required token scopes
    * pr checkout: fix running on detached HEAD
    * pr merge: default to "no" for "delete branch after merge" prompt
    * gist list: switch to GraphQL API to improve fetching
           - support fetching more than 100 gists
           - list gists ordered by creation time, descending
           - for machine-readable output, serialize timestamps in RFC 3339 format
           - ensure newlines in gist description are rendered as spaces
   * gist view/edit: fix passing Gist URL as argument
   * gist edit: check ownership before editing
   * gist edit: avoid updating gist when the contents haven't changed
   * repo garden: fix for repositories with only a few commits
   * repo garden: restore tty settings on exit
   * Fix reading the current git branch name when it contains a non-breaking space
   * Document gh config set pager ... option
   * Fix .tar upload tests on different OSs

  PR:	250176
  Submitted by:	vulcan@wired.sh (maintainer)

  Approved by:	ports-secteam (blanket, bugfix release)

Changes:
_U  branches/2020Q4/
  branches/2020Q4/devel/gh/Makefile
  branches/2020Q4/devel/gh/distinfo
  branches/2020Q4/devel/gh/files/
  branches/2020Q4/devel/gh/pkg-descr
Comment 4 Fernando Apesteguía freebsd_committer freebsd_triage 2020-10-07 13:55:16 UTC
Committed,

Thanks!