Skip to content

Commit

Permalink
Upgrade embedded setuptools (#1887)
Browse files Browse the repository at this point in the history
Signed-off-by: Bernat Gabor <[email protected]>
  • Loading branch information
gaborbernat authored Jul 4, 2020
1 parent 455afbc commit 69bed36
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions docs/changelog/1887.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgrade embedded setuptools from ``47.3.1`` to ``49.1.0`` for Python ``3.5+`` - by :user:`gaborbernat`.
12 changes: 6 additions & 6 deletions src/virtualenv/seed/wheels/embed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,32 @@
BUNDLE_SUPPORT = {
"3.10": {
"pip": "pip-20.1.1-py2.py3-none-any.whl",
"setuptools": "setuptools-47.3.1-py3-none-any.whl",
"setuptools": "setuptools-49.1.0-py3-none-any.whl",
"wheel": "wheel-0.34.2-py2.py3-none-any.whl",
},
"3.9": {
"pip": "pip-20.1.1-py2.py3-none-any.whl",
"setuptools": "setuptools-47.3.1-py3-none-any.whl",
"setuptools": "setuptools-49.1.0-py3-none-any.whl",
"wheel": "wheel-0.34.2-py2.py3-none-any.whl",
},
"3.8": {
"pip": "pip-20.1.1-py2.py3-none-any.whl",
"setuptools": "setuptools-47.3.1-py3-none-any.whl",
"setuptools": "setuptools-49.1.0-py3-none-any.whl",
"wheel": "wheel-0.34.2-py2.py3-none-any.whl",
},
"3.7": {
"pip": "pip-20.1.1-py2.py3-none-any.whl",
"setuptools": "setuptools-47.3.1-py3-none-any.whl",
"setuptools": "setuptools-49.1.0-py3-none-any.whl",
"wheel": "wheel-0.34.2-py2.py3-none-any.whl",
},
"3.6": {
"pip": "pip-20.1.1-py2.py3-none-any.whl",
"setuptools": "setuptools-47.3.1-py3-none-any.whl",
"setuptools": "setuptools-49.1.0-py3-none-any.whl",
"wheel": "wheel-0.34.2-py2.py3-none-any.whl",
},
"3.5": {
"pip": "pip-20.1.1-py2.py3-none-any.whl",
"setuptools": "setuptools-47.3.1-py3-none-any.whl",
"setuptools": "setuptools-49.1.0-py3-none-any.whl",
"wheel": "wheel-0.34.2-py2.py3-none-any.whl",
},
"3.4": {
Expand Down
Binary file not shown.

0 comments on commit 69bed36

Please sign in to comment.