You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2019/03/19 19:34:09 UTC

[libcloud] branch trunk updated (e8735a7 -> 5c93852)

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git.


    from e8735a7  Update CHANGES.rst
     new a68022d  Use cryptography (not PyCrypto) for GCE service account authentication
     new d9491e7  replace all usage of PyCrypto with python-cryptography
     new d5f2891  Fix lint.
     new 7c79f4f  Use self.assertEqual instead of assert.
     new 0161a63  Pin cryptography to see if that helps with tests failing on travis.
     new 829e995  Add changelog entry.
     new c462a6f  replace all usage of PyCrypto with python-cryptography
     new 633289e  Merge branch 'gce-crypto' of https://github.com/ryanpetrello/libcloud into gce-crypto
     new 5c93852  Merge pull request #1280 from ryanpetrello/gce-crypto

The 6296 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.rst                             |  7 +++++
 libcloud/common/google.py               | 36 ++++++++++++++------------
 libcloud/compute/drivers/softlayer.py   | 24 +++++++++++++----
 libcloud/test/common/test_google.py     |  4 +--
 libcloud/test/compute/test_softlayer.py | 24 +++++------------
 libcloud/test/test_utils.py             | 24 +++++++++++++++++
 libcloud/utils/publickey.py             | 46 +++++++++++++++++++--------------
 libcloud/utils/py3.py                   |  2 +-
 requirements-tests.txt                  |  1 +
 9 files changed, 108 insertions(+), 60 deletions(-)