pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/uv
Module Name: pkgsrc
Committed By: wiz
Date: Sun May 11 10:46:09 UTC 2025
Modified Files:
pkgsrc/devel/uv: Makefile cargo-depends.mk distinfo
pkgsrc/devel/uv/patches: patch-Cargo.toml
Log Message:
uv: update to 0.7.3.
## 0.7.3
### Enhancements
- Add `--dry-run` support to `uv self update` ([#9829](https://github.com/astral-sh/uv/pull/9829))
- Add `--show-with` to `uv tool list` to list packages included by `--with` ([#13264](https://github.com/astral-sh/uv/pull/13264))
- De-duplicate fetched index URLs ([#13205](https://github.com/astral-sh/uv/pull/13205))
- Support more zip compression formats: bzip2, lzma, xz, zstd ([#13285](https://github.com/astral-sh/uv/pull/13285))
- Add support for downloading GraalPy ([#13172](https://github.com/astral-sh/uv/pull/13172))
- Improve error message when a virtual environment Python symlink is broken ([#12168](https://github.com/astral-sh/uv/pull/12168))
- Use `fs_err` for paths in symlinking errors ([#13303](https://github.com/astral-sh/uv/pull/13303))
- Minify and embed managed Python JSON at compile time ([#12967](https://github.com/astral-sh/uv/pull/12967))
### Preview features
- Build backend: Make preview default and add configuration docs ([#12804](https://github.com/astral-sh/uv/pull/12804))
- Build backend: Allow escaping in globs ([#13313](https://github.com/astral-sh/uv/pull/13313))
- Build backend: Make builds reproducible across operating systems ([#13171](https://github.com/astral-sh/uv/pull/13171))
### Configuration
- Add `python-downloads-json-url` option for `uv.toml` to configure custom Python installations via JSON URL ([#12974](https://github.com/astral-sh/uv/pull/12974))
### Bug fixes
- Check nested IO errors for retries ([#13260](https://github.com/astral-sh/uv/pull/13260))
- Accept `musllinux_1_0` as a valid platform tag ([#13289](https://github.com/astral-sh/uv/pull/13289))
- Fix discovery of pre-release managed Python versions in range requests ([#13330](https://github.com/astral-sh/uv/pull/13330))
- Respect locked script preferences in `uv run --with` ([#13283](https://github.com/astral-sh/uv/pull/13283))
- Retry streaming downloads on broken pipe errors ([#13281](https://github.com/astral-sh/uv/pull/13281))
- Treat already-installed base environment packages as preferences in `uv run --with` ([#13284](https://github.com/astral-sh/uv/pull/13284))
- Avoid enumerating sources in errors for path Python requests ([#13335](https://github.com/astral-sh/uv/pull/13335))
- Avoid re-creating virtual environment with `--no-sync` ([#13287](https://github.com/astral-sh/uv/pull/13287))
### Documentation
- Remove outdated description of index strategy ([#13326](https://github.com/astral-sh/uv/pull/13326))
- Update "Viewing the version" docs ([#13241](https://github.com/astral-sh/uv/pull/13241))
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/uv/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/uv/cargo-depends.mk \
pkgsrc/devel/uv/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/uv/patches/patch-Cargo.toml
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/uv/Makefile
diff -u pkgsrc/devel/uv/Makefile:1.7 pkgsrc/devel/uv/Makefile:1.8
--- pkgsrc/devel/uv/Makefile:1.7 Tue May 6 13:14:19 2025
+++ pkgsrc/devel/uv/Makefile Sun May 11 10:46:08 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2025/05/06 13:14:19 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2025/05/11 10:46:08 wiz Exp $
-DISTNAME= uv-0.7.2
+DISTNAME= uv-0.7.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=astral-sh/}
Index: pkgsrc/devel/uv/cargo-depends.mk
diff -u pkgsrc/devel/uv/cargo-depends.mk:1.5 pkgsrc/devel/uv/cargo-depends.mk:1.6
--- pkgsrc/devel/uv/cargo-depends.mk:1.5 Tue May 6 13:14:19 2025
+++ pkgsrc/devel/uv/cargo-depends.mk Sun May 11 10:46:08 2025
@@ -1,4 +1,4 @@
-# $NetBSD: cargo-depends.mk,v 1.5 2025/05/06 13:14:19 wiz Exp $
+# $NetBSD: cargo-depends.mk,v 1.6 2025/05/11 10:46:08 wiz Exp $
CARGO_CRATE_DEPENDS+= addr2line-0.24.2
CARGO_CRATE_DEPENDS+= adler2-2.0.0
@@ -17,7 +17,7 @@ CARGO_CRATE_DEPENDS+= arrayref-0.3.9
CARGO_CRATE_DEPENDS+= arrayvec-0.7.6
CARGO_CRATE_DEPENDS+= assert-json-diff-2.0.2
CARGO_CRATE_DEPENDS+= assert_cmd-2.0.17
-CARGO_CRATE_DEPENDS+= assert_fs-1.1.2
+CARGO_CRATE_DEPENDS+= assert_fs-1.1.3
CARGO_CRATE_DEPENDS+= astral-tokio-tar-0.5.2
CARGO_CRATE_DEPENDS+= async-channel-2.3.1
CARGO_CRATE_DEPENDS+= async-compression-0.4.18
@@ -156,7 +156,7 @@ CARGO_CRATE_DEPENDS+= goblin-0.9.3
CARGO_CRATE_DEPENDS+= h2-0.4.7
CARGO_CRATE_DEPENDS+= half-2.4.1
CARGO_CRATE_DEPENDS+= hashbrown-0.14.5
-CARGO_CRATE_DEPENDS+= hashbrown-0.15.2
+CARGO_CRATE_DEPENDS+= hashbrown-0.15.3
CARGO_CRATE_DEPENDS+= heck-0.5.0
CARGO_CRATE_DEPENDS+= hermit-abi-0.3.9
CARGO_CRATE_DEPENDS+= hermit-abi-0.4.0
@@ -191,7 +191,7 @@ CARGO_CRATE_DEPENDS+= imagesize-0.11.0
CARGO_CRATE_DEPENDS+= indexmap-2.9.0
CARGO_CRATE_DEPENDS+= indicatif-0.17.11
CARGO_CRATE_DEPENDS+= indoc-2.0.6
-CARGO_CRATE_DEPENDS+= insta-1.43.0
+CARGO_CRATE_DEPENDS+= insta-1.43.1
CARGO_CRATE_DEPENDS+= instant-0.1.13
CARGO_CRATE_DEPENDS+= ipnet-2.11.0
CARGO_CRATE_DEPENDS+= is-terminal-0.4.15
Index: pkgsrc/devel/uv/distinfo
diff -u pkgsrc/devel/uv/distinfo:1.5 pkgsrc/devel/uv/distinfo:1.6
--- pkgsrc/devel/uv/distinfo:1.5 Tue May 6 13:14:19 2025
+++ pkgsrc/devel/uv/distinfo Sun May 11 10:46:08 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2025/05/06 13:14:19 wiz Exp $
+$NetBSD: distinfo,v 1.6 2025/05/11 10:46:08 wiz Exp $
BLAKE2s (addr2line-0.24.2.crate) = 5bdb03ff8621c0993eda0ec3682c467ad3fc0015f48e46a70779bbd4bfbe8267
SHA512 (addr2line-0.24.2.crate) = 39cbec3c920ffc0f37584afb55e1cfe4f182e4415319a4e9bfe842360f102f7b9315f6171c0cf71ba0337123903e604096cd573fe98698a26c8eebc2376d965b
@@ -51,9 +51,9 @@ Size (assert-json-diff-2.0.2.crate) = 10
BLAKE2s (assert_cmd-2.0.17.crate) = ae8443734282d3bb7bb2279dbedc5d2f5f117bb3e8ed39f2e29d1be3f8d6f183
SHA512 (assert_cmd-2.0.17.crate) = 55b4142b1f4b5f3721dd29a000923c84e68eaef130cc94a6e21206d463533e44b75e0367a736a1ac4422aa383e3a9c1ad1b1104d5df9816f05cc850be330b014
Size (assert_cmd-2.0.17.crate) = 26914 bytes
-BLAKE2s (assert_fs-1.1.2.crate) = 2e2ad4f164676ce38674203202836bcad4541c7eb484d1d3ee8da53766d3cea3
-SHA512 (assert_fs-1.1.2.crate) = c979365b79c1b346281a0fa0df93fc3b71eb4feae3213a0556016b06dd5ee45a3997ccafe3fb8cc2f0851b634ff86ae7d1e9dac2a397d8190116488f3fffbb8a
-Size (assert_fs-1.1.2.crate) = 19328 bytes
+BLAKE2s (assert_fs-1.1.3.crate) = 670b9b6085388eaf90d5948ed7d821fd701fe21501d749a0bc783ce843e341f5
+SHA512 (assert_fs-1.1.3.crate) = d5652ef27d137ee12b2a90907b2d007add32e8d04e017ebe6d32944eca0ecdf274647a26d18716527c0775fc28fe16ff9cb8f01d7867cd1b58004b69ad3e0cd4
+Size (assert_fs-1.1.3.crate) = 20176 bytes
BLAKE2s (astral-tokio-tar-0.5.2.crate) = 12d0c823762fb548a05e68b8187a46707221f0eda47ddf7ab6e3149b730730ea
SHA512 (astral-tokio-tar-0.5.2.crate) = ed7a0e3705663a612f404f0993ea7407f6c109bf2224df8004af5e6930c3a4de00708bc3bf14c6506a6dfabe0e6483f9ff373b0bb2f22d0f57acbc4ac0edfda8
Size (astral-tokio-tar-0.5.2.crate) = 62300 bytes
@@ -468,9 +468,9 @@ Size (half-2.4.1.crate) = 50892 bytes
BLAKE2s (hashbrown-0.14.5.crate) = df2dc611777412ee614bffffa4bfd1ffbdb023961c82ec606d14782febc01949
SHA512 (hashbrown-0.14.5.crate) = 215ea860bd3de80e2dd2d4647c9dd31c0ac895ea7c08b87256dc11d36407e412ffefaebc6cdbec024057dd4f24b3762b4fe427be307e15d1e68ccfde89a99742
Size (hashbrown-0.14.5.crate) = 141498 bytes
-BLAKE2s (hashbrown-0.15.2.crate) = 3d249da59d8a2fa388cce1ecf55b3873572899a8aabe533dee380a5253fcb71c
-SHA512 (hashbrown-0.15.2.crate) = d6fc0613623f9313533dfcab1240e97f652f78f05baa21419f7edb2eff030c4a2c5f426d3eaae747923cffdd8aa9cc2648340e5fc229395b5eacc6fae087c8cd
-Size (hashbrown-0.15.2.crate) = 138478 bytes
+BLAKE2s (hashbrown-0.15.3.crate) = ea49f1bb2050854430474f20ab5e2fe40cfa4536b71419f1ffc7516b54556a4a
+SHA512 (hashbrown-0.15.3.crate) = dd82780d0668d6e6eda00b0e2960ab8ad6ab7ca9cb8c87c9c276ad571522676075a675e757416094e382f2607629b80a419b00bb30b5612c1dcf71aa6a97c691
+Size (hashbrown-0.15.3.crate) = 140413 bytes
BLAKE2s (heck-0.5.0.crate) = 0bc71a5746c9d1e7c913d096fb68f1d422464744e18adc592540b291882f5660
SHA512 (heck-0.5.0.crate) = f044fc9c3d22466629fd8f772ec0555350fd611c0cfadca51d99a3d2f10e155f77c1091916c8a95a6b9b499f366c2e99a5fbf45b010f988bfb9b2501bf9f6a76
Size (heck-0.5.0.crate) = 11517 bytes
@@ -573,9 +573,9 @@ Size (indicatif-0.17.11.crate) = 66577 b
BLAKE2s (indoc-2.0.6.crate) = cef2aa7d5116eaa49f2a5fb5506c7fc53683e70fbf6097eabd09cbdc63d52ff3
SHA512 (indoc-2.0.6.crate) = e2ea2e5c8226c802bbe0631c1a99d2edd088cbafbf978b2a7b71c7c7f47754c6d4653f466e286441b61cc46def1c7f7a02d4785caab93a61dd785211dba7d1a9
Size (indoc-2.0.6.crate) = 17164 bytes
-BLAKE2s (insta-1.43.0.crate) = 18bc40a8d3312697da1eecaad762d73fc9e915e752df0278aabf7c9c97fb3197
-SHA512 (insta-1.43.0.crate) = 58e5d14bc778c1f9adf79d227a235566deb608d80e67e3dbc560b3ac888b797bcab5bbba192e8c69716b6ad623fef524593c10759d54139193b7ffb05408ccf7
-Size (insta-1.43.0.crate) = 101045 bytes
+BLAKE2s (insta-1.43.1.crate) = 9b4dcce24ff989bdd52af6cb994ad646f68727aae06334ed2c2cb9641a58e862
+SHA512 (insta-1.43.1.crate) = 0b633f1516757cadf771e0737d2e07c7e3638467b6c311c5f170457f95adbd2395ed6a2195c32f9907fcece1bae5145b29e31de0f19f6668ca5aac8b9dd9b720
+Size (insta-1.43.1.crate) = 101047 bytes
BLAKE2s (instant-0.1.13.crate) = c663f237ed194a9830d26e80015a55fe73d14798f46c603c82e73909ad95346d
SHA512 (instant-0.1.13.crate) = b7839431e8920c4c0841d0974eede75fc50f2bb7a9475664bd2c4ff6c558a10084e1c025e5be977c3364ae9112c365c0a6f480cb9b35ee4130ca2beebcf650a9
Size (instant-0.1.13.crate) = 6305 bytes
@@ -1413,9 +1413,9 @@ Size (utf8parse-0.2.2.crate) = 13499 byt
BLAKE2s (uuid-1.12.1.crate) = 3a28fc2b2e45d05ce7a687717a241e81bf6ba8a8a94280300a4437bc86020ace
SHA512 (uuid-1.12.1.crate) = e9c7cb8f247704b59782a576fb55ff5ad4f0b632fa19da52d81fe09e9dc91a0f60b989d5c1887f548df336fb03a5147d5a03f826d4a98ba66fc6083f9b68174d
Size (uuid-1.12.1.crate) = 48851 bytes
-BLAKE2s (uv-0.7.2.tar.gz) = 05e17400cb9410c29e242f5911afc39e09dc8afdfbd666328894352e3a211398
-SHA512 (uv-0.7.2.tar.gz) = 6895100911361f3a9a2bb463a9cf62ff598f1af3046dc7aacce442f5728778b45e42da8553a7d479013b2ae6e8517a6061531ae78b1398b38199a3b0237c4272
-Size (uv-0.7.2.tar.gz) = 4017722 bytes
+BLAKE2s (uv-0.7.3.tar.gz) = 13aa16b6be75162f1f0b4d28d23db104e150e200125679bec72246995b201e6e
+SHA512 (uv-0.7.3.tar.gz) = bd6db26be61b072f60ee82522d9edeb6a80104d52ba92f30b50d34bfe2ff3c9b27e40081c289ae6a73d9e4ca288c392a95fb4843c9ef1726da3d55c558469d70
+Size (uv-0.7.3.tar.gz) = 3972686 bytes
BLAKE2s (valuable-0.1.1.crate) = df7602da20aa0212438759173532cf82c56ba05307e036b22bfddb318e2f82b7
SHA512 (valuable-0.1.1.crate) = d8a4bffdc8a166d1ee11b87dd91cd68e5c898916b14db7039ad2faaad34f4bfef76f3fc3d17d6e7bf05e495778f7c9d5223fbf45331bd114f93fb6ec950eadbf
Size (valuable-0.1.1.crate) = 28679 bytes
@@ -1728,4 +1728,4 @@ Size (zstd-safe-7.2.1.crate) = 21122 byt
BLAKE2s (zstd-sys-2.0.13+zstd.1.5.6.crate) = df71c3b7a2dd396817e8e71eee920caccb9ae769f06d82920e6eea55df3be7dc
SHA512 (zstd-sys-2.0.13+zstd.1.5.6.crate) = c1f0176ebd0914879d0060796776c7fe376293ce9bc9f8f07ee3b809932a75aa033881d59a1bc99b6cd9af85b8e225fc09bcfc96013e556d7c11f155b759ecbf
Size (zstd-sys-2.0.13+zstd.1.5.6.crate) = 749090 bytes
-SHA1 (patch-Cargo.toml) = 78c5c44704a70f733ea730b4f542d4b3923ddc66
+SHA1 (patch-Cargo.toml) = e8a0c6ddb15646da73e74d4352024ab228051a0c
Index: pkgsrc/devel/uv/patches/patch-Cargo.toml
diff -u pkgsrc/devel/uv/patches/patch-Cargo.toml:1.4 pkgsrc/devel/uv/patches/patch-Cargo.toml:1.5
--- pkgsrc/devel/uv/patches/patch-Cargo.toml:1.4 Tue May 6 13:14:19 2025
+++ pkgsrc/devel/uv/patches/patch-Cargo.toml Sun May 11 10:46:09 2025
@@ -1,4 +1,4 @@
-$NetBSD: patch-Cargo.toml,v 1.4 2025/05/06 13:14:19 wiz Exp $
+$NetBSD: patch-Cargo.toml,v 1.5 2025/05/11 10:46:09 wiz Exp $
Depends on unpublished crates. Can't use cargo.mk to fetch them.
@@ -8,7 +8,7 @@ Depends on unpublished crates. Can't use
async-compression = { version = "0.4.12", features = ["bzip2", "gzip", "xz", "zstd"] }
async-trait = { version = "0.1.82" }
async_http_range_reader = { version = "0.9.1" }
--async_zip = { git = "https://github.com/charliermarsh/rs-async-zip", rev = "c909fda63fcafe4af496a07bfda28a5aae97e58d", features = ["deflate", "tokio"] }
+-async_zip = { git = "https://github.com/charliermarsh/rs-async-zip", rev = "c909fda63fcafe4af496a07bfda28a5aae97e58d", features = ["bzip2", "deflate", "lzma", "tokio", "xz", "zstd"] }
+async_zip = { path = "../rs-async-zip-c909fda63fcafe4af496a07bfda28a5aae97e58d", features = ["deflate", "tokio"] }
axoupdater = { version = "0.9.0", default-features = false }
backon = { version = "1.3.0" }
Home |
Main Index |
Thread Index |
Old Index