Re: New, updated pip coming

2016-01-29 Thread Barry Warsaw
On Jan 30, 2016, at 11:33 AM, Robert Collins wrote: > If a new requests package is built, uploaded to the archive and >apt-get installed on my machine, and I then do: >virtualenv test >. test/bin/activate >pip install foobar > ^--- what version of requests will be used by this in-virtualenv >invoc

Re: Python Policy: Things to consider for Stretch

2016-01-29 Thread Ben Finney
Scott Kitterman writes: > On Tuesday, January 26, 2016 04:46:19 PM Ben Finney wrote: > ... > > Once these non-semantic changes are accepted I will begin work on > > the second stage of semantic changes. > ... > > OK. Those are all accepted. Thank you, Scott! I'll proceed with the semantic c

Re: New, updated pip coming

2016-01-29 Thread Donald Stufft
> On Jan 29, 2016, at 5:33 PM, Robert Collins wrote: > > I am confused. Here's my understanding of things... > > - Pip doesn't need wheels at all - its vendoring technique doesn't use wheels. > - Virtualenv needs to install pip, wheel, setuptools when it makes a > new environment, and it does t

Re: New, updated pip coming

2016-01-29 Thread Robert Collins
I am confused. Here's my understanding of things... - Pip doesn't need wheels at all - its vendoring technique doesn't use wheels. - Virtualenv needs to install pip, wheel, setuptools when it makes a new environment, and it does that by some oogly code - venv might do the same thing, but I have

Re: Python Policy: Things to consider for Stretch

2016-01-29 Thread Scott Kitterman
On Tuesday, January 26, 2016 04:46:19 PM Ben Finney wrote: ... > Once these non-semantic changes are accepted I will begin work on the > second stage of semantic changes. ... OK. Those are all accepted. Barry Warsaw had done some changes in the -whl section so I made an attempt at merging w

Bug#813147: ITP: emcee -- Kick ass affine-invariant ensemble MCMC sampling for Python

2016-01-29 Thread Ole Streicher
Package: wnpp Owner: Ole Streicher Severity: wishlist X-Debbugs-Cc: debian-de...@lists.debian.org,debian-as...@lists.debian.org,debian-python@lists.debian.org * Package name: emcee Version : 2.1.0 Upstream Author : Dan Foreman-Mackey * URL : h

New, updated pip coming

2016-01-29 Thread Barry Warsaw
TL;DR By the end of today, I expect to upload pip 8.0.2 to unstable, finally bringing us up to the latest version. It's been a long slog, with many people helping out. I hope that all the hard work done to get us here means it will be much, much easier to track new pip, virtualenv, and pyvenv upd