PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Sunday the 24th of January, 2016

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[00:14:56] <pmxbot> jaraco pushed 3 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[00:14:56] <pmxbot> Extract variable for candidate encodings
[00:14:56] <pmxbot> Add test capturing failure. Ref #486.
[00:14:57] <pmxbot> Avoid TypeError when getfilesystemencoding returns None. Fixes #486.
[02:03:04] <pmxbot> jaraco pushed 1 commit to setuptools (https://bitbucket.org/pypa/setuptools/) :
[02:03:04] <pmxbot> Relicense the package as MIT license. Drop licensing as PSF and Zope as neither of those licenses grant authority for use outside their respective projects. Vendored projects are licensed under their respective licenses, currently MIT for six and Apache v2 for packaging. Fixes #132.
[02:07:35] <pmxbot> jaraco pushed 1 commit to setuptools (https://bitbucket.org/pypa/setuptools/) :
[02:07:35] <pmxbot> Update changelog.
[02:09:46] <pmxbot> jaraco pushed 5 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[02:09:46] <pmxbot> Destroy MarkerEvaluation for being pointless, fix two silly mistakes in tests and update packaging changes.
[02:09:47] <pmxbot> Merge from default.
[02:09:47] <pmxbot> Properly merge from default.
[02:09:47] <pmxbot> Shift packaging to use shiny extern.
[02:09:47] <pmxbot> Merge
[02:28:13] <pmxbot> jaraco pushed 1 commit to setuptools (https://bitbucket.org/pypa/setuptools/) :
[02:28:13] <pmxbot> Merged in darjus/setuptools (pull request #169)
[02:28:13] <pmxbot> jaraco pushed 2 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[02:28:13] <pmxbot> Remove JythonCommandSpec as it's not required on Jython 2.7 and setuptools no longer supports anything 2.5, but had to test for 'Jython on Windows' in two other places
[02:28:14] <pmxbot> Merged in darjus/setuptools (pull request #169)
[02:34:01] <pmxbot> jaraco pushed 4 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[02:34:01] <pmxbot> Update changelog
[02:34:01] <pmxbot> Bumped to 19.5 in preparation for next release.
[02:34:01] <pmxbot> Added tag 19.5 for changeset 0a68cbab7258
[02:34:02] <pmxbot> Bumped to 19.6 in preparation for next release.
[15:19:50] <pmxbot> jaraco pushed 1 commit to setuptools (https://bitbucket.org/pypa/setuptools/) :
[15:19:50] <pmxbot> Add 'launch' hook, based on pip.utils.setuptools_build
[16:55:15] <pmxbot> jaraco pushed 1 commit to setuptools (https://bitbucket.org/pypa/setuptools/) :
[16:55:15] <pmxbot> Also hide Cython when hiding setuptools, as setuptools will have imported Cython and Cython references the distutils.Extension. Fixes #488.
[17:11:02] <pmxbot> jaraco pushed 1 commit to setuptools (https://bitbucket.org/pypa/setuptools/) :
[17:11:02] <pmxbot> Added tag 19.6b1 for changeset 34121bf49b1a
[20:50:04] <agronholm> dstufft: how do you do production deployments with warehouse? I see that there's no production specific docker-compose file
[20:50:17] <agronholm> do you still mount the code as a volume?
[21:17:14] <dstufft> agronholm: We don't deploy with docker
[21:17:21] <agronholm> dstufft: oh? why not?
[21:17:21] <dstufft> we deploy on Heroku
[21:17:24] <agronholm> ah
[21:18:03] <dstufft> If I wasn't using Heroku I'd probably try to deploy with docker though, ideally with some sort of host your own PaaSt hing
[21:18:30] <agronholm> I'm in the process of figuring out the dev/deployment process w/ docker-compose