Skip to content

Commit 2ec71bd

Browse files
authored
Update packse to 0.3.52: Fix requires python 3.12 (#15786)
Pull in the latest packse changes to make all test work with the new default Python requirement, 3.12.
1 parent 97516fa commit 2ec71bd

File tree

8 files changed

+590
-1056
lines changed

8 files changed

+590
-1056
lines changed

crates/uv/tests/it/common/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ use uv_static::EnvVars;
3232
// Exclude any packages uploaded after this date.
3333
static EXCLUDE_NEWER: &str = "2024-03-25T00:00:00Z";
3434

35-
pub const PACKSE_VERSION: &str = "0.3.47";
35+
pub const PACKSE_VERSION: &str = "0.3.52";
3636
pub const DEFAULT_PYTHON_VERSION: &str = "3.12";
3737

3838
/// Using a find links url allows using `--index-url` instead of `--extra-index-url` in tests

crates/uv/tests/it/edit.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4668,9 +4668,9 @@ fn add_lower_bound_local() -> Result<()> {
46684668
name = "local-simple-a"
46694669
version = "1.2.3+foo"
46704670
source = { registry = "https://astral-sh.github.io/packse/PACKSE_VERSION/simple-html/" }
4671-
sdist = { url = "https://astral-sh.github.io/packse/PACKSE_VERSION/files/local_simple_a-1.2.3+foo.tar.gz", hash = "sha256:ebd55c4a79d0a5759126657cb289ff97558902abcfb142e036b993781497edac" }
4671+
sdist = { url = "https://astral-sh.github.io/packse/PACKSE_VERSION/files/local_simple_a-1.2.3+foo.tar.gz", hash = "sha256:cd1855a98a7b0dce1f4617f2f2089906936344392d4bdd7720503e9f3c0b1544" }
46724672
wheels = [
4673-
{ url = "https://astral-sh.github.io/packse/PACKSE_VERSION/files/local_simple_a-1.2.3+foo-py3-none-any.whl", hash = "sha256:6f30e2e709b3e171cd734bb58705229a582587c29e0a7041227435583c7224cc" },
4673+
{ url = "https://astral-sh.github.io/packse/PACKSE_VERSION/files/local_simple_a-1.2.3+foo-py3-none-any.whl", hash = "sha256:9a430e6d5e9cd3ab906ea412b00ea8a1bad7c59fd64df2278a2527a60a665751" },
46744674
]
46754675
46764676
[[package]]

crates/uv/tests/it/lock_scenarios.rs

Lines changed: 455 additions & 657 deletions
Large diffs are not rendered by default.

crates/uv/tests/it/pip_compile_scenarios.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! DO NOT EDIT
22
//!
33
//! Generated with `./scripts/sync_scenarios.sh`
4-
//! Scenarios from <https://github.com/astral-sh/packse/tree/0.3.47/scenarios>
4+
//! Scenarios from <https://github.com/astral-sh/packse/tree/0.3.52/scenarios>
55
//!
66
#![cfg(all(feature = "python", feature = "pypi", unix))]
77

0 commit comments

Comments
 (0)