maturin 1.7.6__tar.gz → 1.7.6b1__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.6 → maturin-1.7.6b1}/Cargo.lock +1 -1
- {maturin-1.7.6 → maturin-1.7.6b1}/Cargo.toml +1 -1
- {maturin-1.7.6 → maturin-1.7.6b1}/Changelog.md +0 -4
- {maturin-1.7.6 → maturin-1.7.6b1}/PKG-INFO +2 -2
- {maturin-1.7.6 → maturin-1.7.6b1}/src/metadata.rs +2 -2
- {maturin-1.7.6 → maturin-1.7.6b1}/.cirrus.yml +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/.codespellrc +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/.config/nextest.toml +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/.gitignore +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/.pre-commit-config.yaml +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/MANIFEST.in +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/README.md +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/clippy.toml +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/license-apache +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/license-mit +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/maturin/__init__.py +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/maturin/__main__.py +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/maturin.schema.json +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/netlify.toml +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/pyproject.toml +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/setup.py +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/auditwheel/audit.rs +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/auditwheel/manylinux-policy.json +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/auditwheel/mod.rs +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/auditwheel/musllinux-policy.json +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/auditwheel/musllinux.rs +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/auditwheel/patchelf.rs +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/auditwheel/platform_tag.rs +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/auditwheel/policy.rs +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/auditwheel/repair.rs +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/build_context.rs +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/build_options.rs +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/cargo_toml.rs +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/ci.rs +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/compile.rs +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/cross_compile.rs +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/develop.rs +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/generate_json_schema.rs +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/lib.rs +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/main.rs +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/module_writer.rs +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/new_project.rs +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/project_layout.rs +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/pyproject_toml.rs +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/python_interpreter/config.rs +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/python_interpreter/get_interpreter_metadata.py +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/python_interpreter/mod.rs +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/source_distribution.rs +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/target.rs +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/templates/.gitignore.j2 +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/templates/Cargo.toml.j2 +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/templates/__init__.py.j2 +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/templates/build.rs.j2 +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/templates/example.udl.j2 +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/templates/lib.rs.j2 +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/templates/main.rs.j2 +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/templates/pyproject.toml.j2 +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/templates/test_all.py.j2 +0 -0
- {maturin-1.7.6 → maturin-1.7.6b1}/src/upload.rs +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 = "1.7.6"
|
|
4
|
+
version = "1.7.6-beta.1"
|
|
5
5
|
description = "Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages"
|
|
6
6
|
exclude = [
|
|
7
7
|
"test-crates/**/*",
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [1.7.6]
|
|
4
|
-
|
|
5
|
-
* Set core metadata version to 2.4 to fix `project.license.files` handling in [#2332](https://github.com/PyO3/maturin/pull/2332)
|
|
6
|
-
|
|
7
3
|
## [1.7.5]
|
|
8
4
|
|
|
9
5
|
* Improve wheel reproducibility by sorting external libraries [#2261](https://github.com/PyO3/maturin/pull/2261)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
2
|
Name: maturin
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.6b1
|
|
4
4
|
Classifier: Topic :: Software Development :: Build Tools
|
|
5
5
|
Classifier: Programming Language :: Rust
|
|
6
6
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
@@ -70,7 +70,7 @@ impl Metadata23 {
|
|
|
70
70
|
/// Initializes with name, version and otherwise the defaults
|
|
71
71
|
pub fn new(name: String, version: Version) -> Self {
|
|
72
72
|
Self {
|
|
73
|
-
metadata_version: "2.
|
|
73
|
+
metadata_version: "2.3".to_string(),
|
|
74
74
|
name,
|
|
75
75
|
version,
|
|
76
76
|
platform: vec![],
|
|
@@ -679,7 +679,7 @@ mod test {
|
|
|
679
679
|
);
|
|
680
680
|
|
|
681
681
|
let expected = expect![[r#"
|
|
682
|
-
Metadata-Version: 2.
|
|
682
|
+
Metadata-Version: 2.3
|
|
683
683
|
Name: info-project
|
|
684
684
|
Version: 0.1.0
|
|
685
685
|
Summary: A test project
|
|
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
|