pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/gh gh: update to 2.10.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/b9fbcaa91818
branches: trunk
changeset: 379169:b9fbcaa91818
user: kim <kim%pkgsrc.org@localhost>
date: Thu May 12 11:15:14 2022 +0000
description:
gh: update to 2.10.1
GitHub CLI 2.10.1
What's Changed
- Hide retention-period flag by @greggroth in #5607
GitHub CLI 2.10.0
What's New
- Add label list list sorting and label remove command by @heaths in #5503
- Add label list --json support by @heaths in #5567
- Add repo list --visibility=internal flag by @hiradp in #5564
- Add release list --exclude-drafts flag by @ffalor in #5595
- Add codespace jupyter command to open codespaces in JupyterLab by @jungaretti in #5291
- codespaces list: add display name to the list output by @josebalius in #5571
- pr create: add "Submit as draft" option by @koskeller in #5570
- Add devcontainer to this project by @joshspicer in #5592
- Add codespace create --retention-period flag by @greggroth in #5504
What's Changed
- label edit: clarify --name switch by @heaths in #5525
- gist create: add progress indicator by @ffalor in #5526
- repo create: fix grammar prompt by @chemotaxis in #5557
- issue comment: support quotes and arguments in EDITOR value by @mislav in #5549
- search prs: add the ability to pass teams to --review-requested by @ffalor in #5538
- search prs: add example to help output by @damiensedgwick in #5562
- issue view: fix non-working usage example by @mhmdanas in #5563
- pr merge: refactor implementation by @mntlty in #5514
- status: omit results from archived repositories by @ffalor in #5583
- status: ignore FORBIDDEN errors due to SAML restrictions by @heaths in #5588
- auth: respect GH_BROWSER, "browser" config, avoid opening non-HTTP URLs by @mislav in #5604
- repo clone: document adding upstream remote if repo is a fork by @dhalbert in #5466
- Fix nil pointer exception in codespace selection by @cannist in #5605
- codespaces: handle star in display name by @josebalius in #5577
- Upgrade to go 1.18 by @samcoe in #5542
- Bump github.com/cpuguy83/go-md2man/v2 from 2.0.1 to 2.0.2 by @dependabot in #5522
- Bump github.com/google/go-cmp from 0.5.7 to 0.5.8 by @dependabot in #5533
- Consistent version format in version upgrade notice by @mislav in #5559
GitHub CLI 2.9.0
What's New
- label edit: Command to edit existing labels by @heaths in #5519
- label clone: Command to clone labels between repositories by @heaths in #5452
- label create: Add --force flag to forcibly create labels by @heaths in #5451
- codespaces: Support for multi devcontainer by @reybard in #5076
What's Changed
- label list: Add column for displaying the label color by @heaths in #5462
- pr merge: Warn if PR is already merged by @mntlty in #5463
- gist delete: Avoid crash when deleting gist with no owner by @mislav in #5510
- list commands: Standardize output when no entries found by @rpadaki in #5479
- repo list: Add ls alias to command by @rpadaki in #5480
- issue/pr list: Fix searching by --state flag by @samcoe in #5513
- search prs: Correct displayed header when searching prs command by @samcoe in #5488
- pr create: Document that --body-file reads from stdin by @lukekarrys in #5461
- Add tab completion descriptions for aliases and extensions by @rpadaki in #5447
- Replace deprecated ioutil package with io and os package replacements by @estensen in #5498
GitHub CLI 2.8.0
What's New
- New release edit command by @plu in #5422
- issue close: add --comment flag to close with comment by @samcoe in #5437
- issue delete: add --confirm flag by @opelr in #5396
- pr merge: provide instructions for resolving merge conflicts by @ErKiran in #5330
- codespace select: add hidden select command for extensions by @legomushroom in #5390
- codespace create: make location an optional flag by @jshorty in #5410
- codespace create: handle idle timeout notice by @adnamalin in #5409
- codespace code: add --web flag to open in Visual Studio Code web mode by @jackcmeyer in #5380
- gist edit: allow non-interactive file replacement by @samcoe in #5408
- extension upgrade: add --dry-run flag by @samcoe in #5098
- Add new alias to all create commands by @chriscn in #5388
What's Changed
- Add support for installing binary extensions on M1 Macs by @mislav in #5457
- status: respect GitHub host configuration by @mislav in #5423
- codespace ssh/cp: check paths safely by @jshorty in #5384
- codespace edit: remove unsupported idle timeout flag by @adnamalin in #5405
- extension list: speed up output by avoiding checking for upgrades by @samcoe in #5098
- extension list: don't error if no extensions are installed by @rpadaki in #5445
- auth login: fix flow when ~/.config/gh/config.yml is read-only by @ncfavier in #5378
- Fix table printer crash in narrow terminals by @rpadaki in #5449
- Improve DNF installation instructions by @gto406 in #5406
- Change issue close color from red to purple by @samcoe in #5436
- Replace old search query builder by @samcoe in #5366
diffstat:
net/gh/Makefile | 5 ++---
net/gh/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (35 lines):
diff -r 74fc8864cc30 -r b9fbcaa91818 net/gh/Makefile
--- a/net/gh/Makefile Thu May 12 10:13:36 2022 +0000
+++ b/net/gh/Makefile Thu May 12 11:15:14 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2022/05/11 19:26:18 bsiegert Exp $
+# $NetBSD: Makefile,v 1.39 2022/05/12 11:15:14 kim Exp $
-DISTNAME= gh-2.7.0
-PKGREVISION= 2
+DISTNAME= gh-2.10.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=cli/}
GITHUB_PROJECT= cli
diff -r 74fc8864cc30 -r b9fbcaa91818 net/gh/distinfo
--- a/net/gh/distinfo Thu May 12 10:13:36 2022 +0000
+++ b/net/gh/distinfo Thu May 12 11:15:14 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.21 2022/04/03 18:37:02 bsiegert Exp $
+$NetBSD: distinfo,v 1.22 2022/05/12 11:15:14 kim Exp $
BLAKE2s (cloud.google.com_go_@v_v0.26.0.mod) = 53d181aacbf96ec4f9cdd051466576dbb6959ca71a825bc6672046c7c53a2b43
SHA512 (cloud.google.com_go_@v_v0.26.0.mod) = 5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273
@@ -117,9 +117,9 @@
BLAKE2s (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.zip) = d95edcd2894a7a7dbe0b36fc5d188fd3b887c65cdd8ff589b7bfe60348b8025d
SHA512 (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.zip) =
4206fa50ea8f056656804388954562efcc78a14ed8f249801c601ccd399f70ea101e5299e07bd9b86e6e137a3cd2103209ef186193a1129e108b224ee5497432
Size (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.zip) = 33828 bytes
-BLAKE2s (gh-2.7.0.tar.gz) = f33fd7894661fab748c9c24b9c772f6094d20b6105ab1884dd9ddb460fd305f7
-SHA512 (gh-2.7.0.tar.gz) = 5be8075d2eede5d4b38ca0de03f9aca03add41f9d9d4ab9ac77834ea8f051709e0673094d851e2720177da4a3a1fb579256fb9cde9366a2b0cb79d0b76141734
-Size (gh-2.7.0.tar.gz) = 694408 bytes
+BLAKE2s (gh-2.10.1.tar.gz) = 9c50f8ac6ac03e71a437a2d05c9a57c3aee93ddd2cfea118c1adf1d28d9997fe
+SHA512 (gh-2.10.1.tar.gz) = 4d80e0dd7bf9fc4216b680b3d221600a9d2ee1e1e45962480964341c4a4fa40b93ff812719eee1567b6c8059261c54f60f12bd4f2fda24013fae59667cdcc533
+Size (gh-2.10.1.tar.gz) = 712763 bytes
BLAKE2s (github.com__alec_aivazis_survey_v2_@v_v2.3.4.mod) = 96bde62d5cb0328ac5d83b64f4f16eb8c1509ccbdb01e52e874c06e81728be02
SHA512 (github.com__alec_aivazis_survey_v2_@v_v2.3.4.mod) = b69dc9ec295640230cb1578d54b60080572081d1628d5ca44c87f15e5e3c76ae375076491018935c31f7cec5c0d1861b23d64f2472c81ac0cd6e981488abc74a
Size (github.com__alec_aivazis_survey_v2_@v_v2.3.4.mod) = 595 bytes
Home |
Main Index |
Thread Index |
Old Index