libcloud icon indicating copy to clipboard operation
libcloud copied to clipboard

Apache Libcloud is a Python library which hides differences between different cloud provider APIs and allows you to manage different cloud resources through a unified and easy to use API.

Results 158 libcloud issues
Sort by recently updated
recently updated
newest added

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.0 to 4.3.1. Release notes Sourced from codecov/codecov-action's releases. v4.3.1 What's Changed build(deps-dev): bump typescript from 5.4.4 to 5.4.5 by @​dependabot in codecov/codecov-action#1370 fix: more verbose log...

external dependency
github_actions

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. Release notes Sourced from github/codeql-action's releases. CodeQL Bundle v2.17.1 Bundles CodeQL CLI v2.17.1 (changelog, release) Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.17.1: codeql/cpp-queries...

external dependency
github_actions

Bumps [tox](https://github.com/tox-dev/tox) from 4.8.0 to 4.15.0. Release notes Sourced from tox's releases. 4.15.0 What's Changed Remove duplicated and misleading configuration section by @​jugmac00 in tox-dev/tox#3251 Fix dropped leading characters c...

external dependency
python

Bumps [bandit[toml]](https://github.com/PyCQA/bandit) from 1.7.5 to 1.7.8. Release notes Sourced from bandit[toml]'s releases. 1.7.8 What's Changed Incorrect tag naming in readme by @​lukehinds in PyCQA/bandit#1105 Utilize PyPI's trusted publishing by @​ericwb...

external dependency
python

Hey 👋 , So, is there a way to connect azure services using managed identities. Incase of google I can see support for service account https://github.com/apache/libcloud/blob/6e39117d6f686e2f49b12fc8a24168d13b6e0ada/libcloud/common/google.py#L542 Also, I see that...

Hi! In the current implementation the AWS region eu-west-3 is not supported. I include this region in my fork to enable operations in eu-west-3 as well.

Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.4 to 7.1.0. Commits 65a38c4 Release 7.1.0 34c97e0 Merge pull request #1939 from PyCQA/new-pycodestyle defd315 latest pycodestyle 408d4d6 Merge pull request #1930 from mzagol/patch-1 866ad72 Add --extend-exclude...

external dependency
python

Bumps [isort[pyproject]](https://github.com/pycqa/isort) from 5.12.0 to 5.13.2. Release notes Sourced from isort[pyproject]'s releases. 5.13.2 Changes Apply the bracket fix from issue 471 only for use_parentheses=True (#2184) @​bp72 confine pre-commit to stages...

external dependency
python

### Description This pull request adds a new GHA job as part of the CI workflow which builds the release artifacts and verifies it. As part of the verification step,...

ci/cd
github_actions

## Mark MockHttp as not for collection by pytest ### Description pytest 8.2.0 contains a regression that will collect non-test classes, so as to be explicit about it, mark MockHttp...