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/03/05 11:53:29 UTC

[libcloud] branch trunk updated (4265e32 -> 332476d)

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 4265e32  Merge branch 'trunk' of http://gitbox.apache.org/repos/asf/libcloud into trunk
     new 74272b0  Fix docs formatting, remove some documents from TOC.
     new 903c8ea  Update supported Python versions doc page.
     new 332476d  Update IRC channel info.

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:
 docs/developer_information.rst     |  2 +-
 docs/index.rst                     | 11 +++++++----
 docs/supported_python_versions.rst | 13 +++++++++++--
 3 files changed, 19 insertions(+), 7 deletions(-)

[libcloud] 03/03: Update IRC channel info.

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 332476d38d5d5797123b35222603cc007df71f32
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat Mar 5 12:52:39 2022 +0100

    Update IRC channel info.
---
 docs/developer_information.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/developer_information.rst b/docs/developer_information.rst
index 3ab027a..ee5e2c9 100644
--- a/docs/developer_information.rst
+++ b/docs/developer_information.rst
@@ -79,7 +79,7 @@ Archive of old incubator mailing lists:
 IRC
 ---
 
-* #libcloud on Freenode
+* #libcloud on Libera.chat (https://libera.chat)
 
 .. _issue-tracker:
 

[libcloud] 01/03: Fix docs formatting, remove some documents from TOC.

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 74272b06e76bbf4ec44706983d39e1e3382b1313
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat Mar 5 12:49:42 2022 +0100

    Fix docs formatting, remove some documents from TOC.
---
 docs/index.rst | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/docs/index.rst b/docs/index.rst
index afe6d1f..b6b2f8f 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -2,9 +2,8 @@ Welcome to Apache Libcloud's documentation!
 ===========================================
 
 .. note::
-
-    Libcloud v3.5.0 dropped support for Python 3.5 and now only supports Python
-    >= 3.6.
+   Libcloud v3.5.0 dropped support for Python 3.5 and now only supports Python
+   >= 3.6.
 
    Libcloud v3.0.0 dropped support for Python 2.7 and Python 3.4 and now only
    supports Python >= 3.5.
@@ -57,7 +56,11 @@ Main
     troubleshooting
     api_docs
     faq
-    other/*
+    other/registering-a-third-party-driver
+    other/ssl-certificate-validation
+    other/using-http-proxy
+    other/working-with-oo-apis
+    other/using-libcloud-in-multithreaded-and-async-environments
 
 Developer Information
 ---------------------

[libcloud] 02/03: Update supported Python versions doc page.

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 903c8ea1286ceea6fc2b5d7deee17b303b4e584f
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat Mar 5 12:50:37 2022 +0100

    Update supported Python versions doc page.
---
 docs/supported_python_versions.rst | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/docs/supported_python_versions.rst b/docs/supported_python_versions.rst
index d136161..6d74296 100644
--- a/docs/supported_python_versions.rst
+++ b/docs/supported_python_versions.rst
@@ -4,11 +4,20 @@ Supported Python Versions
 Currently Supported Python Versions
 -----------------------------------
 
-Libcloud from v3.0.0 and above supports CPython 3.5, 3.6, 3.7, 3.8 and PyPy 3.
+Libcloud v3.5.0 and above supports CPython >= 3.6 and PyPy >= 3.6.
 
-Those are also the versions we continuously run our tests with on Travis CI
+Those are also the versions we continuously run our tests with on Github Actions
 (https://travis-ci.org/apache/libcloud).
 
+Python Python 3.5
+-----------------
+
+Support for CPython 3.5 was dropped in Libcloud v3.5.0.
+
+If you still need to use Libcloud with one of those versions, you can use
+Libcloud v3.4.x which is the last release which supports those Python
+versions.
+
 Python 2.7 and Python 3.4
 -------------------------