Sophie

Sophie

distrib > Mageia > 6 > armv5tl > media > core-updates-src > by-pkgid > ed2fedcf28b75a74432db6ae2151de01 > files > 17

python3-3.5.3-1.2.mga6.src.rpm

commit b0177a9b51f89d2b8eb75de6f89852cc73610d3b
Author: Philippe Makowski <pmakowski@espelida.com>
Date:   Sun Jul 3 18:22:38 2016 +0200

    pip-version

diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
index be7c0b6..e2352a8 100644
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -10,9 +10,9 @@ from ensurepip import rewheel
 __all__ = ["version", "bootstrap"]
 
 
-_SETUPTOOLS_VERSION = "28.8.0"
+_SETUPTOOLS_VERSION = "19.6.2"
 
-_PIP_VERSION = "9.0.1"
+_PIP_VERSION = "8.0.2"
 
 # pip currently requires ssl support, so we try to provide a nicer
 # error message when that is missing (http://bugs.python.org/issue19744)