mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
feat: bump pep580 and pep440 types (#3860)
This bumps the versions of pep580 and pep440 to coincide with the crates.io versions. While not strictly the same, the new types in uv us an `Inner` struct. Practically I've found I'm still able to use the patched versions, as can seen from the open PR here: https://github.com/prefix-dev/pixi/pull/1436. Would be great if this bump can be done so we can keep combining the types :)
This commit is contained in:
parent
66eb642938
commit
65b17f6e81
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2500,7 +2500,7 @@ checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
|
|||
|
||||
[[package]]
|
||||
name = "pep440_rs"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
dependencies = [
|
||||
"indoc",
|
||||
"once_cell",
|
||||
|
@ -2514,7 +2514,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pep508_rs"
|
||||
version = "0.4.2"
|
||||
version = "0.6.0"
|
||||
dependencies = [
|
||||
"derivative",
|
||||
"insta",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pep440_rs"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
description = "A library for python version numbers and specifiers, implementing PEP 440"
|
||||
license = "Apache-2.0 OR BSD-2-Clause"
|
||||
include = ["/src", "Changelog.md", "License-Apache", "License-BSD", "Readme.md", "pyproject.toml"]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pep508_rs"
|
||||
version = "0.4.2"
|
||||
version = "0.6.0"
|
||||
description = "A library for python dependency specifiers, better known as PEP 508"
|
||||
include = ["/src", "Changelog.md", "License-Apache", "License-BSD", "Readme.md", "pyproject.toml"]
|
||||
license = "Apache-2.0 OR BSD-2-Clause"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue