PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Wednesday the 6th of April, 2016

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[08:01:48] <ronny> dstufft: do we have any setup for pypi releases via travis?
[10:24:25] <xafer> !logs
[10:24:26] <pmxbot> http://chat-logs.dcpython.org/channel/pypa-dev
[10:24:33] <xafer> :'(
[10:24:56] <xafer> dstufft: any opinion on the 8.1.2 release ?
[11:02:20] <dstufft> xafer: seems fine with me
[11:02:24] <dstufft> doing one I mean
[11:02:52] <dstufft> ronny: I'm not sure what specifically you're asking. Travis has support for releasing to PyPI which is what I think you're asking.
[11:14:29] <ronny> dstufft: i meant credentials and dedicated users for automation
[11:31:04] <ronny> dstufft: different topic, any idea how to extract the major/minor version pair from a pkg_resources distribution object
[11:31:41] <dstufft> ronny: there's no support for the travis release yet besides just registering a second user and using that
[11:32:26] <dstufft> I think pkg_resources distribution object exposes packaging.version (maybe?) there's an open ticket to add more comprehensive access to parts of the version in packaging.version
[11:37:49] <ronny> dstufft: i see, so for now i would have to do something ugly to get by
[11:38:15] <ronny> dstufft: im trying to get a minimal sphinx config for a project
[11:38:34] <dstufft> ronny: I normally just split on "." and take the first two
[11:38:48] <dstufft> if it's a project I control and I know it'll always have that
[11:38:56] <xafer> dstufft: https://github.com/pypa/pip/pull/3598 seems ok to you ?
[11:39:32] <dstufft> xafer: seems ok I guess. I don't really know a whole lot about those APIs tbh
[11:39:38] <ronny> dstufft: true
[11:40:21] <xafer> Me neither but catching the exception seemed to solve the issue for the people impacted
[11:40:42] <xafer> I merge it and cherry-pick it on master ?
[11:47:51] <dstufft> xafer: I can handle the cherry-pick
[13:01:18] <xafer> dstufft: it should be good for release :)