Package: python-maturin / 1.9.4-4

Metadata

Package Version Patches format
python-maturin 1.9.4-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix cargo metadata api | (download)

src/source_distribution.rs | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix cargo_metadata api compatibility
 Adapt to cargo_metadata 0.23 API where PackageName no longer implements
 PartialEq with &str directly. Use as_str() for string comparison.
relax zip | (download)

Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 relax zip dependency version
 Update zip dependency to match the version available in Debian
relax rustflags | (download)

Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 relax rustflags dependency version
 Update rustflags dependency to match the version available in Debian
drop xwin | (download)

Cargo.toml | 11 1 + 10 - 0 !
1 file changed, 1 insertion(+), 10 deletions(-)

---
drop zigbuild | (download)

Cargo.toml | 7 1 + 6 - 0 !
1 file changed, 1 insertion(+), 6 deletions(-)

---
drop completion | (download)

Cargo.toml | 5 1 + 4 - 0 !
1 file changed, 1 insertion(+), 4 deletions(-)

---
relax itertools | (download)

Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
relax keyring | (download)

Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
drop upload | (download)

Cargo.toml | 52 2 + 50 - 0 !
1 file changed, 2 insertions(+), 50 deletions(-)

---
relax rstest | (download)

Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
relax which | (download)

Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
relax base64 | (download)

Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 relax-base64


relax fs4 | (download)

Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
relax pep440 pep508 | (download)

Cargo.toml | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
relax cargo_metadata | (download)

Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 relax cargo_metadata dependency version
 Update cargo_metadata dependency to match the version available in Debian
fix cargo metadata api build options | (download)

src/build_options.rs | 10 5 + 5 - 0 !
src/compile.rs | 2 1 + 1 - 0 !
src/metadata.rs | 2 1 + 1 - 0 !
3 files changed, 7 insertions(+), 7 deletions(-)

 fix cargo_metadata api compatibility in multiple files
 Add .as_str() calls when comparing PackageName and FeatureName with string literals.
 Convert PackageName to String when needed using .to_string().
 This adapts to cargo_metadata 0.23 API changes.