pkgsrc-WIP-changes archive

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

cuelang: update to 0.13.1



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iquiw%NetBSD.org@localhost>
Pushed By:	iquiw
Date:		Sun Jun 15 15:29:40 2025 +0900
Changeset:	55f72b2b97237979bcfe82dd1e8b61f15191f949

Modified Files:
	cuelang/COMMIT_MSG
	cuelang/Makefile
	cuelang/distinfo

Log Message:
cuelang: update to 0.13.1

Evaluator

* The evaluator's core packages no longer depend on the golang.org/x/mod
  module, which was only used to format version strings.
* Fix a regression causing "cyclic field to reference" in some cases.
* Fix a regression causing closedness rules to not apply in some cases.
* Disable a minor optimization which was also causing closedness rules to
  not apply in some cases.

cmd/cue

* Fix a build error triggered by changes in the upcoming Go 1.25 version,
  allowing v0.13 to be used further into the future.
* cue mod mirror --dry-run now works as documented; it had been left
  unimplemented by accident.

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

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

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

diffs:
diff --git a/cuelang/COMMIT_MSG b/cuelang/COMMIT_MSG
index 5446193499..00f4eb518d 100644
--- a/cuelang/COMMIT_MSG
+++ b/cuelang/COMMIT_MSG
@@ -1,3 +1,3 @@
-lang/cuelang: import cuelang version 0.13.0
+lang/cuelang: import cuelang version 0.13.1
 
 Packaged in wip by iquiw
diff --git a/cuelang/Makefile b/cuelang/Makefile
index 37d5ee1080..0a64a751e4 100644
--- a/cuelang/Makefile
+++ b/cuelang/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-PKGNAME=	cuelang-0.13.0
+PKGNAME=	cuelang-0.13.1
 DISTNAME=	cue-${GITHUB_TAG}
 CATEGORIES=	lang
 MASTER_SITES=	${MASTER_SITE_GITHUB:=cue-lang/}
diff --git a/cuelang/distinfo b/cuelang/distinfo
index d58f053665..43bc6be746 100644
--- a/cuelang/distinfo
+++ b/cuelang/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-BLAKE2s (cue-v0.13.0.tar.gz) = e31d990c0e44a606137c45f0e83e24011b803e7c167e5a5dc11f199273bb16be
-SHA512 (cue-v0.13.0.tar.gz) = dacd9bff3e437ea64c476cf96e1fe482331eb2aaaa619aa0e245868b3774d0a1ff726cf1f61ee3e2d90b5d99d07f992c9983c79d4aeb47e903ebbf986354b999
-Size (cue-v0.13.0.tar.gz) = 2756481 bytes
+BLAKE2s (cue-v0.13.1.tar.gz) = 42dbbcb0e5886f57bcbf623c80095674c90d761dc23e20d063fb33bcc2b378b4
+SHA512 (cue-v0.13.1.tar.gz) = 9243d559c1ec0563b7ed50f11473a91efd43bfa67079f721bfbdc53c57a7a0a7dced552223cfe1c2704dae42d61081406646081cb7f7eb65b4229ab6af24c25b
+Size (cue-v0.13.1.tar.gz) = 2758580 bytes
 BLAKE2s (cuelabs.dev_go_oci_ociregistry_@v_v0.0.0-20250304105642-27e071d2c9b1.mod) = 85df69d89ee9e18d1c2806f916e3566861c63410c975f65e9f46f4b17c337ddb
 SHA512 (cuelabs.dev_go_oci_ociregistry_@v_v0.0.0-20250304105642-27e071d2c9b1.mod) = 72115111f2a860ddd37a043daa80e942a5c3524411b4310fa9ba44546d9316b3f8ec3e75788b4640f3433f45035bc98ba10033eb23d7b51753ef733c13a01de1
 Size (cuelabs.dev_go_oci_ociregistry_@v_v0.0.0-20250304105642-27e071d2c9b1.mod) = 443 bytes


Home | Main Index | Thread Index | Old Index