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:
Tim de Jager 2024-05-27 09:38:39 +02:00 committed by GitHub
parent 66eb642938
commit 65b17f6e81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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"]

View file

@ -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"