maturin 1.8.0__py3-none-linux_armv6l.whl → 1.8.2__py3-none-linux_armv6l.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.
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: maturin
|
|
3
|
-
Version: 1.8.
|
|
3
|
+
Version: 1.8.2
|
|
4
4
|
Classifier: Topic :: Software Development :: Build Tools
|
|
5
5
|
Classifier: Programming Language :: Rust
|
|
6
6
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
@@ -229,7 +229,7 @@ There's a `maturin sdist` command for only building a source distribution as wor
|
|
|
229
229
|
|
|
230
230
|
For portability reasons, native python modules on linux must only dynamically link a set of very few libraries which are installed basically everywhere, hence the name manylinux.
|
|
231
231
|
The pypa offers special docker images and a tool called [auditwheel](https://github.com/pypa/auditwheel/) to ensure compliance with the [manylinux rules](https://peps.python.org/pep-0599/#the-manylinux2014-policy).
|
|
232
|
-
If you want to publish widely usable wheels for linux pypi, **you need to use a manylinux docker image**.
|
|
232
|
+
If you want to publish widely usable wheels for linux pypi, **you need to use a manylinux docker image or [build with zig](#use-zig)**.
|
|
233
233
|
|
|
234
234
|
The Rust compiler since version 1.64 [requires at least glibc 2.17](https://blog.rust-lang.org/2022/08/01/Increasing-glibc-kernel-requirements.html), so you need to use at least manylinux2014.
|
|
235
235
|
For publishing, we recommend enforcing the same manylinux version as the image with the manylinux flag, e.g. use `--manylinux 2014` if you are building in `quay.io/pypa/manylinux2014_x86_64`.
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
maturin-1.8.2.dist-info/METADATA,sha256=Wi7y_kYCiBDNy3GBzwGQhnsAFwjCRDlNu7G_FgqNWB0,16226
|
|
2
|
+
maturin-1.8.2.dist-info/WHEEL,sha256=kCR27kRTmObYK9KuUTkTm49EWpRBWdD-9GpVdfqz6go,96
|
|
3
|
+
maturin/__main__.py,sha256=Fg40Rg6srWYrH0s2ZgbIOysRDnZf2tX-z5VJAPyOs4Y,1145
|
|
4
|
+
maturin/__init__.py,sha256=S6HX3ljHfTCeA0ONi2M2or4QitPkT2wcU0D1b7YOUIk,7187
|
|
5
|
+
maturin-1.8.2.data/scripts/maturin,sha256=y2JV7XAcVPu6rztemLGHqTEk8u6sDcAgqYtSacZMors,18118544
|
|
6
|
+
maturin-1.8.2.dist-info/RECORD,,
|
maturin-1.8.0.dist-info/RECORD
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
maturin-1.8.0.dist-info/METADATA,sha256=5bBsRTF-ImKiYUM16IzKBtKZ0CnbcNwaT9CmXBpz8G8,16196
|
|
2
|
-
maturin-1.8.0.dist-info/WHEEL,sha256=zkuMlbOzq2JY8cRYV9icK1RxoKjHHVxeuohAxr5kpl8,96
|
|
3
|
-
maturin/__init__.py,sha256=S6HX3ljHfTCeA0ONi2M2or4QitPkT2wcU0D1b7YOUIk,7187
|
|
4
|
-
maturin/__main__.py,sha256=Fg40Rg6srWYrH0s2ZgbIOysRDnZf2tX-z5VJAPyOs4Y,1145
|
|
5
|
-
maturin-1.8.0.data/scripts/maturin,sha256=cXeymUqwarUzewvrkjj-BtUOkXdEdLmByUxK1DL8bWc,17737128
|
|
6
|
-
maturin-1.8.0.dist-info/RECORD,,
|