You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2021/10/26 15:39:49 UTC

[libcloud] branch trunk updated (9ad6f42 -> f1d82ee)

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 9ad6f42  Fix formatting.
     new e7adf14  Update minimum version of requests dependency we require as part of install_requires in setup.py to 2.26.0 when running under Python >= 3.6.
     new 4d25b24  Run dist install + dist install wheels checks on CI for multiple Python versions.
     new 29218a8  Fold it into a single job to reduce number of parallel jobs and speed things up.
     new 636dc14  Add missing file.
     new fb5486a  Fix small issue detected by pylint.
     new 1b66d83  Fix typo.
     new 3a69dff  Also run dist checks under Python 3.10.
     new 77a8d65  Update dist check.
     new 592abbf  Print python version.
     new 464c459  Move the assignment to make race less likely to occur.
     new 71f4f1f  Add a new CI job which runs on daily basis and verifies Libcloud can be installed from pip using all the supported versions.
     new 6a5eafc  Add skip duplicates pre job to CodeQL workflow.
     new eb655e4  Add job timeouts to all the jobs.
     new 819d285  Remove testing changes.
     new 7f61280  Try pinning docutils to see if it fixes new build failure which just started happening today.
     new 7ed2b02  Re-regenerate supported providers tables.
     new f1d82ee  Merge pull request #1619 from Kami/requests_changes

The 8700 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:
 .github/workflows/codeql-analysis.yml              |  25 ++++
 .github/workflows/install_test.yml                 |  42 +++++++
 .github/workflows/main.yml                         |  10 +-
 .github/workflows/publish_pricing_to_s3.yml        |   1 +
 CHANGES.rst                                        |  14 +++
 docs/compute/_supported_methods_block_storage.rst  |   2 +-
 .../_supported_methods_key_pair_management.rst     |   2 +-
 docs/compute/_supported_methods_main.rst           |   2 +-
 libcloud/test/dns/test_base.py                     |   3 +-
 requirements-tests.txt                             |   3 +-
 .../{check_file_names.sh => dist_install_check.sh} |  32 +++--
 ...k_file_names.sh => dist_wheel_install_check.sh} |  33 +++--
 setup.py                                           |  13 +-
 tox.ini                                            | 135 ++++++++++++++++-----
 14 files changed, 251 insertions(+), 66 deletions(-)
 create mode 100644 .github/workflows/install_test.yml
 copy scripts/{check_file_names.sh => dist_install_check.sh} (59%)
 copy scripts/{check_file_names.sh => dist_wheel_install_check.sh} (57%)