summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2020-07-15 15:28:21 +0100
committerGitHub <noreply@github.com>2020-07-15 15:28:21 +0100
commit82a04a1565456c4414981d54d60b51c76e869371 (patch)
treed09737960ca9406e723331bfacba8b3bc0059b33
parentcd17f3030c1ca93e835d663b0bba5526bc359bf9 (diff)
downloadvirtualenv-82a04a1565456c4414981d54d60b51c76e869371.tar.gz
Upgrade setuptools to 49.2.0 from 49.1.0 (#1898)
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
-rw-r--r--docs/changelog/1898.bugfix.rst1
-rw-r--r--src/virtualenv/seed/wheels/embed/__init__.py12
-rw-r--r--src/virtualenv/seed/wheels/embed/setuptools-49.2.0-py3-none-any.whl (renamed from src/virtualenv/seed/wheels/embed/setuptools-49.1.0-py3-none-any.whl)bin789761 -> 789833 bytes
3 files changed, 7 insertions, 6 deletions
diff --git a/docs/changelog/1898.bugfix.rst b/docs/changelog/1898.bugfix.rst
new file mode 100644
index 0000000..8a4beb7
--- /dev/null
+++ b/docs/changelog/1898.bugfix.rst
@@ -0,0 +1 @@
+Upgrade setuptools from ``49.2.0`` on ``Python 3.5+`` - by :user:`gaborbernat`.
diff --git a/src/virtualenv/seed/wheels/embed/__init__.py b/src/virtualenv/seed/wheels/embed/__init__.py
index bc95df6..ef887fa 100644
--- a/src/virtualenv/seed/wheels/embed/__init__.py
+++ b/src/virtualenv/seed/wheels/embed/__init__.py
@@ -7,32 +7,32 @@ BUNDLE_FOLDER = Path(__file__).absolute().parent
BUNDLE_SUPPORT = {
"3.10": {
"pip": "pip-20.1.1-py2.py3-none-any.whl",
- "setuptools": "setuptools-49.1.0-py3-none-any.whl",
+ "setuptools": "setuptools-49.2.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-49.1.0-py3-none-any.whl",
+ "setuptools": "setuptools-49.2.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-49.1.0-py3-none-any.whl",
+ "setuptools": "setuptools-49.2.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-49.1.0-py3-none-any.whl",
+ "setuptools": "setuptools-49.2.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-49.1.0-py3-none-any.whl",
+ "setuptools": "setuptools-49.2.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-49.1.0-py3-none-any.whl",
+ "setuptools": "setuptools-49.2.0-py3-none-any.whl",
"wheel": "wheel-0.34.2-py2.py3-none-any.whl",
},
"3.4": {
diff --git a/src/virtualenv/seed/wheels/embed/setuptools-49.1.0-py3-none-any.whl b/src/virtualenv/seed/wheels/embed/setuptools-49.2.0-py3-none-any.whl
index 597198c..25e5ef3 100644
--- a/src/virtualenv/seed/wheels/embed/setuptools-49.1.0-py3-none-any.whl
+++ b/src/virtualenv/seed/wheels/embed/setuptools-49.2.0-py3-none-any.whl
Binary files differ