Skip to content

Commit

Permalink
upgrade wheel from 0.34.0 to 0.34.2 (#1531)
Browse files Browse the repository at this point in the history
Signed-off-by: Bernat Gabor <[email protected]>
  • Loading branch information
gaborbernat authored Jan 31, 2020
1 parent 46c64b2 commit 0081e44
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions docs/changelog/1531.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgrade the bundled ``wheel`` package from ``0.34.0`` to ``0.34.2`` - by ``gaborbernat``.
12 changes: 6 additions & 6 deletions src/virtualenv/seed/embed/wheels/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@
"3.9": {
"pip": "pip-20.0.2-py2.py3-none-any.whl",
"setuptools": "setuptools-45.1.0-py3-none-any.whl",
"wheel": "wheel-0.34.0-py2.py3-none-any.whl",
"wheel": "wheel-0.34.2-py2.py3-none-any.whl",
},
"3.8": {
"pip": "pip-20.0.2-py2.py3-none-any.whl",
"setuptools": "setuptools-45.1.0-py3-none-any.whl",
"wheel": "wheel-0.34.0-py2.py3-none-any.whl",
"wheel": "wheel-0.34.2-py2.py3-none-any.whl",
},
"3.7": {
"pip": "pip-20.0.2-py2.py3-none-any.whl",
"setuptools": "setuptools-45.1.0-py3-none-any.whl",
"wheel": "wheel-0.34.0-py2.py3-none-any.whl",
"wheel": "wheel-0.34.2-py2.py3-none-any.whl",
},
"3.6": {
"pip": "pip-20.0.2-py2.py3-none-any.whl",
"setuptools": "setuptools-45.1.0-py3-none-any.whl",
"wheel": "wheel-0.34.0-py2.py3-none-any.whl",
"wheel": "wheel-0.34.2-py2.py3-none-any.whl",
},
"3.5": {
"pip": "pip-20.0.2-py2.py3-none-any.whl",
"setuptools": "setuptools-45.1.0-py3-none-any.whl",
"wheel": "wheel-0.34.0-py2.py3-none-any.whl",
"wheel": "wheel-0.34.2-py2.py3-none-any.whl",
},
"3.4": {
"pip": "pip-19.1.1-py2.py3-none-any.whl",
Expand All @@ -34,7 +34,7 @@
"2.7": {
"pip": "pip-20.0.2-py2.py3-none-any.whl",
"setuptools": "setuptools-44.0.0-py2.py3-none-any.whl",
"wheel": "wheel-0.34.0-py2.py3-none-any.whl",
"wheel": "wheel-0.34.2-py2.py3-none-any.whl",
},
}
MAX = "3.9"
Binary file not shown.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ skip_missing_interpreters = true
[testenv]
description = run tests with {basepython}
deps =
pip >= 19.1.1
pip >= 20.0.2
setenv =
COVERAGE_FILE = {toxworkdir}/.coverage.{envname}
COVERAGE_PROCESS_START = {toxinidir}/.coveragerc
Expand Down

0 comments on commit 0081e44

Please sign in to comment.