[13:16:35] <herrwolfe45> msabramo: were you asking about my PR because you wanted to close it, or because you wanted to work on it (this was the PR related to a warning for extras-require)?
[13:18:02] <herrwolfe45> msabramo: this is PR https://github.com/pypa/pip/pull/2142
[13:26:38] <xafer> https://github.com/pypa/pip/pull/2153 would love to be in pip 6.0 :o
[15:51:25] <msabramo> herrwolfe45: Neither. It seems like it could potentially be a good change and I thought maybe you had forgotten about it. I guess I would say it should be closed if you weren't planning to work on it but since you are, that seems cool
[15:52:35] <msabramo> and it would be nice to close issues (whether by completing them or closing things that people aren't working on) since there are 378 open issues, which is a bit unwieldy
[15:58:26] <herrwolfe> msabramo: sorry about my name change - didn't see your message
[15:59:39] <herrwolfe> msabramo: but I'd definitely like to complete it
[19:45:01] <dstufft> qwcode: two things, can we switch www.pypa.io to use HTML Dir instead of Html? and https://www.pypa.io/en/latest/peps.html the PEP 440 thing probably should mention packaging too
[19:49:21] <tomprince> https://www.pypa.io/en/latest/peps.html#pep453-explicit-bootstrapping-of-pip-in-python-installations could mention 2.7.9.
[19:50:02] <tomprince> And should https://www.pypa.io/en/latest/peps.html#pep438-transitioning-to-release-file-hosting-on-pypi mention 470?
[20:01:29] <qwcode> dstufft, yes, will do on both counts
[20:18:18] <xafer> any feedback on https://github.com/pypa/pip/pull/2153 ?
[21:08:31] <qwcode> tomprince, the PEP470 section mentions that it reverts PEP438. I'll just remove the PEP438 section
[21:09:35] <tomprince> qwcode: Well, 470 hasn't been accepted yet. I had thought perhaps something like the note in 425/427.
[21:10:10] <qwcode> tomprince, yea, that sounds good
[21:44:46] <dstufft> jaraco: does my explanation on >=,<= and > and < make sense?
[21:45:06] <jaraco> dstufft, I'm not getting it on first read.
[21:49:35] <dstufft> this is one of those rules that probably fixed a number of bugs and problably created a few bugs too
[21:49:51] <jaraco> It's going to take a bit of getting used to.
[21:50:05] <jaraco> But more and more, it feels like the right move.
[21:50:48] <dstufft> I'm glad that it does :D I certainly think it is, I've probably spent more time with PEP 440 than anyone so I've gotten used to thinking that way already
[21:51:04] <dstufft> it's really the idea that version specifiers aren't really just less than and equal operators
[21:52:04] <sigmavirus24> dstufft: so >1.0.0 would allow for 1.0.1 then?
[22:07:56] <dstufft> I have some ideas for a next gen PEP 440 (which just adds things, doesn't change anything that's here now), but this is a good step forward I think
[22:15:55] <sigmavirus24> yeah it's a really good step forward
[22:17:38] <dstufft> modeling that is going to be "fun" though
[22:18:22] <Arfrever> dstufft: Also for different packages?
[22:18:42] <dstufft> jaraco: currently PEP 440 states that release candidates get normalized as 1.0c1, I want to change this to 1.0rc1... There's not really a process for ammending a PEP like that, but Nick said if pip and setuptools buy in to it "whose gonna say we can't jsut amend it"
[22:18:54] <dstufft> jaraco: so are you OK with switching it so 1.0rc1 is the preferred form?
[22:19:18] <dstufft> Arfrever: that's a different (but similar) problem, I'd like to expand more on them too!
[22:19:32] <Arfrever> dstufft: E.g. dependency on "PyQt4 or PySide"
[22:20:10] <dstufft> jaraco: (to be clear, both 1.0c1 and 1.0rc1 are currently accepted, and will continue to be, this is just about changing the "normalized" or preferred form)