Re: [Distutils] Released: pip 7.0 and virtualenv 13.0

2015-05-22 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/22/2015 12:21 AM, Donald Stufft wrote: > I'm happy to say that I've just cut the releases of pip 7.0 and > virtualenv 13.0 and I have uploaded them to PyPI. For the full list of > changes go visit the respective changelogs, however the biggest c

Re: [Distutils] Released: pip 7.0 and virtualenv 13.0

2015-05-22 Thread Olivier Grisel
Congrats on the release, wheel caching for sdist is a great new feature! -- Olivier ___ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig

Re: [Distutils] Released: pip 7.0 and virtualenv 13.0

2015-05-22 Thread Nick Coghlan
On 22 May 2015 14:21, "Donald Stufft" wrote: > > Hey, > > I'm happy to say that I've just cut the releases of pip 7.0 and virtualenv 13.0 > and I have uploaded them to PyPI. For the full list of changes go visit the > respective changelogs, however the biggest change here is that in pip 7.0 when >

Re: [Distutils] Released: pip 7.0 and virtualenv 13.0

2015-05-22 Thread Wes Turner
On Fri, May 22, 2015 at 12:34 AM, Wes Turner wrote: > Thanks! > > Someone (or I) could also update these: > * https://github.com/conda/conda-recipes/blob/master/pip/meta.yaml > * https://github.com/conda/conda-recipes/blob/master/virtualenv/meta.yaml > > * > https://github.com/conda/conda-recipes

Re: [Distutils] Released: pip 7.0 and virtualenv 13.0

2015-05-22 Thread Paul Moore
On 22 May 2015 at 05:21, Donald Stufft wrote: > I'm happy to say that I've just cut the releases of pip 7.0 and virtualenv > 13.0 > and I have uploaded them to PyPI. For the full list of changes go visit the > respective changelogs, however the biggest change here is that in pip 7.0 when > pip fi

Re: [Distutils] Dynamic linking between Python modules

2015-05-22 Thread Paul Moore
On 21 May 2015 at 23:49, Chris Barker wrote: > On Thu, May 21, 2015 at 1:12 PM, Paul Moore wrote: >> Some possible problem areas - when you install a wheel, it will >> install executable wrappers for the entry points (like pip.exe) which >> are tied to the install location. You'd need to deal wit