PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Sunday the 11th of October, 2015

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[00:47:59] <pmxbot> jaraco pushed 12 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[00:48:00] <pmxbot> Calculate test_args on demand rather than setting an attribute.
[00:48:00] <pmxbot> Move value checking into its own block.
[00:48:00] <pmxbot> Extract variable for nicer indentation
[00:48:00] <pmxbot> Resolve test_suite directly rather than referencing test_args
[00:48:01] <pmxbot> Just pass 'unittest' as argv[0] - the full path to the file shouldn't be relevant
[00:48:01] <pmxbot> Extract _argv property.
[00:48:01] <pmxbot> Re-use _argv for the announcement
[00:48:01] <pmxbot> Only include test_suite in args if one is specified. Ref #446.
[00:48:01] <pmxbot> Accept a pattern argument, supplied by later versions of unittest.
[00:48:02] <pmxbot> Always execute tests, even if no test_suite is supplied. Fixes #446.
[00:48:02] <pmxbot> Remove unreachable branch.
[00:48:02] <pmxbot> Update changelog
[01:09:30] <pmxbot> jaraco pushed 3 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[01:09:30] <pmxbot> Bumped to 18.4 in preparation for next release.
[01:09:30] <pmxbot> Added tag 18.4 for changeset 6203335278be
[01:09:30] <pmxbot> Bumped to 18.5 in preparation for next release.
[20:06:50] <lifeless> dstufft: if you happen to know what would cause https://bugs.launchpad.net/pbr/+bug/1505007 that would be wonderful
[23:08:09] <dstufft> lifeless: probably it was installed as a wheel, and older versions of setuptools doesn't suport .dist-info dirs
[23:10:01] <lifeless> dstufft: so thats something pip sould address?
[23:11:41] <dstufft> lifeless: does pbr have a dependency on setuptools?
[23:11:46] <dstufft> in isntall_requires
[23:12:26] <lifeless> dstufft: no
[23:12:51] <dstufft> lifeless: it probably should yea? it's depending on setuptools at runtime
[23:13:06] <lifeless> dstufft: sure; what minimum version though :)
[23:13:29] <lifeless> dstufft: like, do we make a different dep for built-as-wheel vs installed-directly ?
[23:13:35] <dstufft> it's 0.6c28 I think?
[23:13:41] <lifeless> dstufft: or just pick the minimum that supports .dist-info
[23:13:43] <dstufft> I think is the minimum version for dist-info
[23:26:39] <lifeless> dstufft: so yeah, we can do tht
[23:27:00] <lifeless> just setuptools>=0.6c28 ?
[23:27:52] <dstufft> lifeless: you'll want to double check that's the right version, but yea
[23:28:47] <dstufft> Ah sorry
[23:28:48] <dstufft> it's >=0.6.28
[23:28:54] <dstufft> I was close
[23:29:49] <dstufft> You might want to minimum at 0.7 since that's the version that setuptools and distribute merged
[23:31:34] <lifeless> https://pythonhosted.org/setuptools/history.html#id189
[23:31:39] <lifeless> bah, you were looking it up too
[23:32:03] <lifeless> The lower it is the less folk will want to kill me on the internet
[23:32:26] <lifeless> the .dist-info one is at least easily justified