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/11/10 18:28:10 UTC

[libcloud] branch trunk updated (2c3e380 -> bc4a73a)

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 2c3e380  Fix mypy violation.
     new 316a3df  Drop support for Python 3.5.
     new 50b2805  Remove support for Python 3.5 from tox and GHA workflow.
     new 91591ad  Merge branch 'trunk' into drop_python_35_support
     new 88fa5a1  Add changelog and upgrade notes entry.
     new c1ee895  Fix tox config.
     new 2b8d521  Remove tox targets we don't need anymore.
     new a293b96  Simplify requirements now that we don't support Python 3.5 anymore.
     new a1e148d  Update setup.py now that we don't support 3.5 anymore.
     new bc4a73a  Merge pull request #1620 from Kami/drop_python_35_support

The 8798 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/main.yml |  1 -
 CHANGES.rst                |  7 +++++++
 README.rst                 | 17 +++++++++--------
 docs/upgrade_notes.rst     | 11 ++++++++++-
 requirements-tests.txt     | 12 ------------
 setup.py                   | 23 +++++++++--------------
 tox.ini                    | 29 +++--------------------------
 7 files changed, 38 insertions(+), 62 deletions(-)