This is an automated email from the ASF dual-hosted git repository.

micafer pushed a change to branch dependabot/pip/pyupgrade-3.21.2
in repository https://gitbox.apache.org/repos/asf/libcloud.git


    from 2eb5c0d60 Bump pyupgrade from 3.3.1 to 3.21.2
     add 35cfbfccb Disable tests temporary to move to py12
     add 09bc86fac Bump astral-sh/setup-uv from 8.1.0 to 8.3.0
     add b83a2d3b0 Merge pull request #2148 from 
apache/dependabot/github_actions/astral-sh/setup-uv-8.3.0
     add 29e7b7103 Bump actions/checkout from 6 to 7
     add a76db2967 Merge pull request #2149 from 
apache/dependabot/github_actions/actions/checkout-7
     add c86718973 Bump pytest-timeout from 2.3.1 to 2.4.0
     add 283ee002a Merge pull request #2151 from 
apache/dependabot/pip/pytest-timeout-2.4.0
     add fd9a6849e Merge branch 'trunk' into disable_test_tmp
     add 0fc37ae2a Merge pull request #2153 from apache/disable_test_tmp
     add b743157f7 Move tests to py3.12. Implements #2146 (#2152)
     add 53cda5d65 Correct dependencies
     add 510b0314a Correct dependencies
     add b8592ed5a Add msg in changelog
     add 74e268145 Merge pull request #2157 from apache/correct_deps
     add 32d26d665 Merge branch 'trunk' into correct_deps
     add 796657498 Merge pull request #2158 from apache/correct_deps
     add 81ab33da3 Bump actions/cache from 5 to 6
     add f6ffde7b2 Merge branch 'trunk' into 
dependabot/github_actions/actions/cache-6
     add 905642001 Merge pull request #2154 from 
apache/dependabot/github_actions/actions/cache-6
     add bbe4efc48 Fix Azure ARM create_node JSON error with ex_customdata
     add cf7498538 Add volume support and start stop operations
     add 4a9e7d09f Fix to 1.2 version
     add de658406a Fix black
     add 0f5fb8f40 Fix isort
     add b7c091db2 Add API key in the driver auth
     add 7a8fa678b Move to new 1.3 API
     add aee52db77 Add firewall functions
     add 3dff5be70 Merge branch 'trunk' into improve_upload
     add a12936a48 fix Storage cloning state mapping
     add 3bbc87db2 Add changelog msg
     add 7e31baae9 Bump astral-sh/setup-uv from 8.3.0 to 8.3.2 (#2155)
     add a078b92d8 Fix CodeQL atmos error
     add f2765fe12 Merge pull request #2160 from apache/fix_codeql_atmos_error
     add ddafe522f Merge branch 'trunk' into improve_upload
     add fbbfd0860 Merge pull request #2147 from apache/improve_upload
     add 2b6b40f04 Merge branch 'trunk' into fix/azure-arm-customdata-1893
     add d74c50e47 Update ex_customdata docstring type to include bytes
     add c8a13eb8b Merge pull request #2159 from 
Sanjays2402/fix/azure-arm-customdata-1893
     add 3fde7b522 Bump pytest from 9.0.3 to 9.1.1
     add cd3e5ac6d Merge branch 'trunk' into dependabot/pip/pytest-9.1.1
     add 2ec566dd5 Merge pull request #2156 from 
apache/dependabot/pip/pytest-9.1.1
     add 9cf540806 Merge branch 'trunk' into dependabot/pip/pyupgrade-3.21.2

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |   4 +-
 .github/workflows/codeql-analysis.yml              |   2 +-
 .github/workflows/depsreview.yaml                  |   2 +-
 .github/workflows/install-tests.yml                |   4 +-
 .github/workflows/integration-tests.yml            |   8 +-
 .github/workflows/main.yml                         |  62 +--
 .github/workflows/publish_dev_artifact.yml         |   6 +-
 .github/workflows/publish_pricing_to_s3.yml        |   6 +-
 CHANGES.rst                                        |  20 +
 contrib/Dockerfile                                 |  11 +-
 docs/compute/drivers/upcloud.rst                   |  42 +-
 libcloud/common/upcloud.py                         |  34 +-
 libcloud/compute/drivers/azure_arm.py              |   8 +-
 libcloud/compute/drivers/upcloud.py                | 423 ++++++++++++++++++++-
 libcloud/storage/drivers/atmos.py                  |   3 +
 libcloud/test/common/test_upcloud.py               |  13 +
 ...orage_01d4fcd4-e446-433b-8a9c-551a1284952e.json |  22 ++
 .../fixtures/upcloud/api_1_2_storage_create.json   |  20 +
 .../fixtures/upcloud/api_1_2_storage_normal.json   |  31 ++
 libcloud/test/compute/test_azure_arm.py            |  51 +++
 libcloud/test/compute/test_upcloud.py              | 386 ++++++++++++++++++-
 pyproject.toml                                     |  16 +-
 scripts/time_imports.sh                            |   4 +-
 tox.ini                                            |  14 +-
 uv.lock                                            | 158 ++++++--
 25 files changed, 1200 insertions(+), 150 deletions(-)
 create mode 100644 
libcloud/test/compute/fixtures/upcloud/api_1_2_storage_01d4fcd4-e446-433b-8a9c-551a1284952e.json
 create mode 100644 
libcloud/test/compute/fixtures/upcloud/api_1_2_storage_create.json
 create mode 100644 
libcloud/test/compute/fixtures/upcloud/api_1_2_storage_normal.json

Reply via email to