PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Sunday the 30th of March, 2014

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[04:55:08] <Alex_Gaynor> dstufft: is warehouse auto-deployed any more?
[04:55:21] <dstufft> Alex_Gaynor: yea I think it is
[05:02:42] <Alex_Gaynor> dstufft: looks like some class names chnaged between 3.0.0 and 3.1.1 https://pypi-preview.a.ssl.fastly.net/
[05:02:57] <dstufft> lol
[05:02:59] <dstufft> fuckers
[05:03:20] <dstufft> oh wait
[05:03:20] <dstufft> no
[05:03:27] <dstufft> it's not loading the stylesheet at all
[05:03:48] <Alex_Gaynor> There's also some CSP violations it looks like
[05:05:51] <dstufft> hmm
[05:08:22] <dstufft> there fixed now
[05:08:32] <dstufft> I don't know what that CSP violation comes from
[05:08:37] <dstufft> I can't find onsubmit used anywhere
[10:41:10] <pmxbot> jaraco pushed 1 commit to setuptools (https://bitbucket.org/pypa/setuptools/) :
[10:41:10] <pmxbot> Remove excess whitespace; Normalize imports.
[11:17:10] <pmxbot> jaraco pushed 4 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[11:17:10] <pmxbot> Remove legacy compatibility in bdist_rpm
[11:17:10] <pmxbot> Adjust to match modern style conventions.
[11:17:10] <pmxbot> The no_egg option is no longer present.
[11:17:10] <pmxbot> Replace outdated deprecating comments with a proper doc string.
[12:33:15] <pmxbot> jaraco pushed 6 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[12:33:15] <pmxbot> Extract a method to capture the intention of caller detection.
[12:33:15] <pmxbot> Use inspect module instead of _getframe
[12:33:15] <pmxbot> Update docstring
[12:33:15] <pmxbot> Simplify comment not to repeat the obvious implication of the 'if' test.
[12:33:15] <pmxbot> variable name is superfluous now
[12:33:15] <pmxbot> Allow install to proceed with an egg install on IronPython and any other environment that has no stack support. Fixes #177.
[12:47:20] <pmxbot> jaraco pushed 2 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[12:47:20] <pmxbot> Added tag 3.4 for changeset 5cb90066d987
[12:47:20] <pmxbot> Bumped to 3.5 in preparation for next release.
[12:59:25] <pmxbot> jaraco pushed 3 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[12:59:25] <pmxbot> Update bdist_egg for style
[12:59:25] <pmxbot> Create stub template from a multiline string.
[12:59:25] <pmxbot> Use file context for write_stub
[17:35:20] <pmxbot> jaraco pushed 4 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[17:35:20] <pmxbot> Reformat to add the conventional whitespace and shorter lines.
[17:35:20] <pmxbot> Also run tests under unittest for now. Ref #181.
[17:35:20] <pmxbot> Extract the resolution of loader/runner classes. Allows None value to pass-through to unittest.main. Fixes #180.
[17:35:20] <pmxbot> Skip this test because it now fails under Python 3.3 and earlier apparently due to a bug in the inspect module. Since the test passes under Python 3.4 and later, that should still serve as a suitable regression test.
[17:36:53] <pmxbot> jaraco pushed 3 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[17:36:53] <pmxbot> Bumped to 3.4.1 in preparation for next release.
[17:36:53] <pmxbot> Added tag 3.4.1 for changeset e39de2d3eb77
[17:36:53] <pmxbot> Bumped to 3.4.2 in preparation for next release.