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 2021/10/28 09:58:12 UTC

[libcloud] branch trunk updated (c475387 -> 361e22e)

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 c475387  Remove change / workaround which should not be needed anymore now that we are running latest version of sphinx.
     new 856abc9  Update latest test and dev deps to latest versions.
     new fe3291b  Fix various lint violations and add some ignore pragmas for false positives.
     new dd26aa4  Also upgrade to the latest version of mypy.
     new 1b0f036  Update test requirements.
     new 04637ee  Remove subtree module to work around bug.
     new 842e2bf  Squashed '.github/actions/skip-duplicate-actions/' content from commit f75dd656
     new 12aba11  Merge commit '842e2bf2169a888ff20e6c7ba209a82ca3fd8f21' as '.github/actions/skip-duplicate-actions'
     new b299f5a  Add comment on how to update subtree.
     new dd9810f  Fix Python 3.5 compatibility.
     new 8756b68  Use a submodule instead of subtree.
     new 361e22e  Merge pull request #1622 from Kami/deps_update

The 8724 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:
 .github/actions/skip-duplicate-actions               |  2 +-
 .github/workflows/main.yml                           |  2 +-
 docs/examples/compute/create_ibm_sce_windows_node.py |  2 +-
 docs/examples/compute/gandi/create_node.py           |  2 +-
 docs/examples/compute/gridscale/create_node.py       |  2 +-
 docs/examples/compute/gridscale/deploy_node.py       |  2 +-
 docs/examples/compute/ovh/attach_volume.py           |  2 +-
 docs/examples/compute/ovh/create_node.py             |  2 +-
 libcloud/backup/drivers/gce.py                       |  2 +-
 libcloud/common/gandi.py                             |  4 ++--
 libcloud/common/openstack.py                         |  2 ++
 libcloud/compute/drivers/azure.py                    |  2 +-
 libcloud/compute/drivers/azure_arm.py                |  3 ++-
 libcloud/compute/drivers/gandi.py                    |  2 +-
 libcloud/compute/drivers/gce.py                      |  8 ++++----
 libcloud/compute/drivers/softlayer.py                |  2 +-
 libcloud/compute/drivers/vcloud.py                   |  8 ++++----
 libcloud/container/drivers/gke.py                    |  2 +-
 libcloud/storage/drivers/azure_blobs.py              |  1 +
 libcloud/utils/misc.py                               |  4 ++--
 requirements-tests.txt                               | 17 +++++++++++------
 tox.ini                                              | 15 +++++++++------
 22 files changed, 50 insertions(+), 38 deletions(-)