[Distutils] wheel 0.27.0 released
Nate Coraor
nate at bx.psu.edu
Fri Feb 5 11:46:27 EST 2016
Hi all,
I have just released wheel 0.27.0. This version includes a few new features
and fixes for long standing minor issues, many from outside contributions.
>From the changelog:
0.27.0
======
- Support forcing a platform tag using `--plat-name` on pure-Python wheels,
as
well as nonstandard platform tags on non-pure wheels (Pull Request #60,
Issue
#144, thanks Andrés Díaz)
- Add SOABI tags to platform-specific wheels built for Python 2.X (Pull
Request
#55, Issue #63, Issue #101)
- Support reproducible wheel files, wheels that can be rebuilt and will
hash to
the same values as previous builds (Pull Request #52, Issue #143, thanks
Barry Warsaw)
- Support for changes in keyring >= 8.0 (Pull Request #61, thanks Jason R.
Coombs)
- Use the file context manager when checking if dependency_links.txt is
empty,
fixes problems building wheels under PyPy on Windows (Issue #150, thanks
Cosimo Lupo)
- Don't attempt to (recursively) create a build directory ending with `..`
(invalid on all platforms, but code was only executed on Windows) (Issue
#91)
- Added the PyPA Code of Conduct (Pull Request #56)
--nate
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20160205/58d1c35c/attachment.html>
More information about the Distutils-SIG
mailing list