From 7ef368fc13a97e9e22ccf45611c9b62edf092b9e Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 6 Feb 2016 16:33:37 +0100 Subject: [PATCH] tox: Update wheel to 0.28.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index fc1c421e9..5e0723316 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =