Re: [Distutils] pip and virtualenv release candidates

2013-07-15 Thread Marcus Smith
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 t

Re: [Distutils] pip and virtualenv release candidates

2013-07-13 Thread Marcus Smith
pip-1.4rc4 and virtualenv-1.10rc7 are now available the changes from the previous RCs: - virtualenv now contains setuptools v0.9.1 here's the RC install instructions again: $ curl -L -O https://github.com/pypa/virtualenv/archive/1.10rc7.tar.gz $ tar zxf 1.10rc7.tar.gz $ python virtualenv-

Re: [Distutils] pip and virtualenv release candidates

2013-07-13 Thread Marcus Smith
pip-1.4rc4 and virtualenv-1.10rc6 are now available the changes from the previous RCs: - virtualenv now contains setuptools v0.9 (which enables indexes to use md5, sha1, or one of the sha2 variants in their urls) - the new "pip install --pre" option now applies to all packages installed in the com

Re: [Distutils] pip and virtualenv release candidates

2013-07-06 Thread Marcus Smith
pip-1.4rc3 and virtualenv-1.10rc4 are now available the changes from the previous RCs: - a bug fix for a new use of urlparse ( https://github.com/pypa/pip/pull/1032) - "pip list" doesn't ignore showing setuptools and pip anymore (although "pip freeze" still does) - the wheel setuptools requi