Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Releases: pypa/wheel

0.46.1

08 Apr 20:55
Compare
Choose a tag to compare
Loading
  • Temporarily restored the wheel.macosx_libfile module (#659)

0.46.0

03 Apr 09:41
Compare
Choose a tag to compare
Loading
  • Dropped support for Python 3.8
  • Removed the bdist_wheel setuptools command implementation and entry point. The wheel.bdist_wheel module is now just an alias to setuptools.command.bdist_wheel, emitting a deprecation warning on import.
  • Removed vendored packaging in favor of a run-time dependency on it
  • Made the wheel.metadata module private (with a deprecation warning if it's imported
  • Made the wheel.cli package private (no deprecation warning)
  • Fixed an exception when calling the convert command with an empty description field

0.45.1

23 Nov 00:18
Compare
Choose a tag to compare
Loading
  • Fixed pure Python wheels converted from eggs and wininst files having the ABI tag in the file name

0.45.0

08 Nov 21:45
Compare
Choose a tag to compare
Loading
  • Refactored the convert command to not need setuptools to be installed

  • Don't configure setuptools logging unless running bdist_wheel

  • Added a redirection from wheel.bdist_wheel.bdist_wheel to setuptools.command.bdist_wheel.bdist_wheel to improve compatibility with setuptools' latest fixes.

    Projects are still advised to migrate away from the deprecated module and import the setuptools' implementation explicitly. (PR by @abravalheri)

0.44.0

04 Aug 14:55
Compare
Choose a tag to compare
Loading
  • Canonicalized requirements in METADATA file (PR by Wim Jeantine-Glenn)
  • Deprecated the bdist_wheel module, as the code was migrated to setuptools itself

0.43.0

11 Mar 19:29
Compare
Choose a tag to compare
Loading
  • Dropped support for Python 3.7
  • Updated vendored packaging to 24.0

0.42.0

26 Nov 14:37
Compare
Choose a tag to compare
Loading
  • Allowed removing build tag with wheel tags --build ""
  • Fixed wheel pack and wheel tags writing updated WHEEL fields after a blank line, causing other tools to ignore them
  • Fixed wheel pack and wheel tags writing WHEEL with CRLF line endings or a mix of CRLF and LF
  • Fixed wheel pack --build-number "" not removing build tag from WHEEL (above changes by Benjamin Gilbert)

0.41.3

30 Oct 10:05
Compare
Choose a tag to compare
Loading
  • Updated vendored packaging to 23.2
  • Fixed ABI tag generation for CPython 3.13a1 on Windows (PR by Sam Gross)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.