This is an automated email from the ASF dual-hosted git repository.
tison pushed a change to branch
dependabot/github_actions/codecov/codecov-action-5.4.3
in repository https://gitbox.apache.org/repos/asf/libcloud.git
from c46efff63 Merge branch 'trunk' into
dependabot/github_actions/codecov/codecov-action-5.4.3
add f64c857a9 ci: Drop Python 3.9 checks (#2093)
add 0a3744612 Adopt uv for dependency management and require Python 3.10
(#2085)
add 732703c86 Merge branch 'trunk' into
dependabot/github_actions/codecov/codecov-action-5.4.3
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 5 +-
.github/workflows/install-tests.yml | 5 +-
.github/workflows/integration-tests.yml | 13 +-
.github/workflows/main.yml | 138 +-
.github/workflows/publish_dev_artifact.yml | 6 +-
.github/workflows/publish_pricing_to_s3.yml | 6 +-
.readthedocs.yml | 7 +-
MANIFEST.in | 3 -
README.rst | 9 +-
contrib/Dockerfile | 8 +-
docs/development.rst | 27 +
docs/index.rst | 7 +-
docs/supported_python_versions.rst | 13 +-
docs/testing.rst | 13 +-
integration/compute/README.rst | 2 +-
integration/compute/requirements.txt | 2 -
integration/storage/README.rst | 2 +-
integration/storage/requirements.txt | 6 -
pyproject.toml | 66 +-
requirements-ci.txt | 1 -
requirements-dev.txt | 4 -
requirements-docs.txt | 4 -
requirements-lint.txt | 13 -
requirements-mypy.txt | 7 -
requirements-rtd.txt | 3 -
requirements-tests.txt | 17 -
tox.ini | 80 +-
uv.lock | 2313 +++++++++++++++++++++++++++
28 files changed, 2582 insertions(+), 198 deletions(-)
delete mode 100644 integration/compute/requirements.txt
delete mode 100644 integration/storage/requirements.txt
delete mode 100644 requirements-ci.txt
delete mode 100644 requirements-dev.txt
delete mode 100644 requirements-docs.txt
delete mode 100644 requirements-lint.txt
delete mode 100644 requirements-mypy.txt
delete mode 100644 requirements-rtd.txt
delete mode 100644 requirements-tests.txt
create mode 100644 uv.lock