maturin 0.15.0__tar.gz → 0.15.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of maturin might be problematic. Click here for more details.
- {maturin-0.15.0 → maturin-0.15.1}/Cargo.lock +1 -1
- {maturin-0.15.0 → maturin-0.15.1}/Cargo.toml +1 -1
- {maturin-0.15.0 → maturin-0.15.1}/Changelog.md +6 -1
- {maturin-0.15.0 → maturin-0.15.1}/PKG-INFO +1 -1
- {maturin-0.15.0 → maturin-0.15.1}/setup.py +2 -1
- {maturin-0.15.0 → maturin-0.15.1}/src/python_interpreter/mod.rs +1 -1
- {maturin-0.15.0 → maturin-0.15.1}/.cirrus.yml +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/.codespellrc +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/.config/nextest.toml +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/.dockerignore +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/.gitignore +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/Code-of-Conduct.md +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/Dockerfile +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/MANIFEST.in +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/README.md +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/clippy.toml +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/deny.toml +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/license-apache +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/license-mit +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/maturin/__init__.py +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/maturin/__main__.py +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/maturin/import_hook.py +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/netlify.toml +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/noxfile.py +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/pyproject.toml +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/auditwheel/audit.rs +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/auditwheel/manylinux-policy.json +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/auditwheel/mod.rs +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/auditwheel/musllinux-policy.json +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/auditwheel/musllinux.rs +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/auditwheel/patchelf.rs +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/auditwheel/platform_tag.rs +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/auditwheel/policy.rs +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/auditwheel/repair.rs +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/build_context.rs +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/build_options.rs +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/cargo_toml.rs +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/ci.rs +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/compile.rs +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/cross_compile.rs +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/develop.rs +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/lib.rs +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/main.rs +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/metadata.rs +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/module_writer.rs +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/new_project.rs +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/project_layout.rs +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/pyproject_toml.rs +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/python_interpreter/config.rs +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/python_interpreter/get_interpreter_metadata.py +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/python_interpreter/sysconfig-emscripten.json +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/python_interpreter/sysconfig-freebsd.json +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/python_interpreter/sysconfig-linux.json +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/python_interpreter/sysconfig-macos.json +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/python_interpreter/sysconfig-netbsd.json +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/python_interpreter/sysconfig-openbsd.json +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/python_interpreter/sysconfig-windows.json +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/source_distribution.rs +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/target.rs +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/templates/.gitignore.j2 +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/templates/Cargo.toml.j2 +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/templates/__init__.py.j2 +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/templates/build.rs.j2 +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/templates/example.udl.j2 +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/templates/lib.rs.j2 +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/templates/main.rs.j2 +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/templates/pyproject.toml.j2 +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/src/upload.rs +0 -0
- {maturin-0.15.0 → maturin-0.15.1}/test-dockerfile.sh +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
authors = ["konstin <konstin@mailbox.org>", "messense <messense@icloud.com>"]
|
|
3
3
|
name = "maturin"
|
|
4
|
-
version = "0.15.
|
|
4
|
+
version = "0.15.1"
|
|
5
5
|
description = "Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages"
|
|
6
6
|
exclude = ["test-crates/**/*", "sysconfig/*", "test-data/*", "ci/*", "tests/*", "guide/*", ".github/*"]
|
|
7
7
|
homepage = "https://github.com/pyo3/maturin"
|
|
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.15.1] - 2023-05-07
|
|
11
|
+
|
|
12
|
+
* Fix finding interpreters from bundled sysconfigs in [#1598](https://github.com/PyO3/maturin/pull/1598)
|
|
13
|
+
|
|
10
14
|
## [0.15.0] - 2023-05-07
|
|
11
15
|
|
|
12
16
|
* **Breaking Change**: Build with `--no-default-features` by default when bootstrapping from sdist in [#1333](https://github.com/PyO3/maturin/pull/1333)
|
|
@@ -852,7 +856,8 @@ points-0.1.0-py2.py3-none-manylinux1_x86_64.whl | 2,8M | 752K | 85K
|
|
|
852
856
|
|
|
853
857
|
* Initial Release
|
|
854
858
|
|
|
855
|
-
[Unreleased]: https://github.com/pyo3/maturin/compare/v0.15.
|
|
859
|
+
[Unreleased]: https://github.com/pyo3/maturin/compare/v0.15.1...HEAD
|
|
860
|
+
[0.15.1]: https://github.com/pyo3/maturin/compare/v0.15.0...v0.15.1
|
|
856
861
|
[0.15.0]: https://github.com/pyo3/maturin/compare/v0.14.17...v0.15.0
|
|
857
862
|
[0.14.17]: https://github.com/pyo3/maturin/compare/v0.14.16...v0.14.17
|
|
858
863
|
[0.14.16]: https://github.com/pyo3/maturin/compare/v0.14.15...v0.14.16
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
# for maturin itself use `maturin sdist`.
|
|
11
11
|
|
|
12
12
|
import os
|
|
13
|
+
import shlex
|
|
13
14
|
|
|
14
15
|
try:
|
|
15
16
|
import tomllib
|
|
@@ -47,7 +48,7 @@ with open("Cargo.toml", "rb") as fp:
|
|
|
47
48
|
# `MATURIN_SETUP_ARGS` env var can be used to pass customized arguments to cargo.
|
|
48
49
|
cargo_args = ["--no-default-features"]
|
|
49
50
|
if os.getenv("MATURIN_SETUP_ARGS"):
|
|
50
|
-
cargo_args = os.getenv("MATURIN_SETUP_ARGS")
|
|
51
|
+
cargo_args = shlex.split(os.getenv("MATURIN_SETUP_ARGS", ""))
|
|
51
52
|
|
|
52
53
|
setup(
|
|
53
54
|
name="maturin",
|
|
@@ -704,7 +704,7 @@ impl PythonInterpreter {
|
|
|
704
704
|
.filter_map(|config| match requires_python {
|
|
705
705
|
Some(requires_python) => {
|
|
706
706
|
if requires_python
|
|
707
|
-
.contains(&Version::from_release(vec![config.major, config.
|
|
707
|
+
.contains(&Version::from_release(vec![config.major, config.minor]))
|
|
708
708
|
{
|
|
709
709
|
Some(Self::from_config(config))
|
|
710
710
|
} else {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|