[Distutils] pip and virtualenv release candidates
Marcus Smith
qwcode at gmail.com
Tue Jul 16 06:31:59 CEST 2013
pip-1.4rc5 and virtualenv-1.10rc8 are now available
the changes from the previous RCs:
- Applied security patch to pip's ssl support related to certificate DNS
wildcard matching (http://bugs.python.org/issue17980)
- Fixed index header processing bug: https://github.com/pypa/pip/pull/1047
here's the RC install instructions again:
$ curl -L -O https://github.com/pypa/virtualenv/archive/1.10rc8.tar.gz
$ tar zxf 1.10rc8.tar.gz
$ python virtualenv-1.10rc8/virtualenv.py myVE
$ myVE/bin/pip --version
pip 1.4rc5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20130715/e948cfbd/attachment-0001.html>
More information about the Distutils-SIG
mailing list