uv: 0.4.4 -> 0.4.6 (#340229)

This commit is contained in:
Gaétan Lepage 2024-09-07 09:39:13 +02:00 committed by GitHub
commit c4570cd770
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 12 deletions

View File

@ -4452,7 +4452,7 @@ checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
[[package]]
name = "uv"
version = "0.4.4"
version = "0.4.6"
dependencies = [
"anstream",
"anyhow",
@ -4463,6 +4463,8 @@ dependencies = [
"byteorder",
"cache-key",
"clap",
"ctrlc",
"distribution-filename",
"distribution-types",
"etcetera",
"filetime",
@ -4511,6 +4513,7 @@ dependencies = [
"uv-configuration",
"uv-dispatch",
"uv-distribution",
"uv-extract",
"uv-fs",
"uv-git",
"uv-installer",
@ -4558,6 +4561,7 @@ dependencies = [
name = "uv-build"
version = "0.0.1"
dependencies = [
"anstream",
"anyhow",
"distribution-types",
"fs-err",
@ -4715,7 +4719,6 @@ dependencies = [
"distribution-filename",
"distribution-types",
"fs-err",
"install-wheel-rs",
"itertools 0.13.0",
"markdown",
"mimalloc",
@ -4725,7 +4728,6 @@ dependencies = [
"pretty_assertions",
"pypi-types",
"resvg",
"rustc-hash",
"schemars",
"serde",
"serde_json",
@ -4736,20 +4738,14 @@ dependencies = [
"tracing",
"tracing-durations-export",
"tracing-subscriber",
"uv-build",
"uv-cache",
"uv-cli",
"uv-client",
"uv-configuration",
"uv-dispatch",
"uv-git",
"uv-installer",
"uv-macros",
"uv-options-metadata",
"uv-python",
"uv-resolver",
"uv-settings",
"uv-types",
"uv-workspace",
"walkdir",
]
@ -5209,7 +5205,7 @@ dependencies = [
[[package]]
name = "uv-version"
version = "0.4.4"
version = "0.4.6"
[[package]]
name = "uv-virtualenv"

View File

@ -16,14 +16,14 @@
python3Packages.buildPythonApplication rec {
pname = "uv";
version = "0.4.4";
version = "0.4.6";
pyproject = true;
src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
rev = "refs/tags/${version}";
hash = "sha256-PhLatO4XeYFrv0DqPc0NlSGXJvLkem0pqxEcoVZddZw=";
hash = "sha256-TBAnKVlv6SpPy6DUdq9AQE9qrCNuRiixuy4fMzDi9Yg=";
};
cargoDeps = rustPlatform.importCargoLock {