pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/hub



Module Name:    pkgsrc
Committed By:   leot
Date:           Thu Jan  2 11:52:48 UTC 2020

Modified Files:
        pkgsrc/net/hub: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/net/hub/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/hub/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/hub/Makefile
diff -u pkgsrc/net/hub/Makefile:1.34 pkgsrc/net/hub/Makefile:1.35
--- pkgsrc/net/hub/Makefile:1.34        Fri Dec 13 07:43:49 2019
+++ pkgsrc/net/hub/Makefile     Thu Jan  2 11:52:48 2020
@@ -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}

Index: pkgsrc/net/hub/distinfo
diff -u pkgsrc/net/hub/distinfo:1.19 pkgsrc/net/hub/distinfo:1.20
--- pkgsrc/net/hub/distinfo:1.19        Sun Sep 22 15:09:07 2019
+++ pkgsrc/net/hub/distinfo     Thu Jan  2 11:52:48 2020
@@ -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