PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Wednesday the 10th of December, 2014

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[00:24:33] <dturner_> I was wondering what the release process is for pip? https://github.com/pypa/pip/issues/1350 just bit me, and it looks like there's a fix that hasn't quite made it into a release yet (see the last comment, from thomasboyt).
[00:44:36] <dstufft> dturner_: the release process is more or less, whenever I make a release
[00:45:02] <dstufft> dturner_: I'm planning to make a release after setuprools 8.0 is released
[00:45:14] <dturner_> OK, thanks!
[00:46:14] <dturner_> Maybe it would be possible to cut a 1.5.7 with just this fix? I don't know what the setuptools schedule is like, so maybe 8.0 will be released tomorrow.
[00:47:31] <dstufft> dturner_: I think maybe a week or so assuming no issues are found with 8.0b1
[00:50:28] <dturner_> OK, I can apparently work around it for now by hacking my virtualenv copy of pip. Thanks.
[00:53:30] <dstufft> dturner_: you can install the dev verison of pip too
[00:53:49] <dturner_> easy_install pip==dev ?
[00:54:02] <dstufft> first thing inside your virtualenv just do ``pip install --upgrade -e git+https://github.com:pypa/pip.git#egg=pip``
[00:54:44] <dstufft> that's not quite right
[00:54:45] <dstufft> it's uh
[00:55:38] <dstufft> pip install --upgrade -e git+https://github.com/pypa/pip.git@develop#egg=pip
[00:55:45] <dturner_> OK, I'll try that.
[00:55:57] <dstufft> it'll take a minute or so because cloning our repo is slow
[00:56:52] <dturner_> Yeah, I don't really want to put that into the main script that generates our virtualenv because ~1500 twitter engineers suddenly cloning your repo can't be good for github (or for our build times). But fortunately, it looks like this issue only hits some of us.
[00:58:22] <dstufft> dturner_: heh
[00:58:31] <dstufft> dturner_: you can also shove a tarball somewhere internally too
[00:58:35] <dturner_> Sure.
[00:59:54] <dturner_> Thanks for the help, and for the good news.
[01:00:20] <dstufft> no problem :)
[10:46:39] <ionelmc> where's that pep440 beta announcement?
[10:52:12] <ionelmc> the pip beta i mean
[10:52:17] <ionelmc> can't finding anymore
[14:43:16] <collinanderson> dstufft: re tarball: could use https://github.com/pypa/pip/archive/develop.tar.gz
[18:18:45] <Wooble> Is https://wiki.python.org/moin/CheeseShopDev saying the "previous" version on pypi ran until the end of 2013 a reference to there actually being different code running currently on pypi.python.org, or just... wild optimism about warehouse being done?
[18:21:09] <dstufft> idk why it says previous, bitbucket.org/pypa/pypi is still whats deployed