This is an automated email from the ASF dual-hosted git repository.
micafer pushed a change to branch dependabot/pip/rstcheck-6.2.5
in repository https://gitbox.apache.org/repos/asf/libcloud.git
from ba6cd711f Bump rstcheck from 6.2.4 to 6.2.5
add 9b0c1218c check rrset type before generating the patch request
add 4ccf1ea66 use API v2 as default
add e7fdefdb3 Merge branch 'trunk' into rcode0-driver-types-fix
add 74515cb13 rcode0-driver: fix tests
add 75e4f48c3 rcode0-driver: add regressiontest for #2042
add 2129f38d6 Merge branch 'trunk' into rcode0-driver-types-fix
add 5b56d3992 Merge branch 'trunk' into rcode0-driver-types-fix
add 53d1e8eae signed upload method on azure and s3
add e6bba9775 add test and providers
add 547899eaa Merge branch 'trunk' into
feature/signed-uploads-on-azure-and-s3
add dad339b84 linter
add 72262a8d2 Merge branch 'trunk' into
feature/signed-uploads-on-azure-and-s3
add 1171660a2 better docs
add c00084855 Merge branch 'trunk' into
feature/signed-uploads-on-azure-and-s3
add c2bd6f4c0 Fix error in py313
add 8650616a4 Merge pull request #2121 from apache/fix_py313_test
add 191dfb16b Merge branch 'trunk' into
feature/signed-uploads-on-azure-and-s3
add b92fdb431 Update CHANGELOG
add a96b09815 Merge pull request #2058 from
Polandia94/feature/signed-uploads-on-azure-and-s3
add 3226a384a Merge branch 'trunk' into rcode0-driver-types-fix
add 72b44ec59 Update CHANGELOG
add 66f7c24af Merge pull request #2038 from MikeAT/rcode0-driver-types-fix
add de03f1d92 Add python 3.14 unit tests (#2122)
add 3fb37a2d2 Consistent handling of HTTP/S proxy environment variables
(#2079)
add f04b7970b Add verify_ssl option (#2128)
add 6931d468b Document verify_ssl option for VSphere
add 50799aacd Increase cumulative import time limit to 1 second
add 5b741d622 Merge pull request #2131 from apache/update-changelog
add 5ed9b93d0 Prepare release 3.9.1
add 37dbca771 Triggering build
add 2db29eb51 Triggering build
add 4636d85c1 Merge pull request #2136 from apache/new_rel_3.9.1
add f3af38f0d Update deps (#2137)
add 4e3c975bc Support paramiko 4 changes
add 52794f886 Merge pull request #2135 from
s-t-e-v-e-n-k/support-paramiko-4
add fb29d44ca Update CHANGES.rst for version 3.9.2
add 8ad8f155b Merge pull request #2138 from apache/changelog_update
add 0e3b5b5d6 Bump astral-sh/setup-uv from 7.1.6 to 8.1.0
add 74c7f3f3d Merge pull request #2139 from
apache/dependabot/github_actions/astral-sh/setup-uv-8.1.0
add ca32e0c69 Bump actions/upload-artifact from 6 to 7
add 30fb817b7 Merge branch 'trunk' into
dependabot/github_actions/actions/upload-artifact-7
add fba74cad5 Merge pull request #2126 from
apache/dependabot/github_actions/actions/upload-artifact-7
add 575ef765c Merge branch 'trunk' into dependabot/pip/rstcheck-6.2.5
No new revisions were added by this update.
Summary of changes:
.github/workflows/integration-tests.yml | 2 +-
.github/workflows/main.yml | 15 +-
.github/workflows/publish_dev_artifact.yml | 6 +-
.github/workflows/publish_pricing_to_s3.yml | 2 +-
CHANGES.rst | 27 +++
doap_libcloud.rdf | 7 +
libcloud/__init__.py | 2 +-
libcloud/common/abiquo.py | 1 +
libcloud/common/base.py | 8 +-
libcloud/common/dimensiondata.py | 1 +
libcloud/common/google.py | 9 +-
libcloud/common/openstack.py | 2 +-
libcloud/common/openstack_identity.py | 2 +-
libcloud/compute/base.py | 1 -
libcloud/compute/deployment.py | 1 -
libcloud/compute/drivers/azure_arm.py | 6 +-
libcloud/compute/drivers/digitalocean.py | 1 +
libcloud/compute/drivers/dummy.py | 1 +
libcloud/compute/drivers/ecs.py | 14 +-
libcloud/compute/drivers/equinixmetal.py | 3 +-
libcloud/compute/drivers/gandi.py | 3 +-
libcloud/compute/drivers/gce.py | 1 -
libcloud/compute/drivers/gig_g8.py | 1 +
libcloud/compute/drivers/kamatera.py | 1 +
libcloud/compute/drivers/kubevirt.py | 1 +
libcloud/compute/drivers/linode.py | 3 +-
libcloud/compute/drivers/nttcis.py | 1 +
libcloud/compute/drivers/openstack.py | 7 +-
libcloud/compute/drivers/ovh.py | 1 +
libcloud/compute/drivers/rackspace.py | 1 +
libcloud/compute/drivers/rimuhosting.py | 1 +
libcloud/compute/drivers/upcloud.py | 1 +
libcloud/compute/drivers/vcloud.py | 1 +
libcloud/compute/drivers/vpsnet.py | 1 +
libcloud/compute/drivers/vsphere.py | 4 +-
libcloud/compute/drivers/vultr.py | 1 +
libcloud/compute/providers.py | 1 -
libcloud/compute/ssh.py | 4 +-
libcloud/container/drivers/lxd.py | 4 +-
libcloud/dns/drivers/durabledns.py | 1 +
libcloud/dns/drivers/google.py | 2 +-
libcloud/dns/drivers/nfsn.py | 1 +
libcloud/dns/drivers/powerdns.py | 1 +
libcloud/dns/drivers/rcodezero.py | 9 +-
libcloud/dns/drivers/vultr.py | 1 +
libcloud/http.py | 14 +-
libcloud/loadbalancer/drivers/elb.py | 21 +-
libcloud/pricing.py | 1 -
libcloud/storage/drivers/azure_blobs.py | 21 +-
libcloud/storage/drivers/local.py | 1 -
libcloud/storage/drivers/oss.py | 2 +-
libcloud/storage/drivers/ovh.py | 31 ++-
libcloud/storage/drivers/s3.py | 15 +-
libcloud/storage/drivers/scaleway.py | 32 ++-
libcloud/test/common/test_google.py | 1 +
libcloud/test/common/test_openstack_identity.py | 6 +-
libcloud/test/compute/test_abiquo.py | 1 +
libcloud/test/compute/test_dimensiondata_v2_3.py | 24 +--
libcloud/test/compute/test_dimensiondata_v2_4.py | 24 +--
libcloud/test/compute/test_nttcis.py | 24 +--
libcloud/test/compute/test_ssh_client.py | 42 ++--
.../test/dns/fixtures/rcodezero/list_records.json | 11 +
libcloud/test/dns/test_rcodezero.py | 36 +++-
libcloud/test/loadbalancer/test_gce.py | 1 +
libcloud/test/storage/test_aurora.py | 7 +
libcloud/test/storage/test_azure_blobs.py | 9 +
libcloud/test/storage/test_s3.py | 17 ++
libcloud/test/test_connection.py | 59 +++--
libcloud/utils/files.py | 2 +-
pyproject.toml | 11 +-
scripts/time_imports.sh | 2 +-
tox.ini | 1 +
uv.lock | 238 +++++++++++++--------
73 files changed, 540 insertions(+), 278 deletions(-)