PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Saturday the 3rd of January, 2015

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[02:56:30] <dstufft> jaraco: tossed you a PR for the update to PEP 440 https://github.com/jaraco/setuptools/pull/24
[02:57:03] <dstufft> tests are failing on it though, I don't know why though
[02:57:11] <jaraco> dstufft, sounds good. I'll try to look at it this weekend.
[02:57:19] <jaraco> Tests might be failing due to other recent commits.
[02:58:02] <dstufft> okies
[02:59:19] <pmxbot> jaraco pushed 3 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[02:59:19] <pmxbot> Merge with 10.2.1
[02:59:19] <pmxbot> Add output to determine if egg-info is being created.
[02:59:19] <pmxbot> Also print a message here
[02:59:42] <dstufft> jaraco: other than the switch to pkg_resources from a single module to a package, is there anything major going from 8.2.1 -> 10.latest.whatever if we're only using pkg_resources? it doesn't appear so to me but figured i'd double check
[03:00:19] <jaraco> There shouldn't be.
[03:00:35] <dstufft> ok cool
[03:00:37] <dstufft> thanks!
[03:01:38] <dstufft> gonna do a release of pip once there's a release of setuptools that has packaging 15 in it (and virtualenv), gonna just upgrade our vendored pkg_resources at the same time then
[03:30:21] <pmxbot> jaraco pushed 8 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[03:30:21] <pmxbot> Try generating egg_info twice.
[03:30:21] <pmxbot> Upgrade packaging lib to 15.0
[03:30:21] <pmxbot> Merge pull request #24 from dstufft/upgrade-packaging
[03:30:21] <pmxbot> Update changelog
[03:30:21] <pmxbot> Add link support for Interopability bugs.
[03:30:21] <pmxbot> Bumped to 11.0 in preparation for next release.
[03:30:21] <pmxbot> Added tag 11.0 for changeset b4b92805bc0e
[03:30:21] <pmxbot> Bumped to 11.1 in preparation for next release.
[03:31:05] <dstufft> jaraco: oh thanks <3
[03:31:07] <dstufft> you're awesome
[03:32:36] <jaraco> glad to help.
[03:32:58] <dstufft> ah whoops
[03:33:03] <dstufft> menat to push that to a baranch
[03:33:09] <dstufft> oh well
[03:47:47] <dstufft> jaraco: how come you deprecated EntryPoint().load(require=False) ?
[07:41:50] <pmxbot> jaraco pushed 6 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[07:41:50] <pmxbot> Merge with 11.0
[07:41:50] <pmxbot> Correct project name
[07:41:50] <pmxbot> Moved TestScriptHeader tests to more appropriate module.
[07:41:50] <pmxbot> Remove remaining reference to setuptools from test_resources
[07:41:50] <pmxbot> Moved test_resources and test_pkg_resources to pkg_resources package.
[07:41:50] <pmxbot> Merge with master
[08:45:32] <pmxbot> jaraco pushed 13 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[08:45:32] <pmxbot> Restore missing import
[08:45:32] <pmxbot> Rewrite skip/xfail
[08:45:32] <pmxbot> Test is passing when LC_CTYPE isn't present. According to the original ticket, Distribute 103, this test was only failing for "C" and "POSIX", so only expect the failure there.
[08:45:32] <pmxbot> Use mock to patch sys.modules
[08:45:32] <pmxbot> Use mock to patch sys.platform
[08:45:32] <pmxbot> Use contexts.quiet for stdout/stderr trapping
[08:45:32] <pmxbot> Pull logic out of the context
[08:45:32] <pmxbot> Extract variable for clearer assertion.
[08:45:32] <pmxbot> Rewrite comment
[08:45:32] <pmxbot> Merge with master
[08:45:32] <pmxbot> Remove dependence of the script on its own file, but instead generate the necessary file in a temporary directory.
[08:45:32] <pmxbot> It appears as if Python 2.6 gets its warnings on a different pipe.
[08:45:32] <pmxbot> Merge with master