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 2b1b3d401 Update paramiko version used in the tests.
     new 2ba698553 Add codespell config and run it as part of CI check.
     new 86d92d290 Fix typos in the code using codespell.
     new 1eb270662 Add changelog entry.
     new 86456d9d7 Add changelog entry for #1920.
     new abdfe88b0 Merge pull request #1923 from Kami/codespell_check

The 9745 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                                       |  9 +++++
 libcloud/common/base.py                           |  6 ++--
 libcloud/common/cloudstack.py                     |  2 +-
 libcloud/common/dimensiondata.py                  |  8 ++---
 libcloud/common/gridscale.py                      |  2 +-
 libcloud/common/nttcis.py                         | 10 +++---
 libcloud/common/openstack.py                      |  2 +-
 libcloud/common/upcloud.py                        |  4 +--
 libcloud/common/worldwidedns.py                   |  2 +-
 libcloud/common/zonomi.py                         |  8 ++---
 libcloud/compute/drivers/abiquo.py                |  4 +--
 libcloud/compute/drivers/cloudscale.py            |  2 +-
 libcloud/compute/drivers/cloudstack.py            |  2 +-
 libcloud/compute/drivers/dimensiondata.py         |  2 +-
 libcloud/compute/drivers/ec2.py                   |  6 ++--
 libcloud/compute/drivers/ecs.py                   |  8 ++---
 libcloud/compute/drivers/gce.py                   |  4 +--
 libcloud/compute/drivers/gig_g8.py                |  6 ++--
 libcloud/compute/drivers/gridscale.py             |  4 +--
 libcloud/compute/drivers/kamatera.py              |  2 +-
 libcloud/compute/drivers/kubevirt.py              | 10 +++---
 libcloud/compute/drivers/libvirt_driver.py        |  2 +-
 libcloud/compute/drivers/linode.py                |  6 ++--
 libcloud/compute/drivers/nttcis.py                |  8 ++---
 libcloud/compute/drivers/openstack.py             |  4 +--
 libcloud/compute/drivers/outscale.py              | 42 +++++++++++------------
 libcloud/compute/drivers/ovh.py                   |  8 ++---
 libcloud/compute/drivers/rimuhosting.py           |  2 +-
 libcloud/compute/drivers/upcloud.py               |  4 +--
 libcloud/compute/drivers/vcl.py                   |  2 +-
 libcloud/compute/drivers/vsphere.py               |  8 +++--
 libcloud/compute/drivers/vultr.py                 |  2 +-
 libcloud/container/drivers/docker.py              |  2 +-
 libcloud/container/drivers/kubernetes.py          |  2 +-
 libcloud/container/drivers/lxd.py                 |  2 +-
 libcloud/dns/drivers/durabledns.py                |  4 +--
 libcloud/dns/drivers/gandi_live.py                |  6 ++--
 libcloud/dns/drivers/worldwidedns.py              |  2 +-
 libcloud/loadbalancer/drivers/alb.py              | 10 +++---
 libcloud/loadbalancer/drivers/dimensiondata.py    |  2 +-
 libcloud/loadbalancer/drivers/nttcis.py           |  6 ++--
 libcloud/loadbalancer/drivers/slb.py              |  2 +-
 libcloud/pricing.py                               |  2 +-
 libcloud/storage/base.py                          |  2 +-
 libcloud/storage/drivers/azure_blobs.py           |  2 +-
 libcloud/storage/drivers/backblaze_b2.py          |  2 +-
 libcloud/storage/drivers/google_storage.py        |  2 +-
 libcloud/storage/drivers/oss.py                   |  6 ++--
 libcloud/storage/drivers/s3.py                    |  2 +-
 libcloud/storage/types.py                         |  2 +-
 libcloud/test/__init__.py                         |  4 +--
 libcloud/test/common/test_base.py                 |  2 +-
 libcloud/test/compute/test_abiquo.py              |  6 ++--
 libcloud/test/compute/test_ec2.py                 |  2 +-
 libcloud/test/compute/test_openstack.py           |  4 +--
 libcloud/test/storage/test_digitalocean_spaces.py |  2 +-
 libcloud/test/storage/test_google_storage.py      |  2 +-
 libcloud/test/storage/test_rgw.py                 |  2 +-
 libcloud/test/storage/test_s3.py                  |  2 +-
 libcloud/utils/misc.py                            |  6 ++--
 pyproject.toml                                    |  9 +++++
 requirements-lint.txt                             |  1 +
 tox.ini                                           |  1 +
 63 files changed, 157 insertions(+), 135 deletions(-)

Reply via email to