TritonDataCenter / python-manta

Python SDK for Manta (community maintained)
MIT License
25 stars 18 forks source link

bump httplib2 dependency to upstream latest #49

Closed cburroughs closed 6 years ago

cburroughs commented 6 years ago

This dependency (or some certs it pulls along from the ride) has bitrotted to the point that the cert for us-east.manta.joyent.com can no longer be verified. From the httplib2 changelog, most of the changes have been updating certs, minor fixes and the little thing called 'heartbleed'

fixes #48

cburroughs commented 6 years ago

Against a manta staging instance:

$ ./test/test.py 
mantaclient/cleantestarea/clean ... ok
mantaclient/dir/listheaddel ... ok
mantaclient/dir/put ... ok
mantaclient/link/put ... ok
mantaclient/manyfiles/count [slow] ... ok
mantaclient/misc/imports ... ok
mantaclient/misc/version ... ok
mantaclient/object/putgetdel ... ok
mantash/find/empty ... ok
mantash/find/type ... ok
mantash/ls/bare ... ok
mantash/ls/dir ... ok
mantash/ls/dirstar ... ok
mantash/options/help ... ok
mantash/options/version ... ok

----------------------------------------------------------------------
Ran 15 tests in 733.130s

OK