pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/hub hub: Update to 2.13.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ca9da94d451
branches:  trunk
changeset: 346654:1ca9da94d451
user:      leot <leot%pkgsrc.org@localhost>
date:      Thu Jan 02 11:52:48 2020 +0000

description:
hub: Update to 2.13.0

Changes:
2.13.0
------
  * New command: hub gist
  * Add git pr show --format=... flag
  * Add hub api --obey-ratelimit flag
  * hub help: support compressed man pages
  * Add hub release download --include=PATTERN flag
  * hub help: Enable hub help --web <command>
  * hub release: Retry attaching release assets on 5xx server errors
  * hub pr checkout fixes
      + handle case when the PR given matches the current branch
      + avoid overriding existing branch merge config
  * hub release: Fail fast when attempting to attach unavailable files
  * Honor HTTPS_PROXY, NO_PROXY environment variables
  * Strip "co-authored-by" lines when populating PR body from git log
  * git compatibility: have hub <cmd> --help open the man page
  * hub fork bash completion improvements
  * hub pr fish completion improvements

2.12.8
------
  * hub compare: improve upstream branch detection & error messages
  * hub compare: allow slash character in branch names
  * hub api: fix GraphQL requests made to Enterprise hosts
  * Docs: clarify --message, --file, and --edit flags

2.12.7
------
  * Fix password prompt on Windows

diffstat:

 net/hub/Makefile |   5 ++---
 net/hub/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (28 lines):

diff -r 2a3ccb678a91 -r 1ca9da94d451 net/hub/Makefile
--- a/net/hub/Makefile  Thu Jan 02 11:51:37 2020 +0000
+++ b/net/hub/Makefile  Thu Jan 02 11:52:48 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2019/12/13 07:43:49 bsiegert Exp $
+# $NetBSD: Makefile,v 1.35 2020/01/02 11:52:48 leot Exp $
 
-DISTNAME=      hub-2.12.6
-PKGREVISION=   3
+DISTNAME=      hub-2.13.0
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=github/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 2a3ccb678a91 -r 1ca9da94d451 net/hub/distinfo
--- a/net/hub/distinfo  Thu Jan 02 11:51:37 2020 +0000
+++ b/net/hub/distinfo  Thu Jan 02 11:52:48 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2019/09/22 15:09:07 leot Exp $
+$NetBSD: distinfo,v 1.20 2020/01/02 11:52:48 leot Exp $
 
-SHA1 (hub-2.12.6.tar.gz) = 6ce4fe4056eaa2ad761e0a9a0a82e7a746ddf6d3
-RMD160 (hub-2.12.6.tar.gz) = 90c59a89e1e64d61858e1117c7e7f1a945eeca34
-SHA512 (hub-2.12.6.tar.gz) = ff15bd3f136783d3b8c7885dfc54fdaa8cbc656558dccdc4354d0ee3f7535fe8bbd958c83b37a780ff4c6bd3dec096e9ca42610401aaffa6375422b9a1181e7f
-Size (hub-2.12.6.tar.gz) = 1624842 bytes
+SHA1 (hub-2.13.0.tar.gz) = 3069d842617461ed5708e767d8ed0de7a7f838c7
+RMD160 (hub-2.13.0.tar.gz) = 97deb67284fe6c5cf85b1e3376618924c78b06ff
+SHA512 (hub-2.13.0.tar.gz) = 77cc86948a4725a56b09eacdecb3227b46022de93f6ca8eb298441e32bda83cd8e6bb7874e029caae06852c6edcedfaa19382599d6f6ad9760663ff2573d2342
+Size (hub-2.13.0.tar.gz) = 2074748 bytes



Home | Main Index | Thread Index | Old Index