PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Friday the 20th of March, 2015

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[00:00:02] <dstufft> yea, I was just thinking in terms of stealing functools.lru_cache, if it returned a sentinel insteadof raised an exception then we could just shove functools.lru_cache inside compat for Python 2.x
[00:00:09] <dstufft> doesn't matter much to me either way though
[00:12:28] <lifeless> so I think I'm ready to do my patch now
[00:12:45] <lifeless> after the unpack
[00:13:20] <lifeless> have a factory on abstract_dist to replace it with a IsSetupConfig one after probing setup.cfg for setup_requires and dist-requires
[03:04:13] <lifeless> dstufft: around?
[03:04:34] <lifeless> dstufft: I have a q for you. Why don't we set install = False when DistributionNotFound is raised in the self.upgrade block.
[03:05:24] <lifeless> I think the answer is that its strictly redundant to satisfied_by
[03:05:28] <lifeless> (and editable(
[03:32:54] <dstufft> lifeless: sorry was sleep
[06:10:48] <lifeless> dstufft: thats ok :)
[16:42:56] <pmxbot> jaraco pushed 3 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[16:42:56] <pmxbot> Add test capturing failure to parse package names with hyphens. Ref #307
[16:42:56] <pmxbot> Update EGG_NAME regular expression matcher to allow names to include dashes. Fixes failing test and fixes #307.
[16:42:56] <pmxbot> Reindent EGG_NAME to reflect structure.
[20:02:58] <pmxbot> jaraco pushed 12 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[20:02:58] <pmxbot> Match Python 3 for bdist_dumb.
[20:02:58] <pmxbot> Remove unused variable
[20:02:58] <pmxbot> Flat is better than nested.
[20:02:58] <pmxbot> Extract method for warning of legacy version
[20:02:58] <pmxbot> Reindent warning and use short circuits for flatter implementation.
[20:02:58] <pmxbot> Prefer new string formatting. Re-use variable names.
[20:02:58] <pmxbot> Disable warning of LegacyVersion in parsed_version. This functionality should be called explicitly at whatever times are appropriate for the warning. Fixes #307.
[20:02:58] <pmxbot> Backed out changeset 6e045b2724d0 and 56d7ea3d42b2. Ref #307.
[20:02:58] <pmxbot> Merge backout
[20:02:58] <pmxbot> Correct regex usage
[20:02:58] <pmxbot> Merge
[20:02:58] <pmxbot> Update changelog
[20:09:32] <pmxbot> jaraco pushed 3 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[20:09:32] <pmxbot> Bumped to 14.3.1 in preparation for next release.
[20:09:32] <pmxbot> Added tag 14.3.1 for changeset 608948cef7e0
[20:09:32] <pmxbot> Bumped to 14.3.2 in preparation for next release.