maturin 1.7.1__py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl → 1.7.2__py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl

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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: maturin
3
- Version: 1.7.1
3
+ Version: 1.7.2
4
4
  Classifier: Topic :: Software Development :: Build Tools
5
5
  Classifier: Programming Language :: Rust
6
6
  Classifier: Programming Language :: Python :: Implementation :: CPython
@@ -66,6 +66,8 @@ There are examples for the different bindings in the `test-crates` folder.
66
66
  The name of the package will be the name of the cargo project, i.e. the name field in the `[package]` section of `Cargo.toml`.
67
67
  The name of the module, which you are using when importing, will be the `name` value in the `[lib]` section (which defaults to the name of the package). For binaries, it's simply the name of the binary generated by cargo.
68
68
 
69
+ When using `maturin build` and `maturin develop` commands, you can compile a performance-optimized program by adding the `-r` or `--release` flag.
70
+
69
71
  ## Python packaging basics
70
72
 
71
73
  Python packages come in two formats:
@@ -0,0 +1,6 @@
1
+ maturin-1.7.2.dist-info/METADATA,sha256=Kso6bqkJwIEoB1LZfF7onRAKhHetpU-JXj7Nv2SkP5o,18280
2
+ maturin-1.7.2.dist-info/WHEEL,sha256=_EivrsyOlkf3UzVdUU8hLomCPYPVRDPdrcV6rrrqetU,124
3
+ maturin/__main__.py,sha256=Fg40Rg6srWYrH0s2ZgbIOysRDnZf2tX-z5VJAPyOs4Y,1145
4
+ maturin/__init__.py,sha256=S6HX3ljHfTCeA0ONi2M2or4QitPkT2wcU0D1b7YOUIk,7187
5
+ maturin-1.7.2.data/scripts/maturin,sha256=GANhQH_r-G5m8ozcvAUQjfhbosUw-hcUZyQ9Ip8lVms,28252080
6
+ maturin-1.7.2.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: maturin (1.7.0)
2
+ Generator: maturin (1.7.1)
3
3
  Root-Is-Purelib: false
4
4
  Tag: py3-none-manylinux_2_17_s390x.manylinux2014_s390x
@@ -1,6 +0,0 @@
1
- maturin-1.7.1.dist-info/METADATA,sha256=cuGTn9j405-i5ucWUtvCE5CeMnzT-hhlKysNHvhPSJk,18132
2
- maturin-1.7.1.dist-info/WHEEL,sha256=mzxB-5WzdkEtg_tDYXA3LTG50lJfrmP7kGsxsenqfY4,124
3
- maturin/__main__.py,sha256=Fg40Rg6srWYrH0s2ZgbIOysRDnZf2tX-z5VJAPyOs4Y,1145
4
- maturin/__init__.py,sha256=S6HX3ljHfTCeA0ONi2M2or4QitPkT2wcU0D1b7YOUIk,7187
5
- maturin-1.7.1.data/scripts/maturin,sha256=nctKybdvH1JDcX54AE-NMltdcWUiEndN7DVCWu7LVGM,27543880
6
- maturin-1.7.1.dist-info/RECORD,,