PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Saturday the 12th of July, 2014

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[09:59:44] <jezdez> dstufft: is there a secure way to do the initial project registration on pypi? e.g. twine register?
[10:06:22] <jezdez> dstufft: mind moving twine over to the pypa org?
[13:07:52] <pmxbot> jaraco pushed 3 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[13:07:52] <pmxbot> Use simple asserts. pytest handles this nicely. Removes broken _assertIn.
[13:07:52] <pmxbot> More simple asserts
[13:07:52] <pmxbot> Bump version pulled for testing ez_setup.py
[13:14:51] <pmxbot> jaraco pushed 1 commit to setuptools (https://bitbucket.org/pypa/setuptools/) :
[13:14:51] <pmxbot> Disable test_two_levels_deep when /tmp is a symlink. The results it is returning are suitable (shouldn't cause errors in runtime). Users are invited to trace the problem and find a solution. Fixes #231.
[13:16:48] <pmxbot> jaraco pushed 1 commit to setuptools (https://bitbucket.org/pypa/setuptools/) :
[13:16:48] <pmxbot> frozenset is available in Python 2.6
[15:35:58] <tomprince> jezdez: web browser
[15:42:02] <jezdez> tomprince: heh ;)
[16:19:23] <dstufft> jezdez: I just use the web browser like tomprince said
[16:20:36] <dstufft> jezdez: https://github.com/pypa/twine
[16:23:43] <jezdez> dstufft: win!
[16:24:14] <jezdez> dstufft: I wondered about implementing a register command but figured it’d be enough to add a --register option to upload may be enough?
[16:24:24] <jezdez> the metadata needed is there already
[16:24:33] <dstufft> probably reasonable
[16:25:04] <jezdez> I mean, PyPI is built in a way that you can and should run register multiple times anyways
[16:25:29] <jezdez> can you think of any downsides of such an option?
[16:26:12] <jezdez> what I like about it is that it’d turn the docs about registering/uploading a package to one line
[16:29:50] <dstufft> I can't think of a downside
[17:02:05] <jezdez> yays