pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/mise
Module Name: pkgsrc
Committed By: pin
Date: Fri Sep 19 13:48:16 UTC 2025
Modified Files:
pkgsrc/devel/mise: Makefile cargo-depends.mk distinfo
Log Message:
devel/mise: update to 2025.9.12
## [2025.9.12](https://github.com/jdx/mise/compare/v2025.9.11..v2025.9.12) - 2025-09-16
### 🐛 Bug Fixes
- **(ci)** properly exclude aqua-registry files from hk linting by @jdx in [42d7758](https://github.com/jdx/mise/commit/42d7758d157317088ac5194ac26eefc7fc1ba4f8)
### Chore
- **(release)** embed aqua-registry under crate and publish like vfox by @jdx in [#6306](https://github.com/jdx/mise/pull/6306)
- ignore aqua-registry assets from prettier by @jdx in [047d77b](https://github.com/jdx/mise/commit/047d77be35fea0b3277342cb6383a1873bca19a5)
- disable "useless cat" shellcheck by @jdx in [a6def59](https://github.com/jdx/mise/commit/a6def59fe945028934fed0694df2b4daeeaaf478)
## [2025.9.11](https://github.com/jdx/mise/compare/v2025.9.10..v2025.9.11) - 2025-09-16
### 📦 Registry
- indicate aws-cli is v2 by @jayvdb in [#6300](https://github.com/jdx/mise/pull/6300)
### 🚀 Features
- **(ci)** run all registry tools when workflow_dispatch is triggered by @jdx in [#6295](https://github.com/jdx/mise/pull/6295)
- **(cli)** handle non-existent working directories gracefully by @jdx in [#6304](https://github.com/jdx/mise/pull/6304)
- **(set)** add -E/--env flag to mise set command by @jdx in [#6291](https://github.com/jdx/mise/pull/6291)
- **(tasks)** make auto outputs default by @risu729 in [#6137](https://github.com/jdx/mise/pull/6137)
### 🐛 Bug Fixes
- align crate versions to fix release-plz script by @jdx in [5a464e9](https://github.com/jdx/mise/commit/5a464e98b56f49200e69ce2665ed896c74b206e3)
### 🚜 Refactor
- **(aqua)** extract aqua registry into internal subcrate by @jdx in [#6293](https://github.com/jdx/mise/pull/6293)
### 📚 Documentation
- fix mkdir paths by @risu729 in [#6298](https://github.com/jdx/mise/pull/6298)
- fix rust profile default by @risu729 in [#6305](https://github.com/jdx/mise/pull/6305)
### Chore
- **(aqua-registry)** remove unused aqua-registry files by @jdx in [#6294](https://github.com/jdx/mise/pull/6294)
- **(release)** make release-plz idempotent for existing crate versions by @jdx in [dbdfd6a](https://github.com/jdx/mise/commit/dbdfd6a713852a1d55a6bb8376d2996545e128ce)
- **(release)** skip publishing mise when aqua-registry is a path dep by @jdx in [47efffd](https://github.com/jdx/mise/commit/47efffdfc0316100f41c6c077d17fd6014663f4f)
- keep aqua-registry LICENSE file by @risu729 in [#6297](https://github.com/jdx/mise/pull/6297)
### New Contributors
- @jayvdb made their first contribution in [#6300](https://github.com/jdx/mise/pull/6300)
## [2025.9.10](https://github.com/jdx/mise/compare/v2025.9.9..v2025.9.10) - 2025-09-13
### 📦 Registry
- use asdf to install semver-tool by @jylenhof in [#6233](https://github.com/jdx/mise/pull/6233)
### 🐛 Bug Fixes
- **(tool-stub)** detect binary names from single-file downloads by @jdx in [#6281](https://github.com/jdx/mise/pull/6281)
### 🚜 Refactor
- allow any collection types in deserialize_arr by @risu729 in [#6282](https://github.com/jdx/mise/pull/6282)
- use deserialize_arr for task runs by @risu729 in [#6253](https://github.com/jdx/mise/pull/6253)
### 📚 Documentation
- **(getting-started)** add backends step with diagram, github example, env vars and simple tasks by @jdx in [#6288](https://github.com/jdx/mise/pull/6288)
- simplify OS detection in tool plugin development by @jdx in [#6287](https://github.com/jdx/mise/pull/6287)
- update backend plugin template references by @jdx in [942f5eb](https://github.com/jdx/mise/commit/942f5eb1436fef38920836347218984200b07386)
### 📦️ Dependency Updates
- update rust crate chrono to v0.4.42 by @renovate[bot] in [#6274](https://github.com/jdx/mise/pull/6274)
- update taiki-e/install-action digest to 0154864 by @renovate[bot] in [#6273](https://github.com/jdx/mise/pull/6273)
### Chore
- **(schema)** fix schema for subtasks by @risu729 in [#6289](https://github.com/jdx/mise/pull/6289)
- update render:schema task by @risu729 in [#6275](https://github.com/jdx/mise/pull/6275)
## [2025.9.9](https://github.com/jdx/mise/compare/v2025.9.8..v2025.9.9) - 2025-09-11
### 🐛 Bug Fixes
- **(backend)** make HTTP installs atomic and serialize with cache lock by @jdx in [#6259](https://github.com/jdx/mise/pull/6259)
- **(env)** allow nested env._.path directives by @risu729 in [#6160](https://github.com/jdx/mise/pull/6160)
- **(env)** disallow nested env objects by @risu729 in [#6268](https://github.com/jdx/mise/pull/6268)
- **(schema)** allow nested arrays in task.depends by @risu729 in [#6265](https://github.com/jdx/mise/pull/6265)
- **(task)** resolve jobs=1 hang and keep-order panic; improve Ctrl-C handling by @jdx in [#6264](https://github.com/jdx/mise/pull/6264)
- **(tasks)** stop CLI group after first failure without --continue-on-error by @jdx in [#6270](https://github.com/jdx/mise/pull/6270)
### 📚 Documentation
- fixed toml issues in URL replacements settings documentation by @ThomasSteinbach in [#6269](https://github.com/jdx/mise/pull/6269)
### Chore
- **(schema)** strict oneOf branches and DRY env_directive in schemas by @jdx in [#6271](https://github.com/jdx/mise/pull/6271)
- add schema linter by @risu729 in [#6267](https://github.com/jdx/mise/pull/6267)
## [2025.9.8](https://github.com/jdx/mise/compare/v2025.9.7..v2025.9.8) - 2025-09-10
### 🐛 Bug Fixes
- **(tasks)** prevent hang when task fails in sequence by @jdx in [#6260](https://github.com/jdx/mise/pull/6260)
- **(version)** fetch mise version if cached version is older than the current by @risu729 in [#6252](https://github.com/jdx/mise/pull/6252)
### 📦️ Dependency Updates
- update rhysd/action-setup-vim action to v1.4.3 by @renovate[bot] in [#6249](https://github.com/jdx/mise/pull/6249)
## [2025.9.7](https://github.com/jdx/mise/compare/v2025.9.6..v2025.9.7) - 2025-09-09
### 🐛 Bug Fixes
- **(env)** allow mixed map for env._.file by @risu729 in [#6148](https://github.com/jdx/mise/pull/6148)
- **(tasks)** restore parallel starts with poetry via list_paths cache and stable exec-env cache by @jdx in [#6237](https://github.com/jdx/mise/pull/6237)
- add 'unknown' to the list of OS patterns by @efussi in [#6235](https://github.com/jdx/mise/pull/6235)
- propagate errors from backend installs by @jdx in [#6236](https://github.com/jdx/mise/pull/6236)
### 📦️ Dependency Updates
- update taiki-e/install-action digest to 0c5db7f by @renovate[bot] in [#6244](https://github.com/jdx/mise/pull/6244)
- update golang docker tag to v1.25.1 by @renovate[bot] in [#6247](https://github.com/jdx/mise/pull/6247)
- update dependency vitepress to v1.6.4 by @renovate[bot] in [#6246](https://github.com/jdx/mise/pull/6246)
### New Contributors
- @efussi made their first contribution in [#6235](https://github.com/jdx/mise/pull/6235)
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/devel/mise/Makefile
cvs rdiff -u -r1.90 -r1.91 pkgsrc/devel/mise/cargo-depends.mk \
pkgsrc/devel/mise/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/mise/Makefile
diff -u pkgsrc/devel/mise/Makefile:1.93 pkgsrc/devel/mise/Makefile:1.94
--- pkgsrc/devel/mise/Makefile:1.93 Mon Sep 8 12:53:06 2025
+++ pkgsrc/devel/mise/Makefile Fri Sep 19 13:48:16 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.93 2025/09/08 12:53:06 pin Exp $
+# $NetBSD: Makefile,v 1.94 2025/09/19 13:48:16 pin Exp $
-DISTNAME= mise-2025.9.6
+DISTNAME= mise-2025.9.12
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=jdx/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/devel/mise/cargo-depends.mk
diff -u pkgsrc/devel/mise/cargo-depends.mk:1.90 pkgsrc/devel/mise/cargo-depends.mk:1.91
--- pkgsrc/devel/mise/cargo-depends.mk:1.90 Mon Sep 8 12:53:06 2025
+++ pkgsrc/devel/mise/cargo-depends.mk Fri Sep 19 13:48:16 2025
@@ -1,4 +1,4 @@
-# $NetBSD: cargo-depends.mk,v 1.90 2025/09/08 12:53:06 pin Exp $
+# $NetBSD: cargo-depends.mk,v 1.91 2025/09/19 13:48:16 pin Exp $
CARGO_CRATE_DEPENDS+= addr2line-0.24.2
CARGO_CRATE_DEPENDS+= adler2-2.0.1
@@ -10,7 +10,6 @@ CARGO_CRATE_DEPENDS+= age-core-0.11.0
CARGO_CRATE_DEPENDS+= ahash-0.8.12
CARGO_CRATE_DEPENDS+= aho-corasick-1.1.3
CARGO_CRATE_DEPENDS+= allocator-api2-0.2.21
-CARGO_CRATE_DEPENDS+= android-tzdata-0.1.1
CARGO_CRATE_DEPENDS+= android_system_properties-0.1.5
CARGO_CRATE_DEPENDS+= ansi-str-0.9.0
CARGO_CRATE_DEPENDS+= ansitok-0.3.0
@@ -61,7 +60,7 @@ CARGO_CRATE_DEPENDS+= cfg-if-1.0.3
CARGO_CRATE_DEPENDS+= cfg_aliases-0.2.1
CARGO_CRATE_DEPENDS+= chacha20-0.9.1
CARGO_CRATE_DEPENDS+= chacha20poly1305-0.10.1
-CARGO_CRATE_DEPENDS+= chrono-0.4.41
+CARGO_CRATE_DEPENDS+= chrono-0.4.42
CARGO_CRATE_DEPENDS+= chrono-tz-0.9.0
CARGO_CRATE_DEPENDS+= chrono-tz-build-0.3.0
CARGO_CRATE_DEPENDS+= ci_info-0.14.14
Index: pkgsrc/devel/mise/distinfo
diff -u pkgsrc/devel/mise/distinfo:1.90 pkgsrc/devel/mise/distinfo:1.91
--- pkgsrc/devel/mise/distinfo:1.90 Mon Sep 8 12:53:06 2025
+++ pkgsrc/devel/mise/distinfo Fri Sep 19 13:48:16 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.90 2025/09/08 12:53:06 pin Exp $
+$NetBSD: distinfo,v 1.91 2025/09/19 13:48:16 pin Exp $
BLAKE2s (addr2line-0.24.2.crate) = 5bdb03ff8621c0993eda0ec3682c467ad3fc0015f48e46a70779bbd4bfbe8267
SHA512 (addr2line-0.24.2.crate) = 39cbec3c920ffc0f37584afb55e1cfe4f182e4415319a4e9bfe842360f102f7b9315f6171c0cf71ba0337123903e604096cd573fe98698a26c8eebc2376d965b
@@ -30,9 +30,6 @@ Size (aho-corasick-1.1.3.crate) = 183311
BLAKE2s (allocator-api2-0.2.21.crate) = 19229533116e7c08961658159a3a9779307bf1241963efefbcb34168b00ed036
SHA512 (allocator-api2-0.2.21.crate) = 1bb5711ed6041b0d7eae2ec784b8aa9d215db0f49cf79c692946eeb0db545d358cbcaa8156ae34e51d05287c08574f1da251ee574f2392949e4ed26d04770d03
Size (allocator-api2-0.2.21.crate) = 63622 bytes
-BLAKE2s (android-tzdata-0.1.1.crate) = fbf2ed4b7b8c2d0aac069c9d638b0010da9da1cd5dec9a2495a3b396966e55fd
-SHA512 (android-tzdata-0.1.1.crate) = 4294024c21ddd0090c42c8eedf708d40d917f55ad5a4cb7aa3e64cfb6551b6df60f2e36bc08620c1d2fc8c7ba7207411518ee5c8635f60ed8ad9efdd458a2077
-Size (android-tzdata-0.1.1.crate) = 7674 bytes
BLAKE2s (android_system_properties-0.1.5.crate) = e405a7701baf9817ca6e946b78ab2ae83f4667112c19c5214606cd863ca5c765
SHA512 (android_system_properties-0.1.5.crate) = b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191
Size (android_system_properties-0.1.5.crate) = 5243 bytes
@@ -183,9 +180,9 @@ Size (chacha20-0.9.1.crate) = 23424 byte
BLAKE2s (chacha20poly1305-0.10.1.crate) = 487479b76869b50958babad47e1fdd9682d4664908802ad4b616779d89f6e1ae
SHA512 (chacha20poly1305-0.10.1.crate) = 8c2ff7100eff5ea953baf559b0984c5b5ac0dd231d8ff179688d87ca7812966d4cd64aaa0c56778f7a83c8138ebed4f2b87a2d4a005251f51e1fc8e74914d629
Size (chacha20poly1305-0.10.1.crate) = 68485 bytes
-BLAKE2s (chrono-0.4.41.crate) = 3a2eb47ebbdc7fad2fd4d638103e18bb20b33a02b75bc0ed2d162a972c2d7b15
-SHA512 (chrono-0.4.41.crate) = 917d440059579f4861b91d95bd0d5bf6dc55baaeec50678a9562b9652bd872d5f6b5013f188a50f37a18dfaa775b6821eef2a1ba096abd488a285e55aa024d5e
-Size (chrono-0.4.41.crate) = 234621 bytes
+BLAKE2s (chrono-0.4.42.crate) = 72c5d8a1978ab715e15123defd74393dc4993664e1362fed0eb07fb3e93912d6
+SHA512 (chrono-0.4.42.crate) = 776b4b127c1a07ddce587aad341fa1022cebaa90ad667064809b3f83fc33aa355c811d7df445d6aae405265660deba9d8514d909391e47ea26d968bd4f24becf
+Size (chrono-0.4.42.crate) = 238174 bytes
BLAKE2s (chrono-tz-0.9.0.crate) = 9a11e1beadcd1ab5d011ecd9c5cdf0bb8ab05774aa26b488403662ca339cc6ef
SHA512 (chrono-tz-0.9.0.crate) = a0c281985ec81d722583e412d5d9c4235e550ce01b9bf36cb9d6a2a37370d0c0a194a1818e6779fde1bd0107c06dceca624cdbca2aa094821b80ed91f53fb5c6
Size (chrono-tz-0.9.0.crate) = 361570 bytes
@@ -1071,9 +1068,9 @@ Size (miniz_oxide-0.8.9.crate) = 67132 b
BLAKE2s (mio-1.0.4.crate) = 8c6473c22b59ab8e865070c738f5eb5811d05c0cd1f5f13a8c86562d9a6c8100
SHA512 (mio-1.0.4.crate) = 2b3fe4d74447834d28e4e1d869b55799792989a959ff64f4b18ea18b8fa846fd3c1415e191268219e731de1dcf12f85770865ffae23b6144a6700e1f237a0a53
Size (mio-1.0.4.crate) = 104212 bytes
-BLAKE2s (mise-2025.9.6.tar.gz) = 34bcdaf5f1eb12e91a23e92af0c68ed0aa706a333cd633020663a439d87f49dd
-SHA512 (mise-2025.9.6.tar.gz) = 12512169ad2b64cfc04177fcb2b5e435595f745252ab525a26618c47a47e3cfe9030d9b2499c8e2607522f4e38cae222031f83d7e1fd8092a95f9d45da871f1d
-Size (mise-2025.9.6.tar.gz) = 5200256 bytes
+BLAKE2s (mise-2025.9.12.tar.gz) = c1596ed202f305eba117072ca2b1256693704379c1c18182dfd822e29da18488
+SHA512 (mise-2025.9.12.tar.gz) = 38a410cf87fef9c46511130e73829550f358cb28ccb1256d48ed0cdde50c59066d675a1db2a64533cb0b31848a0ba2b82483a9b448479a6bef2b93bd3f0e174f
+Size (mise-2025.9.12.tar.gz) = 4868039 bytes
BLAKE2s (mlua-0.11.3.crate) = 19f99bbb19910b9b501ee65e5ec3d7fa42b74d9848e1ad7e6364d1fac96799de
SHA512 (mlua-0.11.3.crate) = 132b5b2b494159b1a4e75c757ae8296284e43bbf9c8754ab38312549f60ba47bf25c184e2f96fb048a7818b92f5646a01f6afbb624e5206a3051906fd558508f
Size (mlua-0.11.3.crate) = 244400 bytes
Home |
Main Index |
Thread Index |
Old Index