From notifications-return-16522-archive-asf-public=cust-asf.ponee.io@libcloud.apache.org Sat Dec 21 16:44:36 2019 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 64B67180630 for ; Sat, 21 Dec 2019 17:44:36 +0100 (CET) Received: (qmail 29794 invoked by uid 500); 21 Dec 2019 16:44:35 -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 29785 invoked by uid 500); 21 Dec 2019 16:44:35 -0000 Delivered-To: apmail-libcloud-commits@libcloud.apache.org Received: (qmail 29782 invoked by uid 99); 21 Dec 2019 16:44:35 -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; Sat, 21 Dec 2019 16:44:35 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 347198D813; Sat, 21 Dec 2019 16:44:35 +0000 (UTC) Date: Sat, 21 Dec 2019 16:44:34 +0000 To: "commits@libcloud.apache.org" Subject: [libcloud] branch trunk updated (dc494b5 -> 9ce7d84) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157694667482.12148.10790556918356740400@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: dc494b582d8e90b456d5d6c49c54ea90548232db X-Git-Newrev: 9ce7d847c14f8fbbbff33e3fe465a9aa7f93f702 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 dc494b5 Add some docs on how to access the output of a deployment step. new d0ebd7b Add type hints / annotations for the rest of the base compute API. new c7d0740 Include py.typed data file to signal that this package (atm only libcloud.compute base API) includes type annotations. new 9ce7d84 Update docs. The 3 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 | 11 ++++++ docs/developer_information.rst | 21 +++++++++- libcloud/compute/base.py | 51 ++++++++++++++++++++----- pylint_plugins/__init__.py => libcloud/py.typed | 0 setup.py | 4 +- 5 files changed, 75 insertions(+), 12 deletions(-) copy pylint_plugins/__init__.py => libcloud/py.typed (100%)