messense

Results 124 issues of messense

https://gitlab.alpinelinux.org/messense/aports/-/jobs/438427 Python: 3.9.6 ```bash failures: ---- test_subprocesses_zombiechild stdout ---- thread 'test_subprocesses_zombiechild' panicked at 'called `Result::unwrap()` on an `Err` value: ErrorMessage { msg: "No python processes found in process 4465 or...

crates can specify their rustc version requirement: https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field, but currently the error message isn't good when Rust version it too low, for example https://github.com/datafusion-contrib/datafusion-python/issues/18

They should be set in `pyproject.toml` following [PEP 621](https://peps.python.org/pep-0621/). - [x] https://github.com/PyO3/maturin/pull/1048 - [ ] Drop support

breaking-change

Waiting for https://github.com/rust-lang/cargo/issues/10083 to land on stable.

upstream

https://github.com/cross-rs/cross It's useful for cross compiling to FreeBSD, NetBSD, illumos and other operating systems given that `zig cc` currently doesn't have good support for them. `zig cc` support status: -...

enhancement

### Upstream * pypa/manylinux: https://github.com/pypa/manylinux/issues/1281 * rust-lang/rust: * https://github.com/rust-lang/compiler-team/issues/493 * https://github.com/rust-lang/rust/pull/95026 ### maturin * [x] https://github.com/PyO3/maturin/pull/858 * [ ] Drop support when Rust 1.64.0 gets released (September 22 2022 UTC)

breaking-change

The maturin side of https://github.com/PyO3/setuptools-rust/issues/112 ~~Currently maturin has no `sdist` command, it builds sdist along with binary wheels. Do we want a seperated `sdist` command and add vendoring support to...

enhancement
good first issue
sdist