maturin 1.7.3__tar.gz → 1.7.5__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-1.7.3 → maturin-1.7.5}/.pre-commit-config.yaml +3 -3
- {maturin-1.7.3 → maturin-1.7.5}/Cargo.lock +454 -197
- {maturin-1.7.3 → maturin-1.7.5}/Cargo.toml +4 -3
- {maturin-1.7.3 → maturin-1.7.5}/Changelog.md +14 -1
- {maturin-1.7.3 → maturin-1.7.5}/PKG-INFO +1 -1
- {maturin-1.7.3 → maturin-1.7.5}/src/auditwheel/audit.rs +1 -1
- {maturin-1.7.3 → maturin-1.7.5}/src/build_context.rs +8 -4
- {maturin-1.7.3 → maturin-1.7.5}/src/build_options.rs +142 -48
- {maturin-1.7.3 → maturin-1.7.5}/src/ci.rs +301 -57
- {maturin-1.7.3 → maturin-1.7.5}/src/cross_compile.rs +1 -0
- {maturin-1.7.3 → maturin-1.7.5}/src/develop.rs +6 -1
- {maturin-1.7.3 → maturin-1.7.5}/src/main.rs +38 -6
- {maturin-1.7.3 → maturin-1.7.5}/src/module_writer.rs +39 -15
- {maturin-1.7.3 → maturin-1.7.5}/src/python_interpreter/config.rs +123 -28
- {maturin-1.7.3 → maturin-1.7.5}/src/python_interpreter/get_interpreter_metadata.py +1 -0
- {maturin-1.7.3 → maturin-1.7.5}/src/python_interpreter/mod.rs +20 -13
- {maturin-1.7.3 → maturin-1.7.5}/src/source_distribution.rs +39 -17
- {maturin-1.7.3 → maturin-1.7.5}/src/target.rs +13 -1
- {maturin-1.7.3 → maturin-1.7.5}/src/templates/Cargo.toml.j2 +1 -1
- {maturin-1.7.3 → maturin-1.7.5}/.cirrus.yml +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/.codespellrc +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/.config/nextest.toml +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/.gitignore +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/MANIFEST.in +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/README.md +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/clippy.toml +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/license-apache +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/license-mit +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/maturin/__init__.py +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/maturin/__main__.py +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/maturin.schema.json +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/netlify.toml +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/pyproject.toml +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/setup.py +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/src/auditwheel/manylinux-policy.json +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/src/auditwheel/mod.rs +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/src/auditwheel/musllinux-policy.json +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/src/auditwheel/musllinux.rs +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/src/auditwheel/patchelf.rs +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/src/auditwheel/platform_tag.rs +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/src/auditwheel/policy.rs +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/src/auditwheel/repair.rs +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/src/cargo_toml.rs +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/src/compile.rs +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/src/generate_json_schema.rs +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/src/lib.rs +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/src/metadata.rs +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/src/new_project.rs +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/src/project_layout.rs +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/src/pyproject_toml.rs +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/src/templates/.gitignore.j2 +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/src/templates/__init__.py.j2 +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/src/templates/build.rs.j2 +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/src/templates/example.udl.j2 +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/src/templates/lib.rs.j2 +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/src/templates/main.rs.j2 +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/src/templates/pyproject.toml.j2 +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/src/templates/test_all.py.j2 +0 -0
- {maturin-1.7.3 → maturin-1.7.5}/src/upload.rs +0 -0
|
@@ -38,7 +38,7 @@ repos:
|
|
|
38
38
|
types: [rust]
|
|
39
39
|
stages: [manual] # because it's slow
|
|
40
40
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
41
|
-
rev:
|
|
41
|
+
rev: v5.0.0
|
|
42
42
|
hooks:
|
|
43
43
|
- id: check-yaml
|
|
44
44
|
- id: check-toml
|
|
@@ -56,12 +56,12 @@ repos:
|
|
|
56
56
|
)
|
|
57
57
|
- id: mixed-line-ending
|
|
58
58
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
59
|
-
rev: v0.
|
|
59
|
+
rev: v0.8.0
|
|
60
60
|
hooks:
|
|
61
61
|
- id: ruff-format
|
|
62
62
|
- id: ruff
|
|
63
63
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
|
64
|
-
rev: v1.
|
|
64
|
+
rev: v1.13.0
|
|
65
65
|
hooks:
|
|
66
66
|
- id: mypy
|
|
67
67
|
entry: mypy maturin/
|