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/12 23:21:58 UTC

[libcloud] branch trunk updated (d72d4a3 -> a7eb9fa)

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 d72d4a3  Update example in the docs.
     new 35782e4  Update changelog - remove duplicated common section.
     new a7eb9fa  Fix formatting in the changes file.

The 2 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:
 CHANGES.rst | 41 +++++++++++++++++++----------------------
 1 file changed, 19 insertions(+), 22 deletions(-)

[libcloud] 01/02: Update changelog - remove duplicated common section.

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 35782e477e9d0813c0424f0aff352d4a45ae7cb8
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sun Mar 13 00:18:30 2022 +0100

    Update changelog - remove duplicated common section.
---
 CHANGES.rst | 29 +++++++++++++----------------
 1 file changed, 13 insertions(+), 16 deletions(-)

diff --git a/CHANGES.rst b/CHANGES.rst
index f4e1f40..316d268 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -7,6 +7,19 @@ Changes in Apache Libcloud 3.5.0
 Common
 ~~~~~~
 
+- Support for Python 3.5 which has been EOL for more than a year now has been
+  removed.
+
+  If you still want to use Libcloud with Python 3.5, you should use an older
+  release which still supports Python 3.5.
+  (GITHUB-1620)
+
+- Update code which retries failed HTTP requests to also retry failed "raw"
+  requests and make sure we also wrap and retry piece of code where Response
+  class is instantiated and exceptions can be thrown.
+  [Daniel Draper - @Germandrummer92]
+  (GITHUB-1592)
+
 - Update AWS error response parsing code so it also correctly handles error XML
   responses without a namespace in the response body.
 
@@ -122,22 +135,6 @@ Storage
   (GITHUB-1633)
   [@reixd]
 
-Common
-~~~~~~
-
-- Support for Python 3.5 which has been EOL for more than a year now has been
-  removed.
-
-  If you still want to use Libcloud with Python 3.5, you should use an older
-  release which still supports Python 3.5.
-  (GITHUB-1620)
-
-- Update code which retries failed HTTP requests to also retry failed "raw"
-  requests and make sure we also wrap and retry piece of code where Response
-  class is instantiated and exceptions can be thrown.
-  [Daniel Draper - @Germandrummer92]
-  (GITHUB-1592)
-
 Other
 ~~~~~
 

[libcloud] 02/02: Fix formatting in the changes file.

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 a7eb9fa3cb9c90f323eb0cd87647e8874cf25d5c
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sun Mar 13 00:20:05 2022 +0100

    Fix formatting in the changes file.
---
 CHANGES.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/CHANGES.rst b/CHANGES.rst
index 316d268..9fdb466 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1191,7 +1191,7 @@ Changes in Apache Libcloud v2.8.0
 ---------------------------------
 
 Common
-------
+~~~~~~
 
 - Fix a regression with ``get_driver()`` method not working if ``provider``
   argument value was a string (e.g. using ``get_driver('openstack')``
@@ -1221,7 +1221,7 @@ Common
   [Tomaz Muraus]
 
 Compute
--------
+~~~~~~~
 
 - [DigitalOcean] Fix ``attach_volume`` and ``detach_volume`` methods.
   Previously those two methods incorrectly passed volume id instead of
@@ -1278,7 +1278,7 @@ Compute
   [Tomaz Muraus]
 
 Storage
--------
+~~~~~~~
 
 - [AWS S3] Make sure ``host`` driver constructor argument has priority
   over ``region`` argument.
@@ -1293,14 +1293,14 @@ Changes in Apache Libcloud v2.7.0
 ---------------------------------
 
 General
--------
+~~~~~~~
 
 - Test code with Python 3.8 and advertise that we also support Python 3.8.
   (GITHUB-1371, GITHUB-1374)
   [Tomaz Muraus]
 
 Common
-------
+~~~~~~
 
 - [OpenStack] Fix OpenStack project scoped token authentication. The driver
   constructors now accept ``ex_tenant_domain_id`` argument which tells
@@ -1309,7 +1309,7 @@ Common
   [kshtsk]
 
 Compute
--------
+~~~~~~~
 
 - Introduce type annotations for the base compute API methods. This means you
   can now leverage mypy to type check (with some limitations) your code which