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 2023/01/02 17:44:39 UTC

[libcloud] branch trunk updated (692359096 -> 2265dd010)

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 692359096 Fix lint.
     add 233feb05e Bump pyopenssl from 22.1.0 to 23.0.0
     add da37f4d2c Bump cryptography from 38.0.4 to 39.0.0
     new 81789df20 Merge remote-tracking branch 'remotes/upstream/dependabot/pip/cryptography-39.0.0' into trunk
     new 9cff0d0ee Update info on Python version compatibility.
     new 2265dd010 Remove py3.6 tox target.

The 3 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:
 README.rst             | 15 +++++++++------
 requirements-tests.txt |  4 ++--
 tox.ini                |  2 +-
 3 files changed, 12 insertions(+), 9 deletions(-)


[libcloud] 02/03: Update info on Python version compatibility.

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 9cff0d0ee89a61d677229b5f5bb386eb712e0fa1
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon Jan 2 18:35:15 2023 +0100

    Update info on Python version compatibility.
---
 README.rst | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/README.rst b/README.rst
index 7b29871d8..87aad235c 100644
--- a/README.rst
+++ b/README.rst
@@ -62,10 +62,10 @@ through a unified and easy to use API.
 :Issues:        https://issues.apache.org/jira/projects/LIBCLOUD/issues
 :Website:       https://libcloud.apache.org/
 :Documentation: https://libcloud.readthedocs.io
-:Supported Python Versions: Python >= 3.6, PyPy >= 3.6, Python 3.10 + Pyjion
+:Supported Python Versions: Python >= 3.7, PyPy >= 3.7, Python 3.10 + Pyjion
                             (Python 2.7 and Python 3.4 is supported by the
                             v2.8.x release series, last version which supports
-                            Python 3.5 is v3.4.0)
+                            Python 3.5 is v3.4.0 and v3.6.x for Python 3.6)
 
 Resources you can manage with Libcloud are divided into the following categories:
 
@@ -88,13 +88,16 @@ Documentation can be found at <https://libcloud.readthedocs.org>.
 Note on Python Version Compatibility
 ====================================
 
-Libcloud supports Python >= 3.6 and PyPy >= 3.6.
+Libcloud supports Python >= 3.7 and PyPy >= 3.7.
 
-Support for Python 3.5 has been dropped in v3.5.0 release (in development).
-Last release series which still supports Python 3.5 is v3.4.x.
+Support for Python 3.6 has been dropped in v3.7.0 release.
+Last release series which supports Python 3.6 is v3.6.x.
+
+Support for Python 3.5 has been dropped in v3.5.0 release.
+Last release series which supports Python 3.5 is v3.4.x.
 
 Support for Python 2.7 and 3.4 has been dropped in Libcloud v3.0.0 (last
-release series which still support Python 2.7 and Python 3.4 is v2.8.x).
+release series which support Python 2.7 and Python 3.4 is v2.8.x).
 
 Feedback
 ========


[libcloud] 03/03: Remove py3.6 tox target.

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 2265dd010951fdcdacb5d781c5ee11d97ea6fd6f
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon Jan 2 18:44:06 2023 +0100

    Remove py3.6 tox target.
---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index c823b909c..d24e558b3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = py{pypy3,3.6,3.7,3.8,3.9,3.10,pyjion},checks,lint,pylint,pyupgrade,isort,black,mypy,docs,coverage,integration-storage
+envlist = py{pypy3,3.7,3.8,3.9,3.10,pyjion},checks,lint,pylint,pyupgrade,isort,black,mypy,docs,coverage,integration-storage
 skipsdist = true
 requires =
     wheel


[libcloud] 01/03: Merge remote-tracking branch 'remotes/upstream/dependabot/pip/cryptography-39.0.0' into trunk

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 81789df202493f274d9d19b9c545a678308af437
Merge: 233feb05e da37f4d2c
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon Jan 2 18:33:39 2023 +0100

    Merge remote-tracking branch 'remotes/upstream/dependabot/pip/cryptography-39.0.0' into trunk

 requirements-tests.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --cc requirements-tests.txt
index 281151c84,173c150e5..e203a183b
--- a/requirements-tests.txt
+++ b/requirements-tests.txt
@@@ -6,10 -6,10 +6,10 @@@ pytest==7.2.
  pytest-xdist==3.1.0
  pytest-timeout==2.1.0
  pytest-benchmark[histogram]==4.0.0
- cryptography==38.0.4
+ cryptography==39.0.0
  
  # NOTE: Only needed by nttcis loadbalancer driver
 -pyopenssl==22.1.0
 +pyopenssl==23.0.0
  
  more-itertools==9.0.0