From notifications-return-16912-archive-asf-public=cust-asf.ponee.io@libcloud.apache.org Sun Mar 1 21:16:29 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id ACD4F18064F for ; Sun, 1 Mar 2020 22:16:28 +0100 (CET) Received: (qmail 52630 invoked by uid 500); 1 Mar 2020 21:16:28 -0000 Mailing-List: contact notifications-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list notifications@libcloud.apache.org Received: (qmail 52621 invoked by uid 500); 1 Mar 2020 21:16:28 -0000 Delivered-To: apmail-libcloud-commits@libcloud.apache.org Received: (qmail 52618 invoked by uid 99); 1 Mar 2020 21:16:28 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Mar 2020 21:16:28 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 7D1388DACA; Sun, 1 Mar 2020 21:16:27 +0000 (UTC) Date: Sun, 01 Mar 2020 21:16:27 +0000 To: "commits@libcloud.apache.org" Subject: [libcloud] branch trunk updated (bbac86a -> b1c329f) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <158309738697.21613.9753530360598638147@gitbox.apache.org> From: tomaz@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: libcloud X-Git-Refname: refs/heads/trunk X-Git-Reftype: branch X-Git-Oldrev: bbac86a40f1144d9ca15255009e9d6eada8e51d1 X-Git-Newrev: b1c329fe7709875177d8f250b83c7669810eb83a X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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(-)