Package: python-seamicroclient / 0.4.0+2016.05.20.git.40ee44c664-4

Metadata

Package Version Patches format
python-seamicroclient 0.4.0+2016.05.20.git.40ee44c664-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix requirements.txt.patch | (download)

requirements.txt | 3 1 + 2 - 0 !
test-requirements.txt | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 4 deletions(-)

 fix requirements.txt and test-requirements.txt
removed failing tests.patch | (download)

seamicroclient/tests/test_http.py | 37 0 + 37 - 0 !
seamicroclient/tests/v2/test_fantrays.py | 5 0 + 5 - 0 !
seamicroclient/tests/v2/test_scards.py | 5 0 + 5 - 0 !
seamicroclient/tests/v2/test_servers.py | 16 0 + 16 - 0 !
seamicroclient/tests/v2/test_system.py | 5 0 + 5 - 0 !
5 files changed, 68 deletions(-)

 removed failing tests
 This patch removes tests that are failing during build. It doesn't look like
 this affect normal operations, though I couldn't test that fact.
add pkg info.patch | (download)

PKG-INFO | 20 20 + 0 - 0 !
1 file changed, 20 insertions(+)

 adds pkg-info for the package
 Without this, the egg is incorrectly set to version 0.0.1.dev10.
 For version <= 0.4.0, also fixed FTBS with python setup.py build.