Skip to content

Chore(deps): bump distlib from 0.3.7 to 0.3.9

HIFIS Bot requested to merge dependabot-pip-distlib-0.3.9 into main

Bumps distlib from 0.3.7 to 0.3.9.

Changelog

Sourced from distlib's changelog.

0.3.9


Released: 2024-10-09


scripts


Merge #215: preload script wrappers on Windows to assist with a pip issue (thanks,
Paul Moore).


Fix #220: Remove duplicated newline in shebang of windows launcher (thanks. A2uria).


Fix #230: Add handling for cross-compilation environments (thanks, Russell Keith-Magee).




util

Fix #224: Do not use the absolute path to cache wheel extensions (thanks, Stewart Miles).



wheel


Fix #222: Support mounting wheels that use extensions without an EXTENSIONS file (thanks,
Stewart Miles).


Fix #225: Add support for wheel compatibility with the limited API (thanks, Stewart Miles).




0.3.8

Released: 2023-12-12

  • markers

    • Fix #209: use legacy version implementation for Python versions.
  • tests

    • Fix #204: use symlinks in venv creation during test.

    • Fix #208: handle deprecation removals in Python 3.13.

Commits
  • fab584e Changes for 0.3.9.
  • 148fa95 Remove duplicated newline in shebang of windows launcher (#221)
  • d1f40d6 Fix whitespace at end of file.
  • 2c4d2fa Add support for wheel compatibility with the limited API. (#228)
  • fac84c7 Do not use the absolute path to cache wheel extensions. (#226)
  • 6fbadf1 Add wheel with a C extension to test mounting (#229)
  • a16423f Add handling for cross-compilation environments. (#231)
  • cbd4ae1 Upgrade codecov workflow to v4 (#232)
  • 5235013 Ignore .vscode project files. (#223)
  • 888c48b Preload script wrappers at import time (#215)
  • Additional commits viewable in compare view

Merge request reports

Loading