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 2020/03/01 21:16:27 UTC

[libcloud] branch trunk updated (bbac86a -> b1c329f)

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 bbac86a  Fix annotation position error.
     new 38902b5  Add type annotations for the base container API.
     new 3bafbb4  Fix typo, improve _get_numeric_id.
     new 6386476  Update tox file.
     new 1478de7  Add changelog entry.
     new b1c329f  Merge pull request #1435 from Kami/container_api_type_annotations

The 7255 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                     |  4 ++
 libcloud/container/base.py      | 81 +++++++++++++++++++++++++++++++++++------
 libcloud/container/providers.py | 11 ++++++
 libcloud/dns/base.py            |  4 +-
 mypy.ini                        |  4 ++
 tox.ini                         |  2 +
 6 files changed, 92 insertions(+), 14 deletions(-)