Delvewheel

Latest version: v1.7.0

Safety actively analyzes 640549 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 9

0.0.20

- Remove the limitation where the bitness of Python interpreter must match the bitness of the wheel.
- Ensure that the search for `.pyd` files is case-insensitive. Previously, extension modules would be missed if the `.pyd` extension was not all lowercase.

0.0.19

- Fix a bug where using `--add-dll` can cause failures during the name-mangling step.
- Fix a bug where `--ignore-in-wheel` does not take effect during a wheel repair.
- Allow `delvewheel` to run on non-Windows systems.
- Disable the Anaconda workaround on versions where Anaconda has fixed its bug.
- Do not start the `__init__.py` patch with `"""""""` if unnecessary.
- Document the limitations of `--ignore-in-wheel`.
- Don't vendor DLLs included with CPython 3.11 or PyPy3.8 for wheels targeting those versions.

0.0.18

- Fix a parse error if `__init__.py` contains a docstring that uses triple single-quotes.
- Fix a parse error if `__init__.py` contains a docstring whose contents start with a double-quote.

0.0.17

- Don't mangle `libwinpthread*.dll`.

0.0.16

- Avoid adding `__init__.py` to a folder with the same name as a top-level module. This ensures that the module search order is unaffected by the wheel repair process.

0.0.15

- Fix an issue with the Anaconda workaround where `CONDA_DLL_SEARCH_MODIFICATION_ENABLE` was not restored.

Page 6 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.