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:59 UTC

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

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
 ~~~~~