Skip to content

Commit

Permalink
Bump embeded setuptools to v61 (#2322)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat authored Mar 25, 2022
1 parent ee018a3 commit 0429697
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/changelog/2321.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Support Nushell activation scripts with nu version ``0.60`` - by :user:`kubouch`.
2 changes: 2 additions & 0 deletions docs/changelog/2322.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Upgrade embedded setuptools to ``61.0.0`` from ``60.10.0`` - by :user:`gaborbernat`.

10 changes: 5 additions & 5 deletions src/virtualenv/seed/wheels/embed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@
BUNDLE_SUPPORT = {
"3.11": {
"pip": "pip-22.0.4-py3-none-any.whl",
"setuptools": "setuptools-60.10.0-py3-none-any.whl",
"setuptools": "setuptools-61.0.0-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
"3.10": {
"pip": "pip-22.0.4-py3-none-any.whl",
"setuptools": "setuptools-60.10.0-py3-none-any.whl",
"setuptools": "setuptools-61.0.0-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
"3.9": {
"pip": "pip-22.0.4-py3-none-any.whl",
"setuptools": "setuptools-60.10.0-py3-none-any.whl",
"setuptools": "setuptools-61.0.0-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
"3.8": {
"pip": "pip-22.0.4-py3-none-any.whl",
"setuptools": "setuptools-60.10.0-py3-none-any.whl",
"setuptools": "setuptools-61.0.0-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
"3.7": {
"pip": "pip-22.0.4-py3-none-any.whl",
"setuptools": "setuptools-60.10.0-py3-none-any.whl",
"setuptools": "setuptools-61.0.0-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
"3.6": {
Expand Down
Binary file not shown.

0 comments on commit 0429697

Please sign in to comment.