maturin 1.8.1__py3-none-win_arm64.whl → 1.8.3__py3-none-win_arm64.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,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: maturin
3
- Version: 1.8.1
3
+ Version: 1.8.3
4
4
  Classifier: Topic :: Software Development :: Build Tools
5
5
  Classifier: Programming Language :: Rust
6
6
  Classifier: Programming Language :: Python :: Implementation :: CPython
7
7
  Classifier: Programming Language :: Python :: Implementation :: PyPy
8
- Requires-Dist: tomli >=1.1.0 ; python_version < '3.11'
9
- Requires-Dist: ziglang >=0.10.0, <0.13.0 ; extra == 'zig'
8
+ Requires-Dist: tomli>=1.1.0 ; python_full_version < '3.11'
9
+ Requires-Dist: ziglang>=0.10.0,<0.13.0 ; extra == 'zig'
10
10
  Requires-Dist: patchelf ; extra == 'patchelf'
11
11
  Provides-Extra: zig
12
12
  Provides-Extra: patchelf
@@ -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`.
@@ -268,6 +268,7 @@ maturin itself is manylinux compliant when compiled for the musl target.
268
268
  - [roapi](https://github.com/roapi/roapi) - ROAPI automatically spins up read-only APIs for static datasets without requiring you to write a single line of code
269
269
  - [robyn](https://github.com/sansyrox/robyn) - A fast and extensible async python web server with a Rust runtime
270
270
  - [ruff](https://github.com/charliermarsh/ruff) - An extremely fast Python linter, written in Rust
271
+ - [rnet](https://github.com/0x676e67/rnet) - Asynchronous Python HTTP Client with Black Magic
271
272
  - [tantivy-py](https://github.com/quickwit-oss/tantivy-py) - Python bindings for Tantivy
272
273
  - [watchfiles](https://github.com/samuelcolvin/watchfiles) - Simple, modern and high performance file watching and code reload in python
273
274
  - [wonnx](https://github.com/webonnx/wonnx/tree/master/wonnx-py) - Wonnx is a GPU-accelerated ONNX inference run-time written 100% in Rust
@@ -0,0 +1,6 @@
1
+ maturin-1.8.3.dist-info/METADATA,sha256=vcjyt2hWYGCOkVz1mP4Pz68fJMZ7qoMV3ii0rnaBSU4,16595
2
+ maturin-1.8.3.dist-info/WHEEL,sha256=rHSClVWxTjKNoYprxGZbfPoXKBWh-OtMcTa6645gEiY,93
3
+ maturin/__init__.py,sha256=TsLo6NtlNeLyOihT4Ji9tKFTb5tywOr444ChHRglIzo,7401
4
+ maturin/__main__.py,sha256=UxDvFV1Hhu0gW_Jvb6Kzdc78gg7zjUUiZBhWrpLi5YU,1195
5
+ maturin-1.8.3.data/scripts/maturin.exe,sha256=A8N4eq9DwtNXWUpIjvLBP0uL5jssd7oc-82AU8hg-6w,16834560
6
+ maturin-1.8.3.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: maturin (1.8.1)
2
+ Generator: maturin (1.8.3)
3
3
  Root-Is-Purelib: false
4
4
  Tag: py3-none-win_arm64
@@ -1,6 +0,0 @@
1
- maturin-1.8.1.dist-info/METADATA,sha256=t2gifQqBxzzHIkwgARYif4HTZnAidjFf3jxwtYoB6j4,16468
2
- maturin-1.8.1.dist-info/WHEEL,sha256=4NF-FgAv0c7z1_K2U82OB0QQR-Zkb9mme6cfaaHt3O4,93
3
- maturin/__init__.py,sha256=TsLo6NtlNeLyOihT4Ji9tKFTb5tywOr444ChHRglIzo,7401
4
- maturin/__main__.py,sha256=UxDvFV1Hhu0gW_Jvb6Kzdc78gg7zjUUiZBhWrpLi5YU,1195
5
- maturin-1.8.1.data/scripts/maturin.exe,sha256=uobM2TN_5nfn7UOD2mXqd2Hwae3SCzMUnUwJBoRe0Lw,16797184
6
- maturin-1.8.1.dist-info/RECORD,,