maturin 1.9.3__py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl → 1.9.5__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.

maturin/__init__.py CHANGED
@@ -50,7 +50,7 @@ def get_maturin_pep517_args(config_settings: Optional[Mapping[str, Any]] = None)
50
50
 
51
51
  def _get_sys_executable() -> str:
52
52
  executable = sys.executable
53
- if os.getenv("MATURIN_PEP517_USE_BASE_PYTHON") in {"1", "true"}:
53
+ if os.getenv("MATURIN_PEP517_USE_BASE_PYTHON") in {"1", "true"} or get_config().get("use-base-python"):
54
54
  # Use the base interpreter path when running inside a venv to avoid recompilation
55
55
  # when switching between venvs
56
56
  base_executable = getattr(sys, "_base_executable")
@@ -1,10 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: maturin
3
- Version: 1.9.3
3
+ Version: 1.9.5
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
+ Classifier: Programming Language :: Python :: Implementation :: GraalPy
8
9
  Requires-Dist: tomli>=1.1.0 ; python_full_version < '3.11'
9
10
  Requires-Dist: ziglang>=0.10.0,<0.13.0 ; extra == 'zig'
10
11
  Requires-Dist: patchelf ; extra == 'patchelf'
@@ -254,6 +255,7 @@ maturin itself is manylinux compliant when compiled for the musl target.
254
255
 
255
256
  ## Examples
256
257
 
258
+ - [agg-python-bindings](https://pypi.org/project/agg-python-bindings) - A Python Library that binds to Asciinema Agg terminal record renderer and Avt terminal emulator
257
259
  - [ballista-python](https://github.com/apache/arrow-ballista-python) - A Python library that binds to Apache Arrow distributed query engine Ballista
258
260
  - [bleuscore](https://github.com/shenxiangzhuang/bleuscore) - A BLEU score calculation library, written in pure Rust
259
261
  - [chardetng-py](https://github.com/john-parton/chardetng-py) - Python binding for the chardetng character encoding detector.
@@ -0,0 +1,9 @@
1
+ maturin-1.9.5.data/scripts/maturin,sha256=F7JgNk49ui9GOccKxNe82tRtCV2BCQ_NO-GglwkuUCc,22406776
2
+ maturin-1.9.5.dist-info/METADATA,sha256=T0MHEaTgH6wu0uScb_LohyGGHCRU9SNP5McKP_RGW1M,16746
3
+ maturin-1.9.5.dist-info/WHEEL,sha256=MSMEYa2KXx4tE3dgRxGI2fu-mfARMjDDhGhIVEKSm2g,124
4
+ maturin-1.9.5.dist-info/licenses/license-apache,sha256=pg7qgXUUUxZo1-AHZXMUSf4U0FnTJJ4LyTs23kX3WfI,10847
5
+ maturin-1.9.5.dist-info/licenses/license-mit,sha256=6niCxVlzN2atCDQ73h0eyApJZ8A6c4-44AWO9iife3w,1051
6
+ maturin/__init__.py,sha256=D4vwQz8nQmcHfAQYVq1w-22BW2aYzUwqUoS9BDN41vM,8135
7
+ maturin/__main__.py,sha256=Fg40Rg6srWYrH0s2ZgbIOysRDnZf2tX-z5VJAPyOs4Y,1145
8
+ maturin/bootstrap.py,sha256=U_jynfhC471rOty8unVExBqf4RCZQxhxl_wyl0shCO4,1172
9
+ maturin-1.9.5.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: maturin (1.9.2)
2
+ Generator: maturin (1.9.4)
3
3
  Root-Is-Purelib: false
4
4
  Tag: py3-none-manylinux_2_17_s390x.manylinux2014_s390x
@@ -1,9 +0,0 @@
1
- maturin-1.9.3.data/scripts/maturin,sha256=neAm9-7uSp3pOWeSoYtPZZZ-Z-UxDtnfeuwhYmfVy7c,22896920
2
- maturin-1.9.3.dist-info/METADATA,sha256=fMG4uCybCIL6jcfBZcCG_OJVxpGPcXT5wgaL0H6aaOE,16506
3
- maturin-1.9.3.dist-info/WHEEL,sha256=lG-cL3QirTOLHasieCmqyAe3Slrf4BpVG70cPc4M4AE,124
4
- maturin-1.9.3.dist-info/licenses/license-apache,sha256=pg7qgXUUUxZo1-AHZXMUSf4U0FnTJJ4LyTs23kX3WfI,10847
5
- maturin-1.9.3.dist-info/licenses/license-mit,sha256=6niCxVlzN2atCDQ73h0eyApJZ8A6c4-44AWO9iife3w,1051
6
- maturin/__init__.py,sha256=uqsqa4z60b8iY_zUA8Ck6-tpiluPnfdeCYwc3abE1nw,8096
7
- maturin/__main__.py,sha256=Fg40Rg6srWYrH0s2ZgbIOysRDnZf2tX-z5VJAPyOs4Y,1145
8
- maturin/bootstrap.py,sha256=U_jynfhC471rOty8unVExBqf4RCZQxhxl_wyl0shCO4,1172
9
- maturin-1.9.3.dist-info/RECORD,,