Loading pkgs/by-name/uv/uv/Cargo.lock +47 −26 Original line number Diff line number Diff line Loading @@ -712,9 +712,9 @@ dependencies = [ [[package]] name = "codspeed" version = "2.6.0" version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a104ac948e0188b921eb3fcbdd55dcf62e542df4c7ab7e660623f6288302089" checksum = "b0c6f324a032703f286b0fbbdb390971f914b41f3410e1615c59730e4b24ebc2" dependencies = [ "colored", "libc", Loading @@ -723,9 +723,9 @@ dependencies = [ [[package]] name = "codspeed-criterion-compat" version = "2.6.0" version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "722c36bdc62d9436d027256ce2627af81ac7a596dfc7d13d849d0d212448d7fe" checksum = "0ae52f6f2545ffcd2ac1308f34043eb6ab81e4c741af419b348b2325574f48ee" dependencies = [ "codspeed", "colored", Loading Loading @@ -1923,6 +1923,22 @@ dependencies = [ "windows-sys 0.52.0", ] [[package]] name = "krata-tokio-tar" version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8bd5fee9b96acb5fc36b401896d601e6fdcce52b0e651ce24a3b21fb524e79f" dependencies = [ "filetime", "futures-core", "libc", "portable-atomic", "redox_syscall 0.3.5", "tokio", "tokio-stream", "xattr", ] [[package]] name = "kurbo" version = "0.8.3" Loading Loading @@ -4073,21 +4089,6 @@ dependencies = [ "tokio-util", ] [[package]] name = "tokio-tar" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d5714c010ca3e5c27114c1cdeb9d14641ace49874aa5626d7149e47aedace75" dependencies = [ "filetime", "futures-core", "libc", "redox_syscall 0.3.5", "tokio", "tokio-stream", "xattr", ] [[package]] name = "tokio-util" version = "0.7.11" Loading Loading @@ -4444,7 +4445,7 @@ checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" [[package]] name = "uv" version = "0.4.8" version = "0.4.10" dependencies = [ "anstream", "anyhow", Loading @@ -4463,6 +4464,7 @@ dependencies = [ "flate2", "fs-err", "futures", "http", "ignore", "indexmap", "indicatif", Loading Loading @@ -4609,6 +4611,7 @@ name = "uv-cache-info" version = "0.0.1" dependencies = [ "fs-err", "globwalk", "schemars", "serde", "thiserror", Loading Loading @@ -4661,7 +4664,6 @@ dependencies = [ "hyper", "hyper-util", "insta", "install-wheel-rs", "itertools 0.13.0", "jiff", "pep440_rs", Loading @@ -4687,6 +4689,7 @@ dependencies = [ "uv-cache", "uv-configuration", "uv-fs", "uv-metadata", "uv-normalize", "uv-version", "uv-warnings", Loading @@ -4699,7 +4702,6 @@ dependencies = [ "anyhow", "cache-key", "clap", "distribution-types", "either", "pep508_rs", "platform-tags", Loading Loading @@ -4787,13 +4789,13 @@ name = "uv-distribution" version = "0.0.1" dependencies = [ "anyhow", "cache-key", "distribution-filename", "distribution-types", "fs-err", "futures", "indoc", "insta", "install-wheel-rs", "nanoid", "pep440_rs", "pep508_rs", Loading @@ -4817,6 +4819,7 @@ dependencies = [ "uv-extract", "uv-fs", "uv-git", "uv-metadata", "uv-normalize", "uv-types", "uv-warnings", Loading @@ -4834,6 +4837,7 @@ dependencies = [ "distribution-filename", "fs-err", "futures", "krata-tokio-tar", "md-5", "pypi-types", "rayon", Loading @@ -4842,7 +4846,6 @@ dependencies = [ "sha2", "thiserror", "tokio", "tokio-tar", "tokio-util", "tracing", "xz2", Loading Loading @@ -4938,6 +4941,24 @@ dependencies = [ "textwrap", ] [[package]] name = "uv-metadata" version = "0.1.0" dependencies = [ "async_zip", "distribution-filename", "fs-err", "futures", "pep440_rs", "pypi-types", "thiserror", "tokio", "tokio-util", "tracing", "uv-normalize", "zip", ] [[package]] name = "uv-normalize" version = "0.0.1" Loading Loading @@ -5065,7 +5086,6 @@ dependencies = [ "futures", "indexmap", "insta", "install-wheel-rs", "itertools 0.13.0", "jiff", "once-map", Loading Loading @@ -5095,6 +5115,7 @@ dependencies = [ "uv-distribution", "uv-fs", "uv-git", "uv-metadata", "uv-normalize", "uv-pubgrub", "uv-python", Loading Loading @@ -5217,7 +5238,7 @@ dependencies = [ [[package]] name = "uv-version" version = "0.4.8" version = "0.4.10" [[package]] name = "uv-virtualenv" Loading pkgs/by-name/uv/uv/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -16,14 +16,14 @@ python3Packages.buildPythonApplication rec { pname = "uv"; version = "0.4.8"; version = "0.4.10"; pyproject = true; src = fetchFromGitHub { owner = "astral-sh"; repo = "uv"; rev = "refs/tags/${version}"; hash = "sha256-Rdeq6M3uZhXMALHkHEtYUr5Q1ghkfQmaBUMQGduZ5Qw="; hash = "sha256-JI45AoTW3k1DP6RXCl8qfe6yl16PkS8xlpvl0FUISmk="; }; cargoDeps = rustPlatform.importCargoLock { Loading Loading
pkgs/by-name/uv/uv/Cargo.lock +47 −26 Original line number Diff line number Diff line Loading @@ -712,9 +712,9 @@ dependencies = [ [[package]] name = "codspeed" version = "2.6.0" version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a104ac948e0188b921eb3fcbdd55dcf62e542df4c7ab7e660623f6288302089" checksum = "b0c6f324a032703f286b0fbbdb390971f914b41f3410e1615c59730e4b24ebc2" dependencies = [ "colored", "libc", Loading @@ -723,9 +723,9 @@ dependencies = [ [[package]] name = "codspeed-criterion-compat" version = "2.6.0" version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "722c36bdc62d9436d027256ce2627af81ac7a596dfc7d13d849d0d212448d7fe" checksum = "0ae52f6f2545ffcd2ac1308f34043eb6ab81e4c741af419b348b2325574f48ee" dependencies = [ "codspeed", "colored", Loading Loading @@ -1923,6 +1923,22 @@ dependencies = [ "windows-sys 0.52.0", ] [[package]] name = "krata-tokio-tar" version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8bd5fee9b96acb5fc36b401896d601e6fdcce52b0e651ce24a3b21fb524e79f" dependencies = [ "filetime", "futures-core", "libc", "portable-atomic", "redox_syscall 0.3.5", "tokio", "tokio-stream", "xattr", ] [[package]] name = "kurbo" version = "0.8.3" Loading Loading @@ -4073,21 +4089,6 @@ dependencies = [ "tokio-util", ] [[package]] name = "tokio-tar" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d5714c010ca3e5c27114c1cdeb9d14641ace49874aa5626d7149e47aedace75" dependencies = [ "filetime", "futures-core", "libc", "redox_syscall 0.3.5", "tokio", "tokio-stream", "xattr", ] [[package]] name = "tokio-util" version = "0.7.11" Loading Loading @@ -4444,7 +4445,7 @@ checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" [[package]] name = "uv" version = "0.4.8" version = "0.4.10" dependencies = [ "anstream", "anyhow", Loading @@ -4463,6 +4464,7 @@ dependencies = [ "flate2", "fs-err", "futures", "http", "ignore", "indexmap", "indicatif", Loading Loading @@ -4609,6 +4611,7 @@ name = "uv-cache-info" version = "0.0.1" dependencies = [ "fs-err", "globwalk", "schemars", "serde", "thiserror", Loading Loading @@ -4661,7 +4664,6 @@ dependencies = [ "hyper", "hyper-util", "insta", "install-wheel-rs", "itertools 0.13.0", "jiff", "pep440_rs", Loading @@ -4687,6 +4689,7 @@ dependencies = [ "uv-cache", "uv-configuration", "uv-fs", "uv-metadata", "uv-normalize", "uv-version", "uv-warnings", Loading @@ -4699,7 +4702,6 @@ dependencies = [ "anyhow", "cache-key", "clap", "distribution-types", "either", "pep508_rs", "platform-tags", Loading Loading @@ -4787,13 +4789,13 @@ name = "uv-distribution" version = "0.0.1" dependencies = [ "anyhow", "cache-key", "distribution-filename", "distribution-types", "fs-err", "futures", "indoc", "insta", "install-wheel-rs", "nanoid", "pep440_rs", "pep508_rs", Loading @@ -4817,6 +4819,7 @@ dependencies = [ "uv-extract", "uv-fs", "uv-git", "uv-metadata", "uv-normalize", "uv-types", "uv-warnings", Loading @@ -4834,6 +4837,7 @@ dependencies = [ "distribution-filename", "fs-err", "futures", "krata-tokio-tar", "md-5", "pypi-types", "rayon", Loading @@ -4842,7 +4846,6 @@ dependencies = [ "sha2", "thiserror", "tokio", "tokio-tar", "tokio-util", "tracing", "xz2", Loading Loading @@ -4938,6 +4941,24 @@ dependencies = [ "textwrap", ] [[package]] name = "uv-metadata" version = "0.1.0" dependencies = [ "async_zip", "distribution-filename", "fs-err", "futures", "pep440_rs", "pypi-types", "thiserror", "tokio", "tokio-util", "tracing", "uv-normalize", "zip", ] [[package]] name = "uv-normalize" version = "0.0.1" Loading Loading @@ -5065,7 +5086,6 @@ dependencies = [ "futures", "indexmap", "insta", "install-wheel-rs", "itertools 0.13.0", "jiff", "once-map", Loading Loading @@ -5095,6 +5115,7 @@ dependencies = [ "uv-distribution", "uv-fs", "uv-git", "uv-metadata", "uv-normalize", "uv-pubgrub", "uv-python", Loading Loading @@ -5217,7 +5238,7 @@ dependencies = [ [[package]] name = "uv-version" version = "0.4.8" version = "0.4.10" [[package]] name = "uv-virtualenv" Loading
pkgs/by-name/uv/uv/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -16,14 +16,14 @@ python3Packages.buildPythonApplication rec { pname = "uv"; version = "0.4.8"; version = "0.4.10"; pyproject = true; src = fetchFromGitHub { owner = "astral-sh"; repo = "uv"; rev = "refs/tags/${version}"; hash = "sha256-Rdeq6M3uZhXMALHkHEtYUr5Q1ghkfQmaBUMQGduZ5Qw="; hash = "sha256-JI45AoTW3k1DP6RXCl8qfe6yl16PkS8xlpvl0FUISmk="; }; cargoDeps = rustPlatform.importCargoLock { Loading