PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Wednesday the 13th of August, 2014

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[02:44:51] <r1chardj0n3s> right, https://github.com/pypa/pip/pull/1973 is in; that's enough pip hacking for now.
[22:18:20] <qwcode> dstufft, ping
[22:19:07] <dstufft> qwcode: pong
[22:19:39] <qwcode> dstufft, not 100% clear to me if local versions are intended to sort after public
[22:21:06] <dstufft> yes
[22:21:08] <dstufft> they are
[22:21:13] <dstufft> 1.0 < 1.0+anything
[22:21:19] <dstufft> but I can make that clearer
[22:21:28] <qwcode> dstufft, ok, in general then, what in PEP440 is supposed to be pkg_resources compatible or not, e.g. local versions won't sort as expected in pkg_resources
[22:21:55] <dstufft> afaik local versions are the only thing that doesn't sort the same
[22:22:16] <qwcode> dstufft, ok, that should be mentioned then. that's what I was really looking for
[22:22:39] <dstufft> and that was considered an acceptable deviation because there are all of 20 versions (out of 200k) that have that character in the version string on PyPI
[22:22:42] <dstufft> ok
[22:22:46] <dstufft> I can do that
[22:22:50] <qwcode> great, thanks
[22:22:54] <dstufft> We originally started using -
[22:23:04] <dstufft> but we ended up getting too ambigious :(
[22:23:14] <dstufft> then tried ~
[22:23:21] <dstufft> but that means something special in Debian
[22:23:26] <dstufft> so went with +
[22:23:27] <dstufft> heh
[22:23:39] <qwcode> roger that, understood