2024-11-23 12:15:59 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-wheel: updated to 0.45.1
0.45.1
- Fixed pure Python wheels converted from eggs and wininst files having the ABI \
tag in
the file name
|
2024-11-14 16:13:17 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
py-wheel: COMMENT should start with a capital.
|
2024-11-14 15:45:01 by Greg Troxel | Files touched by this commit (2) |
Log message:
devel/py-wheel: Fix DESCR and COMMENT
Both DESCR and COMMENT did not actually describe what this package
does. Steal text from upstream README for DESCR, and summarize it for
COMMENT.
Note that according to upstream, this package is not needed for
building packages, as that functionality is now in setuptools.
|
2024-11-10 11:05:59 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-wheel: update to 0.45.0.
**0.45.0 (2024-11-08)**
- 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)
|
2024-08-05 07:34:11 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-wheel: updated to 0.44.0
0.44.0
- Canonicalized requirements in METADATA file (PR by Wim Jeantine-Glenn)
- Deprecated the ``bdist_wheel`` module, as the code was migrated to ``setuptools``
itself
|
2024-03-17 15:13:11 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-wheel: update to 0.43.0.
**0.43.0 (2024-03-11)**
- Dropped support for Python 3.7
- Updated vendored ``packaging`` to 24.0
|
2023-11-27 07:57:17 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-wheel: updated to 0.42.0
0.42.0 (2023-11-26)
- 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)
|
2023-10-31 21:35:47 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-wheel: updated to 0.41.3
0.41.3
Updated vendored packaging to 23.2
Fixed ABI tag generation for CPython 3.13a1 on Windows
|
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | |
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
|
2023-08-22 22:38:20 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-wheel: updated to 0.41.2
0.41.2
- Fixed platform tag detection for GraalPy and 32-bit python running on an aarch64
kernel (PR by Matthieu Darbois)
- Fixed ``wheel tags`` to not list directories in ``RECORD`` files
(PR by Mike Taves)
- Fixed ABI tag generation for GraalPy (PR by Michael Simacek)
|