Package: python-barbicanclient / 7.2.0-1

Metadata

Package Version Patches format
python-barbicanclient 7.2.0-1 3.0 (quilt)

Patch series

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

barbicanclient/client.py | 8 4 + 4 - 0 !
barbicanclient/tests/test_barbican.py | 4 2 + 2 - 0 !
barbicanclient/v1/client.py | 5 5 + 0 - 0 !
functionaltests/client/test_client_connectivity.py | 24 12 + 12 - 0 !
4 files changed, 23 insertions(+), 18 deletions(-)

 fix missing version argument for v1 client
 Currently v1 Client class does not work without the version argument
 explicitly given, but this requirement is quite redundant because
 v1 Client class, instead of the base Client class, is used.
 .
 Restore a few defaults which were removed by [1], to fix direct usage
 of v1 Client.
 .
 [1] b3f3912a71ff1c2e85e5c2e3bed40c744312de3d
 .