PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Thursday the 31st of December, 2015

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[16:59:32] <pmxbot> jaraco pushed 2 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[16:59:33] <pmxbot> Merge with master. Ref #229.
[16:59:33] <pmxbot> Update vendoring technique to match that used for packaging. Ref #229.
[20:23:56] <transit> Hi all, I'd like to get pip pull request #3210 merged into the develop branch. xavfernandez has gone over it and is ok with it but would like a 2nd opinion before continuing. Can someone on the dev team take a look?
[20:24:51] <transit> It's a fairly simple change to provide compatibility for links to packages in a password-protected subversion repository.
[21:53:35] <pmxbot> jaraco pushed 3 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[21:53:35] <pmxbot> Modeling after Astropy's technique for bundling libraries, the imports are now much cleaner. Thanks @embray. Ref #229.
[21:53:35] <pmxbot> Make the technique even more generic
[21:53:35] <pmxbot> Use the same technique in pkg_resources, relying on an 'extern' module to resolve the conditional import.