Package: python-logutils / 0.3.3-5

Metadata

Package Version Patches format
python-logutils 0.3.3-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
no network access during doc build.patch | (download)

doc/conf.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 do not access network when building docs
 The upstream conf.py is using sphinx.ext.intersphinx, this patch removes it.
test failures fatal.patch | (download)

setup.py | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 test failures should be fatal to the build process
fix _levelNames vs _levelToName.patch | (download)

logutils/dictconfig.py | 8 6 + 2 - 0 !
tests/test_dictconfig.py | 11 8 + 3 - 0 !
2 files changed, 14 insertions(+), 5 deletions(-)

 fix-_levelnames-vs-_leveltoname.patch
 In Python 3.4, _levelNames is now levelToName. This patch tries both.