Package: python-pkginfo / 1.1-2

Metadata

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

Patch series

view the series file
Patch File delta Description
fix tests on python3.4 | (download)

pkginfo/tests/test_installed.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix tests failing on python3.4
 This patch corrects tests that contained hard-coded check for python3.3
 where the (presumed) intent was to just test for >= 3.3.

Bug-Ubuntu: https://bugs.launchpad.net/pkginfo/+bug/1367436
fix configparser import | (download)

pkginfo/commandline.py | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 fix configparser import to work on python3
 This patch fixes the way the ConfigParser class is imported to work
 on both the python2.x stdlib and python3.x stdlib.