tox: Update wheel to 0.28.0.

- Fix file modes in archive
- Support forcing a platform tag using –plat-name on pure-Python wheels, as
  well as nonstandard platform tags on non-pure wheels
- Add SOABI tags to platform-specific wheels built for Python 2.X
- Support reproducible wheel files, wheels that can be rebuilt and will hash to
  the same values as previous builds
- Support for changes in keyring >= 8.0
- Use the file context manager when checking if dependency_links.txt is empty,
  fixes problems building wheels under PyPy on Windows
- Don’t attempt to (recursively) create a build directory ending with ..
  (invalid on all platforms, but code was only executed on Windows)
- Added the PyPA Code of Conduct
This commit is contained in:
Florian Bruhin 2016-02-06 16:33:37 +01:00
parent 1a42bae627
commit 7ef368fc13

View File

@ -41,7 +41,7 @@ deps =
termcolor==1.1.0
vulture==0.8.1
Werkzeug==0.11.3
wheel==0.26.0
wheel==0.28.0
xvfbwrapper==0.2.8
cherrypy==4.0.0
commands =