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/07/16 12:11:35 UTC

[libcloud] branch trunk updated (9695a9f -> 066de83)

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 9695a9f  Re-generate supported providers tables.
     new dc6d836  Fix lint error
     new 223f12c  Fix docs generation
     new 066de83  Update tox to skip sdist step and speed up the build.

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:
 contrib/generate_provider_feature_matrix_table.py | 1 -
 docs/compute/drivers/gridscale.rst                | 2 +-
 tox.ini                                           | 1 +
 3 files changed, 2 insertions(+), 2 deletions(-)


[libcloud] 02/03: Fix docs generation

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 223f12c203cbd20442ca1d0786558a2a7809e027
Author: Clemens Wolff <cl...@microsoft.com>
AuthorDate: Mon Jul 15 20:28:03 2019 -0400

    Fix docs generation
---
 docs/compute/drivers/gridscale.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/compute/drivers/gridscale.rst b/docs/compute/drivers/gridscale.rst
index 320f02f..4e5f721 100644
--- a/docs/compute/drivers/gridscale.rst
+++ b/docs/compute/drivers/gridscale.rst
@@ -36,4 +36,4 @@ API
     :inherited-members:
 
 
-.._`gridscale`: https://www.gridscale.io/
+.. _`gridscale`: https://www.gridscale.io/


[libcloud] 01/03: Fix lint error

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit dc6d836bd51cd04a7be8dc3d4d0bf4ac0314e7f5
Author: Clemens Wolff <cl...@microsoft.com>
AuthorDate: Mon Jul 15 20:21:24 2019 -0400

    Fix lint error
---
 contrib/generate_provider_feature_matrix_table.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/contrib/generate_provider_feature_matrix_table.py b/contrib/generate_provider_feature_matrix_table.py
index 3d8b300..ee357d8 100755
--- a/contrib/generate_provider_feature_matrix_table.py
+++ b/contrib/generate_provider_feature_matrix_table.py
@@ -308,7 +308,6 @@ def generate_providers_table(api):
         for method_name in base_api_methods:
             base_method = base_methods[method_name]
 
-
             if method_name == 'deploy_node':
                 features = getattr(cls, 'features', {}).get('create_node', [])
                 is_implemented = len(features) >= 1


[libcloud] 03/03: Update tox to skip sdist step and speed up the build.

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 066de83c454aef4d0be9e9ca37f70b29932c4381
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Tue Jul 16 09:51:42 2019 +0200

    Update tox to skip sdist step and speed up the build.
---
 tox.ini | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tox.ini b/tox.ini
index 278181f..ed22fc1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,6 @@
 [tox]
 envlist = py{2.7,pypy,pypy3,3.4,3.5,3.6,3.7},checks,lint,pylint,integration,coverage
+skipsdist = true
 
 [testenv]
 passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH