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 2022/09/05 20:13:49 UTC

[libcloud] branch trunk updated (262ebdbc1 -> 38b33fb41)

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 262ebdbc1 Merge branch 'trunk' of http://gitbox.apache.org/repos/asf/libcloud into trunk
     new d181c9bed Add new bandit lint check and hook it up to the new security_checks GHA job.
     new c91165009 Use latest version of tox.
     new 36dd6857b Update testing Dockerfile to use non EOL Ubuntu 20.04, removed non supported versions (Python 2.5) and add new versions we support (Python 3.9, Python 3.10).
     new e15538699 Update bandit config to ignore xmlrpc related warning since we don't have alternative in older Python versions.
     new 120e2bbe0 Also install missing distutils package in Dockerfile.
     new f7e5b767e Use pypypy-3.8 target in the Dockerfile.
     new 1a90b84ac Add environment marker for paramiko lib to avoid issues running tests under PyPy in Docker image.
     new aaa936b2c Fix test failure under Python 3.6.
     new 3caf330cb Also build and run testing Docker image on GHA to continuously very it works.
     new 5229b2824 Use temporary file path to avoid issues with tests in some environments.
     new 342b0ddcf Add TODO comment.
     new 38b33fb41 Merge pull request #1754 from Kami/security_job_dockerfile_fixes

The 9342 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:
 .bandit.yaml                                | 10 ++++
 .github/workflows/integration-tests.yml     |  2 +-
 .github/workflows/main.yml                  | 74 ++++++++++++++++++++++++++---
 .github/workflows/publish_pricing_to_s3.yml |  2 +-
 contrib/Dockerfile                          | 19 +++++---
 libcloud/test/storage/test_s3.py            |  4 +-
 requirements-tests.txt                      |  1 +
 tox.ini                                     | 16 +++++--
 8 files changed, 108 insertions(+), 20 deletions(-)
 create mode 100644 .bandit.yaml