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 19:36:33 UTC

[libcloud] branch trunk updated (f60e0dd -> c39d282)

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 f60e0dd  Update mypy tox target.
     new 58ad075  Add type annotations to the base DNS API.
     new 3d7bb46  Remove casts which don't work correctly because MyPy doesn't inherit parent class signature for methods which are overriden in the subclass.
     new 85fd207  Add changelog entries.
     new c39d282  Merge pull request #1434 from Kami/dns_api_type_annotations

The 7245 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               |  10 +++-
 example_compute.py        |  10 +---
 libcloud/common/types.py  |  60 ++++++++++++++++++++++++
 libcloud/compute/types.py |  61 +-----------------------
 libcloud/dns/base.py      | 116 +++++++++++++++++++++++++++++++++++++++-------
 libcloud/dns/providers.py |  13 ++++++
 libcloud/dns/types.py     |   3 +-
 mypy.ini                  |   8 +---
 tox.ini                   |   1 +
 9 files changed, 190 insertions(+), 92 deletions(-)