Skip to content

Commit

Permalink
upgrade embedded setuptools
Browse files Browse the repository at this point in the history
to ``44.1.0`` and ``46.1.1``

Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
  • Loading branch information
gaborbernat committed Mar 23, 2020
1 parent c0d9f81 commit f23f0db
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions docs/changelog/1745.feature.rst
@@ -0,0 +1 @@
Upgrade embeded setuptools for Python ``3.5+`` to ``46.1.1``, for Python ``2.7`` to ``44.1.0`` - by :user:`gaborbernat`.
12 changes: 6 additions & 6 deletions src/virtualenv/seed/embed/wheels/__init__.py
Expand Up @@ -3,27 +3,27 @@
BUNDLE_SUPPORT = {
"3.9": {
"pip": "pip-20.0.2-py2.py3-none-any.whl",
"setuptools": "setuptools-46.0.0-py3-none-any.whl",
"setuptools": "setuptools-46.1.1-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-46.0.0-py3-none-any.whl",
"setuptools": "setuptools-46.1.1-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-46.0.0-py3-none-any.whl",
"setuptools": "setuptools-46.1.1-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-46.0.0-py3-none-any.whl",
"setuptools": "setuptools-46.1.1-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-46.0.0-py3-none-any.whl",
"setuptools": "setuptools-46.1.1-py3-none-any.whl",
"wheel": "wheel-0.34.2-py2.py3-none-any.whl",
},
"3.4": {
Expand All @@ -33,7 +33,7 @@
},
"2.7": {
"pip": "pip-20.0.2-py2.py3-none-any.whl",
"setuptools": "setuptools-44.0.0-py2.py3-none-any.whl",
"setuptools": "setuptools-44.1.0-py2.py3-none-any.whl",
"wheel": "wheel-0.34.2-py2.py3-none-any.whl",
},
}
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit f23f0db

Please sign in to comment.