Skip to content

Commit

Permalink
Bump setuptools to 54.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
  • Loading branch information
gaborbernat committed Mar 16, 2021
1 parent 31fcce5 commit ce24cb5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/changelog/2069.bugfix.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Bump embeded setuptools from ``52.0.0`` to ``53.0.0`` - by :user:`gaborbernat`
Bump embeded setuptools from ``52.0.0`` to ``54.1.2`` - by :user:`gaborbernat`
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ package_dir =
=src
zip_safe = True

[options.packages.find]
where = src

[options.entry_points]
console_scripts =
virtualenv=virtualenv.__main__:run_with_catch
Expand Down Expand Up @@ -110,9 +113,6 @@ virtualenv.activation.powershell = *.ps1
virtualenv.activation.xonsh = *.xsh
virtualenv.seed.wheels.embed = *.whl

[options.packages.find]
where = src

[sdist]
formats = gztar

Expand Down
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.10": {
"pip": "pip-21.0.1-py3-none-any.whl",
"setuptools": "setuptools-53.0.0-py3-none-any.whl",
"setuptools": "setuptools-54.1.2-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.9": {
"pip": "pip-21.0.1-py3-none-any.whl",
"setuptools": "setuptools-53.0.0-py3-none-any.whl",
"setuptools": "setuptools-54.1.2-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.8": {
"pip": "pip-21.0.1-py3-none-any.whl",
"setuptools": "setuptools-53.0.0-py3-none-any.whl",
"setuptools": "setuptools-54.1.2-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.7": {
"pip": "pip-21.0.1-py3-none-any.whl",
"setuptools": "setuptools-53.0.0-py3-none-any.whl",
"setuptools": "setuptools-54.1.2-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.6": {
"pip": "pip-21.0.1-py3-none-any.whl",
"setuptools": "setuptools-53.0.0-py3-none-any.whl",
"setuptools": "setuptools-54.1.2-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.5": {
Expand Down
Binary file not shown.

0 comments on commit ce24cb5

Please sign in to comment.