PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Thursday the 15th of January, 2015

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[01:03:55] <ionelmc> dstufft: ping
[01:17:44] <ionelmc> can you enable CircleCI for virtualenv?
[02:38:07] <pmxbot> jaraco pushed 3 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[02:38:07] <pmxbot> Extract Exception saving behavior.
[02:38:07] <pmxbot> Remove unused import
[02:38:07] <pmxbot> Add tests for new ExceptionSaver
[03:08:05] <pmxbot> jaraco pushed 4 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[03:08:05] <pmxbot> Adding test for non-exceptional condition.
[03:08:05] <pmxbot> Make attributes private and remove redundant naming.
[03:08:05] <pmxbot> Add test capturing failure when the Exception is not pickleable. Ref #329.
[03:08:05] <pmxbot> Wrap unpickleable exceptions in another class. Fixes #329.
[15:34:29] <msabramo> dstufft: are you on readme and warehouse now or still in pip mode?
[16:27:12] <dstufft> msabramo: dealing with non packaging stuff mostly
[16:27:29] <msabramo> dstufft: congratulations! :-)
[18:42:45] <qwcode> virtualenv 1.11.4 pulls the latest pip?
[18:44:17] <qwcode> dstufft, ^
[18:44:33] <dstufft> qwcode: no
[18:49:12] <qwcode> dstufft, ok, trying to solve some mysterious puppet problem. got pip 6 showing up in a 1.11.4 venv.... : (
[18:49:49] <dstufft> qwcode: are you installing anything that uses pbr?
[18:50:07] <qwcode> tracking all that down now...
[18:50:39] <dstufft> pbr depends on pip
[19:03:09] <qwcode> dstufft, btw, the "unexpected" change (so not really a problem) in our system was IUS offering the latest virtualenv rpm http://dl.iuscommunity.org/pub/ius/stable/Redhat/6/x86_64/python27-virtualenv-12.0.4-1.ius.el6.noarch.rpm
[19:03:48] <dstufft> qwcode: so you were using virtualenv 12.0.4?
[19:10:24] <qwcode> dstufft, yes, we use IUS, and got the upgrade, wasn't expecting that, but should have been
[19:10:44] <dstufft> qwcode: ah neat
[19:11:02] <dstufft> the copr has pip, virtualenv, setuptools and wheel now :D
[20:42:12] <pmxbot> jaraco pushed 1 commit to setuptools (https://bitbucket.org/pypa/setuptools/) :
[20:42:12] <pmxbot> Access os.environ[key], not os.environ['key']
[21:49:10] <ionelmc> dstufft: pong
[22:28:11] <pmxbot> arfrever pushed 1 commit to setuptools (https://bitbucket.org/pypa/setuptools/) :
[22:28:11] <pmxbot> Use unittest.mock from standard library instead of external mock with Python >=3.3.