maturin 1.3.1__tar.gz → 1.4.0__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.3.1 → maturin-1.4.0}/.cirrus.yml +2 -2
- {maturin-1.3.1 → maturin-1.4.0}/.gitignore +1 -0
- {maturin-1.3.1 → maturin-1.4.0}/.pre-commit-config.yaml +3 -6
- {maturin-1.3.1 → maturin-1.4.0}/Cargo.lock +567 -452
- {maturin-1.3.1 → maturin-1.4.0}/Cargo.toml +23 -22
- {maturin-1.3.1 → maturin-1.4.0}/Changelog.md +17 -1
- {maturin-1.3.1 → maturin-1.4.0}/PKG-INFO +10 -6
- {maturin-1.3.1 → maturin-1.4.0}/README.md +9 -5
- maturin-1.4.0/clippy.toml +1 -0
- {maturin-1.3.1 → maturin-1.4.0}/maturin/__init__.py +8 -28
- {maturin-1.3.1 → maturin-1.4.0}/maturin/import_hook.py +5 -16
- {maturin-1.3.1 → maturin-1.4.0}/setup.py +1 -3
- {maturin-1.3.1 → maturin-1.4.0}/src/build_context.rs +9 -5
- {maturin-1.3.1 → maturin-1.4.0}/src/build_options.rs +24 -12
- {maturin-1.3.1 → maturin-1.4.0}/src/compile.rs +15 -1
- {maturin-1.3.1 → maturin-1.4.0}/src/develop.rs +2 -1
- {maturin-1.3.1 → maturin-1.4.0}/src/main.rs +4 -2
- {maturin-1.3.1 → maturin-1.4.0}/src/metadata.rs +58 -2
- {maturin-1.3.1 → maturin-1.4.0}/src/module_writer.rs +0 -7
- {maturin-1.3.1 → maturin-1.4.0}/src/project_layout.rs +4 -0
- {maturin-1.3.1 → maturin-1.4.0}/src/source_distribution.rs +42 -23
- {maturin-1.3.1 → maturin-1.4.0}/src/templates/Cargo.toml.j2 +2 -2
- {maturin-1.3.1 → maturin-1.4.0}/src/upload.rs +6 -26
- maturin-1.3.1/clippy.toml +0 -1
- {maturin-1.3.1 → maturin-1.4.0}/.codespellrc +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/.config/nextest.toml +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/MANIFEST.in +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/license-apache +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/license-mit +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/maturin/__main__.py +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/netlify.toml +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/pyproject.toml +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/src/auditwheel/audit.rs +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/src/auditwheel/manylinux-policy.json +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/src/auditwheel/mod.rs +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/src/auditwheel/musllinux-policy.json +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/src/auditwheel/musllinux.rs +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/src/auditwheel/patchelf.rs +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/src/auditwheel/platform_tag.rs +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/src/auditwheel/policy.rs +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/src/auditwheel/repair.rs +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/src/cargo_toml.rs +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/src/ci.rs +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/src/cross_compile.rs +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/src/lib.rs +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/src/new_project.rs +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/src/pyproject_toml.rs +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/src/python_interpreter/config.rs +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/src/python_interpreter/get_interpreter_metadata.py +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/src/python_interpreter/mod.rs +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/src/target.rs +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/src/templates/.gitignore.j2 +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/src/templates/__init__.py.j2 +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/src/templates/build.rs.j2 +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/src/templates/example.udl.j2 +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/src/templates/lib.rs.j2 +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/src/templates/main.rs.j2 +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/src/templates/pyproject.toml.j2 +0 -0
- {maturin-1.3.1 → maturin-1.4.0}/src/templates/test_all.py.j2 +0 -0
|
@@ -45,7 +45,7 @@ macos_arm64_task:
|
|
|
45
45
|
- cat Cargo.lock
|
|
46
46
|
install_script:
|
|
47
47
|
- brew install python3
|
|
48
|
-
- python3 -m pip install uniffi-bindgen==0.
|
|
48
|
+
- python3 -m pip install uniffi-bindgen==0.25.0
|
|
49
49
|
<<: *BUILD_AND_TEST
|
|
50
50
|
|
|
51
51
|
linux_aarch64_task:
|
|
@@ -62,5 +62,5 @@ linux_aarch64_task:
|
|
|
62
62
|
- echo $CIRRUS_OS
|
|
63
63
|
- cat Cargo.lock
|
|
64
64
|
install_script:
|
|
65
|
-
- python3 -m pip install uniffi-bindgen==0.
|
|
65
|
+
- python3 -m pip install uniffi-bindgen==0.25.0
|
|
66
66
|
<<: *BUILD_AND_TEST
|
|
@@ -55,16 +55,13 @@ repos:
|
|
|
55
55
|
(.*\.stdout)
|
|
56
56
|
)
|
|
57
57
|
- id: mixed-line-ending
|
|
58
|
-
- repo: https://github.com/psf/black
|
|
59
|
-
rev: 23.10.0
|
|
60
|
-
hooks:
|
|
61
|
-
- id: black
|
|
62
58
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
63
|
-
rev: v0.1.
|
|
59
|
+
rev: v0.1.6
|
|
64
60
|
hooks:
|
|
61
|
+
- id: ruff-format
|
|
65
62
|
- id: ruff
|
|
66
63
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
|
67
|
-
rev: v1.
|
|
64
|
+
rev: v1.7.1
|
|
68
65
|
hooks:
|
|
69
66
|
- id: mypy
|
|
70
67
|
entry: mypy maturin/
|