pkgsrc-WIP-changes archive

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

task: update to 3.26.0



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iquiw%NetBSD.org@localhost>
Pushed By:	iquiw
Date:		Sun Jun 11 17:46:10 2023 +0900
Changeset:	d368efd3aea2a46131cbe30f63146a519b4b3cda

Modified Files:
	task/Makefile
	task/distinfo
	task/go-modules.mk

Log Message:
task: update to 3.26.0

* Only rewrite checksum files in .task if the checksum has changed.
* Added experiments documentation to the website.
* Deprecated version: 2 schema. This will be removed in the next major
  release.
* Added a new prompt: prop to set a warning prompt to be shown before
  running a potential dangurous task.
* Added support for single command task syntax. With this change, it's now
  possible to declare just cmd: in a task, avoiding the more complex cmds: []
  when you have only a single command for that task.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d368efd3aea2a46131cbe30f63146a519b4b3cda

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

diffstat:
 task/Makefile      |  2 +-
 task/distinfo      | 42 +++++++++++++++++++++---------------------
 task/go-modules.mk | 12 ++++++------
 3 files changed, 28 insertions(+), 28 deletions(-)

diffs:
diff --git a/task/Makefile b/task/Makefile
index 5d63a335c2..0deb97e1cb 100644
--- a/task/Makefile
+++ b/task/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-PKGNAME=	task-3.25.0
+PKGNAME=	task-3.26.0
 DISTNAME=	task-${GITHUB_TAG}
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=go-task/}
diff --git a/task/distinfo b/task/distinfo
index 8823b06e67..5446880b92 100644
--- a/task/distinfo
+++ b/task/distinfo
@@ -105,12 +105,12 @@ Size (github.com_stretchr_testify_@v_v1.7.1.mod) = 216 bytes
 BLAKE2s (github.com_stretchr_testify_@v_v1.8.0.mod) = 4b9f1b2997c84b26b08b9c2b5febd4d7dad875c2869013e0e87d1cebbaff04f0
 SHA512 (github.com_stretchr_testify_@v_v1.8.0.mod) = 62122d19530516ad5a84d98ccb77f299c79bd0ad4da58314ce31d07696076de1b3d1150e603cb296e4ad8e5e839a9fd2241f1e8981fc3356379444d5062e0d26
 Size (github.com_stretchr_testify_@v_v1.8.0.mod) = 188 bytes
-BLAKE2s (github.com_stretchr_testify_@v_v1.8.3.mod) = 9cb979f9a53faf1fe49a3cd34a458afe917803f872507c727f8e1f8210726e1c
-SHA512 (github.com_stretchr_testify_@v_v1.8.3.mod) = 10c923ac832f54ecd370cd7441f56561b9adf0bb05858605f3515759cef29383cda816f2d3fe7ef004f51b428afa4a19163a619f7dc2aa30f7177636d7c8d175
-Size (github.com_stretchr_testify_@v_v1.8.3.mod) = 188 bytes
-BLAKE2s (github.com_stretchr_testify_@v_v1.8.3.zip) = 3e8213f2c6bad0a2be252f310fb44ea0db029610b100239cb6984faf28917086
-SHA512 (github.com_stretchr_testify_@v_v1.8.3.zip) = 4bbf8bf13436a77ebb8455f22fd651c52224f0b639deca7365e4392e41383548271fc35e7d638fa03d2595c5a6f795d3b8494cca09a80f0eee1c38d494f0abdd
-Size (github.com_stretchr_testify_@v_v1.8.3.zip) = 120084 bytes
+BLAKE2s (github.com_stretchr_testify_@v_v1.8.4.mod) = 9cb979f9a53faf1fe49a3cd34a458afe917803f872507c727f8e1f8210726e1c
+SHA512 (github.com_stretchr_testify_@v_v1.8.4.mod) = 10c923ac832f54ecd370cd7441f56561b9adf0bb05858605f3515759cef29383cda816f2d3fe7ef004f51b428afa4a19163a619f7dc2aa30f7177636d7c8d175
+Size (github.com_stretchr_testify_@v_v1.8.4.mod) = 188 bytes
+BLAKE2s (github.com_stretchr_testify_@v_v1.8.4.zip) = 9dd97309e320a0041d37fc0f5decf607f80278cbd912255e0106a71f5b71db22
+SHA512 (github.com_stretchr_testify_@v_v1.8.4.zip) = add4fc4cd5c88b97f3693e2c775ca9bc6a2c296b348230ee9cca0c3caf031b77442d49818639fc9c24a3a434a94c905a11ee43955acff115edf0b787d322ada2
+Size (github.com_stretchr_testify_@v_v1.8.4.zip) = 120537 bytes
 BLAKE2s (golang.org_x_exp_@v_v0.0.0-20230212135524-a684f29349b6.mod) = aac4a76e449ca4e568500574e57e621ae5c732e4054056554617b60460f543a8
 SHA512 (golang.org_x_exp_@v_v0.0.0-20230212135524-a684f29349b6.mod) = 60764e3104a3292802ed3c570a694906f3178e1f4d53802f0cbc447c294ae8cd4aed7b1be2d307fb8fee1c23aef8c4b6f1a8f829c3d08e7881d859ac0f4fdbf7
 Size (golang.org_x_exp_@v_v0.0.0-20230212135524-a684f29349b6.mod) = 176 bytes
@@ -126,18 +126,18 @@ Size (golang.org_x_sync_@v_v0.2.0.zip) = 27919 bytes
 BLAKE2s (golang.org_x_sys_@v_v0.0.0-20220811171246-fbc7d0a398ab.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c
 SHA512 (golang.org_x_sys_@v_v0.0.0-20220811171246-fbc7d0a398ab.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
 Size (golang.org_x_sys_@v_v0.0.0-20220811171246-fbc7d0a398ab.mod) = 33 bytes
-BLAKE2s (golang.org_x_sys_@v_v0.6.0.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c
-SHA512 (golang.org_x_sys_@v_v0.6.0.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
-Size (golang.org_x_sys_@v_v0.6.0.mod) = 33 bytes
-BLAKE2s (golang.org_x_sys_@v_v0.6.0.zip) = f41f7f22d7c811e5df6597ca38b76913d3a00ad235056cc2cbd46045e34e374c
-SHA512 (golang.org_x_sys_@v_v0.6.0.zip) = 6310bcd559749d6df9a5823735d3bcfc44ae17b78f0eb876625ec667c6bd53a373128cc4712f8b3a738e643227da8336f49f11e32d32e6c6c1edf43348c6fa02
-Size (golang.org_x_sys_@v_v0.6.0.zip) = 1892073 bytes
-BLAKE2s (golang.org_x_term_@v_v0.3.0.mod) = 19381225007118a96ad21fda01a88d844b00776760f2175de2a06b6d1dd01880
-SHA512 (golang.org_x_term_@v_v0.3.0.mod) = 03e1b2b3e092e2fc09e4a506bd611f4c2a84d9e81029890661cd5995e3e793f5a57122db8742a89101fbb2ad00c55bb3cc977b7e1978452e8fcdbe23b5f73e1e
-Size (golang.org_x_term_@v_v0.3.0.mod) = 67 bytes
-BLAKE2s (golang.org_x_term_@v_v0.3.0.zip) = abbb13903a661dee3f675be82a8b0810e5a56f4b5137d150e3e34bb38451df7f
-SHA512 (golang.org_x_term_@v_v0.3.0.zip) = 195328aebb4867f4de19b09dd4f1d6b7399bc7b7121a59c4ae889720fe0b958dc9a48893e16c3b98bce4b1b36ace65d3c9daf448f00d0c46c05b4557d42bbea7
-Size (golang.org_x_term_@v_v0.3.0.zip) = 19924 bytes
+BLAKE2s (golang.org_x_sys_@v_v0.8.0.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c
+SHA512 (golang.org_x_sys_@v_v0.8.0.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
+Size (golang.org_x_sys_@v_v0.8.0.mod) = 33 bytes
+BLAKE2s (golang.org_x_sys_@v_v0.8.0.zip) = 1d1dd30ede45eedf5a3a55fb4c349db31c0da8d3c28e13f71464bfe84709f861
+SHA512 (golang.org_x_sys_@v_v0.8.0.zip) = a24f36dd1f3f0a998fdc68f03870350635d3ae6cd3abae010f9c8d69a9e7c3484605286e1153e24e45548d39aa713e91bb39106f5c4b68377f906299c1dd743b
+Size (golang.org_x_sys_@v_v0.8.0.zip) = 1894928 bytes
+BLAKE2s (golang.org_x_term_@v_v0.8.0.mod) = 1fa6c540c2a882ada4d67690f9ae74f5d5ea4fab21493354064706d345be2028
+SHA512 (golang.org_x_term_@v_v0.8.0.mod) = 865ab9fda3e62f27e5010edb02d40d68e812118f8f8f8e9afc3e19012a16f6076fdbac909a444f5d3036575352020d4ad8c1210191dbb0171d906b8990e7c581
+Size (golang.org_x_term_@v_v0.8.0.mod) = 67 bytes
+BLAKE2s (golang.org_x_term_@v_v0.8.0.zip) = 90a4f31890c8b086e896e2a37298c132048c8ff112a2b3262f7d272de70f3a18
+SHA512 (golang.org_x_term_@v_v0.8.0.zip) = 63cb6f10de1b97b9315c9d3c281f10231a8b25aa7926a3cace8323ed497dc6c8b4528c55a06beb4b238c76756031cb4967d2d725c0b4d3936dfae64bda714e4c
+Size (golang.org_x_term_@v_v0.8.0.zip) = 19924 bytes
 BLAKE2s (gopkg.in_check.v1_@v_v0.0.0-20161208181325-20d25e280405.mod) = 35cd1964700502d06b8c987979fb4dbddc41a5cda3368d037211b89d3587521f
 SHA512 (gopkg.in_check.v1_@v_v0.0.0-20161208181325-20d25e280405.mod) = 9ac0f80ef05881387cb2f48f81560f3207fe586ea16495383662e6d62e43d93fac01dfe72e1d0063d3ab065331dab3a8098d7da4f1830ba1aff6f27f8e1bc1b2
 Size (gopkg.in_check.v1_@v_v0.0.0-20161208181325-20d25e280405.mod) = 25 bytes
@@ -165,6 +165,6 @@ Size (mvdan.cc_sh_v3_@v_v3.6.0.mod) = 481 bytes
 BLAKE2s (mvdan.cc_sh_v3_@v_v3.6.0.zip) = 9c91d18aee6ad733ecd856e843a26cd957dca1c2ce52214bedd7a6192fdc2d70
 SHA512 (mvdan.cc_sh_v3_@v_v3.6.0.zip) = 02511403184d6fda402a1264178de7d2f7c727f7f6c21d344c696c7d3beb49596623663065bfb72438232352617b7f93b6e218fb9363f7d965527eaf50617e3f
 Size (mvdan.cc_sh_v3_@v_v3.6.0.zip) = 244864 bytes
-BLAKE2s (task-v3.25.0.tar.gz) = 9a5d1c953d142677d83a6908c4daa1fb3a51efff49695dad445e979d8dde119d
-SHA512 (task-v3.25.0.tar.gz) = 5a286cc01f1d20de0b6c9ecfb90010b31a00991587cbe936dd6b1029c99728e540ff8678983d635150d5deec8e5da832f51ebd3046a8830b0b5c6bf21fb900c3
-Size (task-v3.25.0.tar.gz) = 563467 bytes
+BLAKE2s (task-v3.26.0.tar.gz) = eed3781c0c9e550dcbabdb53ff648550f66af3e35e5da8b3e03737a22ee3f7d7
+SHA512 (task-v3.26.0.tar.gz) = 7f1e4c3e1a4c00ee8ecf8efcbcba7e7ce9d1ad86342947bd3c883b86246fd6a561aed48b8048f814ef6cf6cc955dc5dd83a1b6c34aa8900cbb1a7c7c1243f2a6
+Size (task-v3.26.0.tar.gz) = 634040 bytes
diff --git a/task/go-modules.mk b/task/go-modules.mk
index c7ba188a69..a912f927b1 100644
--- a/task/go-modules.mk
+++ b/task/go-modules.mk
@@ -35,17 +35,17 @@ GO_MODULE_FILES+=	github.com/stretchr/objx/@v/v0.5.0.zip
 GO_MODULE_FILES+=	github.com/stretchr/testify/@v/v1.5.1.mod
 GO_MODULE_FILES+=	github.com/stretchr/testify/@v/v1.7.1.mod
 GO_MODULE_FILES+=	github.com/stretchr/testify/@v/v1.8.0.mod
-GO_MODULE_FILES+=	github.com/stretchr/testify/@v/v1.8.3.mod
-GO_MODULE_FILES+=	github.com/stretchr/testify/@v/v1.8.3.zip
+GO_MODULE_FILES+=	github.com/stretchr/testify/@v/v1.8.4.mod
+GO_MODULE_FILES+=	github.com/stretchr/testify/@v/v1.8.4.zip
 GO_MODULE_FILES+=	golang.org/x/exp/@v/v0.0.0-20230212135524-a684f29349b6.mod
 GO_MODULE_FILES+=	golang.org/x/exp/@v/v0.0.0-20230212135524-a684f29349b6.zip
 GO_MODULE_FILES+=	golang.org/x/sync/@v/v0.2.0.mod
 GO_MODULE_FILES+=	golang.org/x/sync/@v/v0.2.0.zip
 GO_MODULE_FILES+=	golang.org/x/sys/@v/v0.0.0-20220811171246-fbc7d0a398ab.mod
-GO_MODULE_FILES+=	golang.org/x/sys/@v/v0.6.0.mod
-GO_MODULE_FILES+=	golang.org/x/sys/@v/v0.6.0.zip
-GO_MODULE_FILES+=	golang.org/x/term/@v/v0.3.0.mod
-GO_MODULE_FILES+=	golang.org/x/term/@v/v0.3.0.zip
+GO_MODULE_FILES+=	golang.org/x/sys/@v/v0.8.0.mod
+GO_MODULE_FILES+=	golang.org/x/sys/@v/v0.8.0.zip
+GO_MODULE_FILES+=	golang.org/x/term/@v/v0.8.0.mod
+GO_MODULE_FILES+=	golang.org/x/term/@v/v0.8.0.zip
 GO_MODULE_FILES+=	gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.mod
 GO_MODULE_FILES+=	gopkg.in/check.v1/@v/v1.0.0-20180628173108-788fd7840127.mod
 GO_MODULE_FILES+=	gopkg.in/check.v1/@v/v1.0.0-20180628173108-788fd7840127.zip


Home | Main Index | Thread Index | Old Index