pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/jira-cli www/jira-cli: Update to 1.1.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/c09201da4040
branches: trunk
changeset: 383613:c09201da4040
user: fox <fox%pkgsrc.org@localhost>
date: Sun Aug 21 04:08:50 2022 +0000
description:
www/jira-cli: Update to 1.1.0
Changes since 1.0.0:
This release fixes the issue with screen flickering and insecure TLS config +
adds some features.
## What's added?
- feat: Ability to add worklog by @ankitpokhrel in #410
- feat: Make selection highlight customizable by @ankitpokhrel in #419
## What's fixed?
- fix: Flickering issue by @ankitpokhrel in #436
- fix: Issue with insecure TLS config by @ankitpokhrel in #413
- fix: Issue with default assignee and unassign from tui by @ankitpokhrel in
#405
- fix(minor): Use pointer receiver to avoid heavy copying by @ankitpokhrel
in #426
## Other notable changes
- ehc: Increase max col width + some cleanup by @ankitpokhrel in #427
- chore: Remove deprecated ioutil usage by @ankitpokhrel in #422
New Contributors
- @stavares843 made their first contribution in #423
Full Changelog: https://github.com/ankitpokhrel/jira-cli/compare/v1.0.0...v1.1.0
diffstat:
www/jira-cli/Makefile | 5 ++---
www/jira-cli/PLIST | 4 +++-
www/jira-cli/distinfo | 8 ++++----
3 files changed, 9 insertions(+), 8 deletions(-)
diffs (54 lines):
diff -r 1648e271eb60 -r c09201da4040 www/jira-cli/Makefile
--- a/www/jira-cli/Makefile Sat Aug 20 23:33:50 2022 +0000
+++ b/www/jira-cli/Makefile Sun Aug 21 04:08:50 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2022/08/12 20:38:05 bsiegert Exp $
+# $NetBSD: Makefile,v 1.14 2022/08/21 04:08:50 fox Exp $
-DISTNAME= jira-cli-1.0.0
+DISTNAME= jira-cli-1.1.0
MASTER_SITES= ${MASTER_SITE_GITHUB:=ankitpokhrel/}
-PKGREVISION= 2
CATEGORIES= www
DIST_SUBDIR= ${PKGBASE}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff -r 1648e271eb60 -r c09201da4040 www/jira-cli/PLIST
--- a/www/jira-cli/PLIST Sat Aug 20 23:33:50 2022 +0000
+++ b/www/jira-cli/PLIST Sun Aug 21 04:08:50 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2022/07/05 10:42:23 fox Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/08/21 04:08:50 fox Exp $
bin/jira
man/man7/jira-board-list.7
man/man7/jira-board.7
@@ -21,6 +21,8 @@
man/man7/jira-issue-move.7
man/man7/jira-issue-unlink.7
man/man7/jira-issue-view.7
+man/man7/jira-issue-worklog-add.7
+man/man7/jira-issue-worklog.7
man/man7/jira-issue.7
man/man7/jira-man.7
man/man7/jira-me.7
diff -r 1648e271eb60 -r c09201da4040 www/jira-cli/distinfo
--- a/www/jira-cli/distinfo Sat Aug 20 23:33:50 2022 +0000
+++ b/www/jira-cli/distinfo Sun Aug 21 04:08:50 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2022/07/05 10:42:23 fox Exp $
+$NetBSD: distinfo,v 1.5 2022/08/21 04:08:50 fox Exp $
BLAKE2s (jira-cli/cloud.google.com_go_@v_v0.26.0.mod) = 53d181aacbf96ec4f9cdd051466576dbb6959ca71a825bc6672046c7c53a2b43
SHA512 (jira-cli/cloud.google.com_go_@v_v0.26.0.mod) = 5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273
@@ -1794,9 +1794,9 @@
BLAKE2s (jira-cli/honnef.co_go_tools_@v_v0.0.1-2020.1.4.mod) = 5910300fed26fe3a7d3d75555521429fe0c14f72daf11aac2e489f8ab8e2fd8b
SHA512 (jira-cli/honnef.co_go_tools_@v_v0.0.1-2020.1.4.mod) = d814675e448688f6a506397bedb262fb2583c913ec1f8ca9ffc11206bdcd7e1f4ee3c561aee366eb2cdaede8c522a6f58f116236f3033bc7e91ec139bdd140f9
Size (jira-cli/honnef.co_go_tools_@v_v0.0.1-2020.1.4.mod) = 300 bytes
-BLAKE2s (jira-cli/jira-cli-1.0.0.tar.gz) = a254f0d2c03845702bfcc041166c2b6d3afeb6ad414ac572fec1ff098e5f9e88
-SHA512 (jira-cli/jira-cli-1.0.0.tar.gz) = 1937314f497fcfe8f9a840e824a410dba21a97434ffa313b86b42385fc633b5b1565deb3bc47292537abd51d66953ec0a341c8cca03b4740608afbb0f22de9da
-Size (jira-cli/jira-cli-1.0.0.tar.gz) = 53263590 bytes
+BLAKE2s (jira-cli/jira-cli-1.1.0.tar.gz) = 1bcafbfcf11ee80dc3171907298c15fd8359bace1224439289b13be598a6e8e9
+SHA512 (jira-cli/jira-cli-1.1.0.tar.gz) = afd4b38aaa41a892846c1d56c5a60eb9d8e1ba4a1c3e42eef5b25c856ab96bd3bdc2aa6359625359cb3dfd111f9f7530fdd9390e0c758a4650e038695f5fd8ee
+Size (jira-cli/jira-cli-1.1.0.tar.gz) = 53265430 bytes
BLAKE2s (jira-cli/rsc.io_binaryregexp_@v_v0.2.0.mod) = 351240374eb48b99bb43b8b52aa8467662e22b18ebf216f4c123858fe706c2f8
SHA512 (jira-cli/rsc.io_binaryregexp_@v_v0.2.0.mod) = db50ff677b0bdccbc1a1ad3df7c5cc76f2fcccf3ab99d08d1c2868440eb9b893fe89452f4286f7d42f2f16abf0f4acda67fe86e174dcfa730a743aafcc166774
Size (jira-cli/rsc.io_binaryregexp_@v_v0.2.0.mod) = 36 bytes
Home |
Main Index |
Thread Index |
Old Index