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.

Files changed (59) hide show
  1. {maturin-1.7.6 → maturin-1.7.6b1}/Cargo.lock +1 -1
  2. {maturin-1.7.6 → maturin-1.7.6b1}/Cargo.toml +1 -1
  3. {maturin-1.7.6 → maturin-1.7.6b1}/Changelog.md +0 -4
  4. {maturin-1.7.6 → maturin-1.7.6b1}/PKG-INFO +2 -2
  5. {maturin-1.7.6 → maturin-1.7.6b1}/src/metadata.rs +2 -2
  6. {maturin-1.7.6 → maturin-1.7.6b1}/.cirrus.yml +0 -0
  7. {maturin-1.7.6 → maturin-1.7.6b1}/.codespellrc +0 -0
  8. {maturin-1.7.6 → maturin-1.7.6b1}/.config/nextest.toml +0 -0
  9. {maturin-1.7.6 → maturin-1.7.6b1}/.gitignore +0 -0
  10. {maturin-1.7.6 → maturin-1.7.6b1}/.pre-commit-config.yaml +0 -0
  11. {maturin-1.7.6 → maturin-1.7.6b1}/MANIFEST.in +0 -0
  12. {maturin-1.7.6 → maturin-1.7.6b1}/README.md +0 -0
  13. {maturin-1.7.6 → maturin-1.7.6b1}/clippy.toml +0 -0
  14. {maturin-1.7.6 → maturin-1.7.6b1}/license-apache +0 -0
  15. {maturin-1.7.6 → maturin-1.7.6b1}/license-mit +0 -0
  16. {maturin-1.7.6 → maturin-1.7.6b1}/maturin/__init__.py +0 -0
  17. {maturin-1.7.6 → maturin-1.7.6b1}/maturin/__main__.py +0 -0
  18. {maturin-1.7.6 → maturin-1.7.6b1}/maturin.schema.json +0 -0
  19. {maturin-1.7.6 → maturin-1.7.6b1}/netlify.toml +0 -0
  20. {maturin-1.7.6 → maturin-1.7.6b1}/pyproject.toml +0 -0
  21. {maturin-1.7.6 → maturin-1.7.6b1}/setup.py +0 -0
  22. {maturin-1.7.6 → maturin-1.7.6b1}/src/auditwheel/audit.rs +0 -0
  23. {maturin-1.7.6 → maturin-1.7.6b1}/src/auditwheel/manylinux-policy.json +0 -0
  24. {maturin-1.7.6 → maturin-1.7.6b1}/src/auditwheel/mod.rs +0 -0
  25. {maturin-1.7.6 → maturin-1.7.6b1}/src/auditwheel/musllinux-policy.json +0 -0
  26. {maturin-1.7.6 → maturin-1.7.6b1}/src/auditwheel/musllinux.rs +0 -0
  27. {maturin-1.7.6 → maturin-1.7.6b1}/src/auditwheel/patchelf.rs +0 -0
  28. {maturin-1.7.6 → maturin-1.7.6b1}/src/auditwheel/platform_tag.rs +0 -0
  29. {maturin-1.7.6 → maturin-1.7.6b1}/src/auditwheel/policy.rs +0 -0
  30. {maturin-1.7.6 → maturin-1.7.6b1}/src/auditwheel/repair.rs +0 -0
  31. {maturin-1.7.6 → maturin-1.7.6b1}/src/build_context.rs +0 -0
  32. {maturin-1.7.6 → maturin-1.7.6b1}/src/build_options.rs +0 -0
  33. {maturin-1.7.6 → maturin-1.7.6b1}/src/cargo_toml.rs +0 -0
  34. {maturin-1.7.6 → maturin-1.7.6b1}/src/ci.rs +0 -0
  35. {maturin-1.7.6 → maturin-1.7.6b1}/src/compile.rs +0 -0
  36. {maturin-1.7.6 → maturin-1.7.6b1}/src/cross_compile.rs +0 -0
  37. {maturin-1.7.6 → maturin-1.7.6b1}/src/develop.rs +0 -0
  38. {maturin-1.7.6 → maturin-1.7.6b1}/src/generate_json_schema.rs +0 -0
  39. {maturin-1.7.6 → maturin-1.7.6b1}/src/lib.rs +0 -0
  40. {maturin-1.7.6 → maturin-1.7.6b1}/src/main.rs +0 -0
  41. {maturin-1.7.6 → maturin-1.7.6b1}/src/module_writer.rs +0 -0
  42. {maturin-1.7.6 → maturin-1.7.6b1}/src/new_project.rs +0 -0
  43. {maturin-1.7.6 → maturin-1.7.6b1}/src/project_layout.rs +0 -0
  44. {maturin-1.7.6 → maturin-1.7.6b1}/src/pyproject_toml.rs +0 -0
  45. {maturin-1.7.6 → maturin-1.7.6b1}/src/python_interpreter/config.rs +0 -0
  46. {maturin-1.7.6 → maturin-1.7.6b1}/src/python_interpreter/get_interpreter_metadata.py +0 -0
  47. {maturin-1.7.6 → maturin-1.7.6b1}/src/python_interpreter/mod.rs +0 -0
  48. {maturin-1.7.6 → maturin-1.7.6b1}/src/source_distribution.rs +0 -0
  49. {maturin-1.7.6 → maturin-1.7.6b1}/src/target.rs +0 -0
  50. {maturin-1.7.6 → maturin-1.7.6b1}/src/templates/.gitignore.j2 +0 -0
  51. {maturin-1.7.6 → maturin-1.7.6b1}/src/templates/Cargo.toml.j2 +0 -0
  52. {maturin-1.7.6 → maturin-1.7.6b1}/src/templates/__init__.py.j2 +0 -0
  53. {maturin-1.7.6 → maturin-1.7.6b1}/src/templates/build.rs.j2 +0 -0
  54. {maturin-1.7.6 → maturin-1.7.6b1}/src/templates/example.udl.j2 +0 -0
  55. {maturin-1.7.6 → maturin-1.7.6b1}/src/templates/lib.rs.j2 +0 -0
  56. {maturin-1.7.6 → maturin-1.7.6b1}/src/templates/main.rs.j2 +0 -0
  57. {maturin-1.7.6 → maturin-1.7.6b1}/src/templates/pyproject.toml.j2 +0 -0
  58. {maturin-1.7.6 → maturin-1.7.6b1}/src/templates/test_all.py.j2 +0 -0
  59. {maturin-1.7.6 → maturin-1.7.6b1}/src/upload.rs +0 -0
@@ -1341,7 +1341,7 @@ dependencies = [
1341
1341
 
1342
1342
  [[package]]
1343
1343
  name = "maturin"
1344
- version = "1.7.6"
1344
+ version = "1.7.6-beta.1"
1345
1345
  dependencies = [
1346
1346
  "anyhow",
1347
1347
  "base64 0.21.7",
@@ -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.4
1
+ Metadata-Version: 2.3
2
2
  Name: maturin
3
- Version: 1.7.6
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.4".to_string(),
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.4
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