Package: python-pgpdump / 1.5-2

Metadata

Package Version Patches format
python-pgpdump 1.5-2 3.0 (quilt)

Patch series

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

setup.py | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

 add tests to setup.py
 This python module includes a test script, but it is not included in the
 setup.py.  This patch does just that.

remove test with missing file.patch | (download)

pgpdump/test.py | 10 0 + 10 - 0 !
1 file changed, 10 deletions(-)

 remove test with missing file
 One of the tests requires test data file which is missing from the
 upstream tarball.  So disable this test until that file is included
 in the tarball.