Package: python-setuptools-git / 1.1-2

Metadata

Package Version Patches format
python-setuptools-git 1.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable_nonascii_tests.patch | (download)

setuptools_git/tests.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 nonascii tests fail, possibly due to missing locale
 Two tests fail that use nonascii, but UTF-8 characters in a filename. Both
 fails, possibly due to missing locale support. Disable them for now.
return_early_on_non_git_directory.patch | (download)

setuptools_git/__init__.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 [patch] return early if a directory isn't managed by git (#10)

This makes things much faster for large non-git trees that happen to
have setuptools_git among their indirect requirements.  For example,
this takes Launchpad's "python setup.py egg_info" from 16 seconds to 2
seconds for me.