pkgsrc-WIP-changes archive

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

task: update to 3.37.1



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iquiw%NetBSD.org@localhost>
Pushed By:	iquiw
Date:		Sun May 12 18:23:45 2024 +0900
Changeset:	e10858db537f0b80279697254538bc3321f21032

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

Log Message:
task: update to 3.37.1

v3.37.1

* Fix bug where non-string values (numbers, bools) added to env: weren't
  been correctly exported.

v3.37.0

* Released the Any Variables experiment, but without support for maps.
* Refactored how Task reads, parses and merges Taskfiles using a DAG.
* Fix a bug which stopped tasks from using stdin as input.
* Fix error when a file or directory in the project contained a special
  char like &, ( or ).
* Added alias q for template function shellQuote
* Added support for ~ on ZSH completions.
* Added the ability to pass variables by reference using Go template syntax
  when the Map Variables experiment is enabled.
* Added support for environment variables in the templating engine in
  includes.

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

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

diffstat:
 task/COMMIT_MSG    |  2 +-
 task/Makefile      |  3 ++-
 task/distinfo      | 18 +++++++++++++++---
 task/go-modules.mk |  4 ++++
 4 files changed, 22 insertions(+), 5 deletions(-)

diffs:
diff --git a/task/COMMIT_MSG b/task/COMMIT_MSG
index 3d34faca89..858d6fc90a 100644
--- a/task/COMMIT_MSG
+++ b/task/COMMIT_MSG
@@ -1,3 +1,3 @@
-devel/task: import task version 3.36.0
+devel/task: import task version 3.37.1
 
 Packaged in wip by iquiw
diff --git a/task/Makefile b/task/Makefile
index 115dfb5d9c..8b8f8e2674 100644
--- a/task/Makefile
+++ b/task/Makefile
@@ -1,6 +1,7 @@
 # $NetBSD$
 
-PKGNAME=	task-3.36.0
+PKGNAME=	task-3.37.1
+
 DISTNAME=	task-${GITHUB_TAG}
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=go-task/}
diff --git a/task/distinfo b/task/distinfo
index 1c128c527b..9f5260b7d8 100644
--- a/task/distinfo
+++ b/task/distinfo
@@ -12,6 +12,12 @@ Size (github.com_davecgh_go-spew_@v_v1.1.1.mod) = 34 bytes
 BLAKE2s (github.com_davecgh_go-spew_@v_v1.1.1.zip) = 5281c0e301579c764ebf96f97056ba8fc1a8142d98f2fe44aabb07d7e8ae4f3e
 SHA512 (github.com_davecgh_go-spew_@v_v1.1.1.zip) = 7b4e4df2fea731e23e05437f26f24e32b2e99028d685b72e3a726c1cb616ada4a77ca4fb9db4a6fae48178cc5172e724b74499bc776d63a9110cb97377d5edeb
 Size (github.com_davecgh_go-spew_@v_v1.1.1.zip) = 60320 bytes
+BLAKE2s (github.com_dominikbraun_graph_@v_v0.23.0.mod) = 60a4e5218ee02a4eb5553a868f49fbcc62ae7bb9b66ed60348ea26e2b52fb652
+SHA512 (github.com_dominikbraun_graph_@v_v0.23.0.mod) = e2c5cb074a6b3f4653d8d2bc7b17a4bb1992f6805b1f9500b587fc4ec8c5a712a0b1a89c8ebae40d6cb7e6693b6440f9e5d40cfcaa59c18f0d5c276289f2b11b
+Size (github.com_dominikbraun_graph_@v_v0.23.0.mod) = 46 bytes
+BLAKE2s (github.com_dominikbraun_graph_@v_v0.23.0.zip) = 51df59cb9a95fafd898ef11c4a867ead9e79003f9dfd3946239635c7f8e61411
+SHA512 (github.com_dominikbraun_graph_@v_v0.23.0.zip) = 283e09891eb633f8705f73e257a63e12073e41fa0b48b074dee460ab889935ff6bd298c83d8ff52c7a7ace9efbd7694172ddf0b26d10e8dc0e19425f76523bc5
+Size (github.com_dominikbraun_graph_@v_v0.23.0.zip) = 173812 bytes
 BLAKE2s (github.com_fatih_color_@v_v1.16.0.mod) = 46b399c24ba09bdc8281e42d2be620d07d47d4c43d1b7f4fbb632820c4ead769
 SHA512 (github.com_fatih_color_@v_v1.16.0.mod) = f95cdfe38c21dd338c598c692b961f1098cf0d64b87fe393f2848f39bfa819b7005d0797a9d31f45a12ef87117425051871d16eebed6d8f748a845b9a77ea4ce
 Size (github.com_fatih_color_@v_v1.16.0.mod) = 161 bytes
@@ -24,6 +30,12 @@ Size (github.com_go-task_slim-sprig_v3_@v_v3.0.0.mod) = 240 bytes
 BLAKE2s (github.com_go-task_slim-sprig_v3_@v_v3.0.0.zip) = 8dee42ff9e4fb3b926142ee4fd67081a754b25a25355dcc640be8144aef3c715
 SHA512 (github.com_go-task_slim-sprig_v3_@v_v3.0.0.zip) = 13f2895b01250460ff1a480c0740496def18f165a781d07ed96f8ab1f11b540f43894109fe52d950b7f4fb4d40f141a7023406079ab138a08b85414421a930ed
 Size (github.com_go-task_slim-sprig_v3_@v_v3.0.0.zip) = 57927 bytes
+BLAKE2s (github.com_go-task_template_@v_v0.0.0-20240422130016-8f6b279b1e90.mod) = c06c698f5b473bbffc87ac76120ed74e6872c727d0c74b192ee4bcc3dde02a7f
+SHA512 (github.com_go-task_template_@v_v0.0.0-20240422130016-8f6b279b1e90.mod) = 0e400139af4563c29e3f8554c83fbb77654fb315a4fd9136d0770686d1d886c822ce04d2c669bb4ef2c5adfa105f5cf865bc2eae80f9bcb597a138a09d60d5f5
+Size (github.com_go-task_template_@v_v0.0.0-20240422130016-8f6b279b1e90.mod) = 46 bytes
+BLAKE2s (github.com_go-task_template_@v_v0.0.0-20240422130016-8f6b279b1e90.zip) = 280419e90a9826c568924d8ece6f58acbd51cbad28ff2241da0d45ad8cb58e5c
+SHA512 (github.com_go-task_template_@v_v0.0.0-20240422130016-8f6b279b1e90.zip) = 2506f65e26fd6894e1e55e163254a4cf1e139c0af857a0397b0bf35cc56bebf268e9ccaebf8756822bc66bfa6e4ebf537ee15bfa6da2b1f18975c85cbb08a510
+Size (github.com_go-task_template_@v_v0.0.0-20240422130016-8f6b279b1e90.zip) = 90881 bytes
 BLAKE2s (github.com_joho_godotenv_@v_v1.5.1.mod) = c4d2a31f253eaa632e8b61815746fa54a867b1cb416601055c6906117b3d135d
 SHA512 (github.com_joho_godotenv_@v_v1.5.1.mod) = 87d2865bc6d502dcac0f1fae1959920df8812f609057c460247be97371b7127413d32e60b40e48ac2b4be368e4a662320925f3510cc790684c0e76a4df6af0c5
 Size (github.com_joho_godotenv_@v_v1.5.1.mod) = 41 bytes
@@ -156,6 +168,6 @@ Size (mvdan.cc_sh_v3_@v_v3.8.0.mod) = 554 bytes
 BLAKE2s (mvdan.cc_sh_v3_@v_v3.8.0.zip) = e7be8433635a23154eff72b3cb0937a7096c853e8e5cd7c23429d18e7cddd6cf
 SHA512 (mvdan.cc_sh_v3_@v_v3.8.0.zip) = 4ab37fc86a69bb714037b7460d3d375066dad736b31fb228b6523a00cde9862d074355bca37931b7025adec9bd32bfb1fdf64c0ae5e13b355eb3fc226a7fa459
 Size (mvdan.cc_sh_v3_@v_v3.8.0.zip) = 250353 bytes
-BLAKE2s (task-v3.36.0.tar.gz) = 464ecfcf0f2e431c95e3c1c6837d92fe8fbdf5011205e8332db9bceec1757e95
-SHA512 (task-v3.36.0.tar.gz) = 7ab561cb3b5d26d6eda494d37f49d997eef6ac2fb1c8ff6aaa8540495e45640201bd2473bd52a0146283b34f2a9d6a199e8d97ddf6b1786d46566bb6f950879c
-Size (task-v3.36.0.tar.gz) = 438276 bytes
+BLAKE2s (task-v3.37.1.tar.gz) = 7ce532e3a45f29901b401fc6124ea87f126676800929c9a0cbede3e90c0827de
+SHA512 (task-v3.37.1.tar.gz) = 5e1b9201814a61d34605cdbde51d478811dba3eedbc161a6e07113adafcd8d510797b43d54dced20635f6bb5562a16b77d90da6c1d3abef03e07034826387894
+Size (task-v3.37.1.tar.gz) = 443802 bytes
diff --git a/task/go-modules.mk b/task/go-modules.mk
index 2cc67c4321..fc72755a0b 100644
--- a/task/go-modules.mk
+++ b/task/go-modules.mk
@@ -4,10 +4,14 @@ GO_MODULE_FILES+=	github.com/!masterminds/semver/v3/@v/v3.2.1.mod
 GO_MODULE_FILES+=	github.com/!masterminds/semver/v3/@v/v3.2.1.zip
 GO_MODULE_FILES+=	github.com/davecgh/go-spew/@v/v1.1.1.mod
 GO_MODULE_FILES+=	github.com/davecgh/go-spew/@v/v1.1.1.zip
+GO_MODULE_FILES+=	github.com/dominikbraun/graph/@v/v0.23.0.mod
+GO_MODULE_FILES+=	github.com/dominikbraun/graph/@v/v0.23.0.zip
 GO_MODULE_FILES+=	github.com/fatih/color/@v/v1.16.0.mod
 GO_MODULE_FILES+=	github.com/fatih/color/@v/v1.16.0.zip
 GO_MODULE_FILES+=	github.com/go-task/slim-sprig/v3/@v/v3.0.0.mod
 GO_MODULE_FILES+=	github.com/go-task/slim-sprig/v3/@v/v3.0.0.zip
+GO_MODULE_FILES+=	github.com/go-task/template/@v/v0.0.0-20240422130016-8f6b279b1e90.mod
+GO_MODULE_FILES+=	github.com/go-task/template/@v/v0.0.0-20240422130016-8f6b279b1e90.zip
 GO_MODULE_FILES+=	github.com/joho/godotenv/@v/v1.5.1.mod
 GO_MODULE_FILES+=	github.com/joho/godotenv/@v/v1.5.1.zip
 GO_MODULE_FILES+=	github.com/klauspost/cpuid/v2/@v/v2.0.9.mod


Home | Main Index | Thread Index | Old Index