pkgsrc-WIP-changes archive

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

cuelang: update to 0.9.1



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iquiw%NetBSD.org@localhost>
Pushed By:	iquiw
Date:		Sat Jun 15 09:02:19 2024 +0900
Changeset:	6ff9a8e2f138ac22722fe8d3d9e5e5cc7d6ff610

Modified Files:
	cuelang/Makefile
	cuelang/distinfo

Log Message:
cuelang: update to 0.9.1

This release includes a few fixes, mainly relating to
CUE_EXPERIMENT=modules being enabled by default in v0.9.0.

Modules

CLs 1196176 and 1196180 allow using and developing a module whose
cue.mod/module.cue lacks a major version suffix like @v0, as adding one may
break older CUE versions without CUE_EXPERIMENT=modules.

CL 1196156 adds a cue/load.Config.AcceptLegacyModules option to allow
loading CUE modules without a language.version field, given that the field
was only introduced in v0.8.0.

CL 1196178 fixes a regression where loading a package with the
cue/load.Config.Package option set was no longer working as expected.

As a reminder, we are maintaining an FAQ page which should help modules
users with the upgrade to v0.9.

Builtins

CL 1195888 fixes the path.Match API so that it can actually take the three
parameters it expects.

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

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

diffstat:
 cuelang/Makefile | 2 +-
 cuelang/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/cuelang/Makefile b/cuelang/Makefile
index 400cb5aa28..26e0e25f89 100644
--- a/cuelang/Makefile
+++ b/cuelang/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-PKGNAME=	cuelang-0.9.0
+PKGNAME=	cuelang-0.9.1
 DISTNAME=	cue-${GITHUB_TAG}
 CATEGORIES=	lang
 MASTER_SITES=	${MASTER_SITE_GITHUB:=cue-lang/}
diff --git a/cuelang/distinfo b/cuelang/distinfo
index ed0cef0f61..26b63d6094 100644
--- a/cuelang/distinfo
+++ b/cuelang/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-BLAKE2s (cue-v0.9.0.tar.gz) = a52a6036638e2fcd4bd82dbac167522deabe61bf22487899ca6a2e0030438563
-SHA512 (cue-v0.9.0.tar.gz) = c28b7ea5dc70e0d1afb75ecd91994614ab8d2eab40d36e707c1d4f831b72f139aaebb6f67129082c77e166d9ee41f5c8ec61fbd67bf3c3085b667d603b38052e
-Size (cue-v0.9.0.tar.gz) = 2382067 bytes
+BLAKE2s (cue-v0.9.1.tar.gz) = 883e46ca70892faa03780a919c969d612358e4e76a61b2f4e2953f5e67bab4a5
+SHA512 (cue-v0.9.1.tar.gz) = d839d144988555a2a56704ddf77de58512383c6f1f2d741262ab68cfe0aa0124277e42cee8d8d35a6ee1c79fe564474283ef78bd09d8c55c900e3bb101019d92
+Size (cue-v0.9.1.tar.gz) = 2384546 bytes
 BLAKE2s (cuelabs.dev_go_oci_ociregistry_@v_v0.0.0-20240404174027-a39bec0462d2.mod) = 9e8c539607db6206828bcb50c89a3865d6f2c5d027c61984ef222f81aba5a5e3
 SHA512 (cuelabs.dev_go_oci_ociregistry_@v_v0.0.0-20240404174027-a39bec0462d2.mod) = efd52d7c2b7a9824bad5dbab8b3d680d5b6ccd78b4a7f1059655ce6c21fb6a1b2aedd745e215628306c0a266616749168ecaf67d76a3e97af26075d1b58aa330
 Size (cuelabs.dev_go_oci_ociregistry_@v_v0.0.0-20240404174027-a39bec0462d2.mod) = 477 bytes


Home | Main Index | Thread Index | Old Index