Skip to content

community/py3-setuptools-rust: upgrade to 1.9.0, py3-cryptography: upgrade to 42.0.5, py3-openssl: upgrade to 24.1.0

I would appreciate it if someone more familiar with lower-level stuff could confirm my findings.

I have disabled the hello-world test from py3-setuptools-rust, as i think it uses glibc-specific behavior.

It uses Rust's std::env::args in a cdylib which on Linux is glibc-specific according to: https://github.com/rust-lang/rust/blob/1.77.0/library/std/src/sys/pal/unix/args.rs#L109

Merge request reports