Author: tomaz
Date: Thu May 30 18:32:25 2019
New Revision: 1860416
URL: http://svn.apache.org/viewvc?rev=1860416&view=rev
Log:
Update info on supported Python versions.
Modified:
libcloud/site/trunk/generated/about.html
libcloud/site/trunk/generated/blog/atom.xml
libcloud/site/trunk/generated/sitemap.xml
libcloud/site/trunk/source/about.md
Modified: libcloud/site/trunk/generated/about.html
URL:
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/about.html?rev=1860416&r1=1860415&r2=1860416&view=diff
==============================================================================
--- libcloud/site/trunk/generated/about.html (original)
+++ libcloud/site/trunk/generated/about.html Thu May 30 18:32:25 2019
@@ -145,14 +145,19 @@ the project graduated from the incubator
<p>Libcloud supports the following Python version:</p>
<ul>
-<li>Python 2.5,</li>
-<li>Python 2.6,</li>
<li>Python 2.7,</li>
-<li>PyPy,</li>
-<li>Python 3 (since 0.7.1)</li>
+<li>Python 3.4</li>
+<li>Python 3.5</li>
+<li>Python 3.6</li>
+<li>Python 3.7 (since 2.5.0)</li>
+<li>PyPy 2 (2.7.x),</li>
+<li>PyPy 3 (3.5.x, 3.6.x)</li>
</ul>
-<p>Support for Python 2.4 has been dropped in <strong>Libcloud
0.4.0</strong>.</p>
+<p>First version which introduced Python 3 support was 0.7.1.</p>
+
+<p>Support for Python 2.4 has been dropped in <strong>Libcloud 0.4.0</strong>,
Python 2.5 in
+2016 and Python 2.6 and 3.3 in <code>Libcloud 2.3.0</code>.</p>
<p><a name="release-schedule" id="release-schedule"><h2 class="anchor">Release
Schedule</h2></a></p>
Modified: libcloud/site/trunk/generated/blog/atom.xml
URL:
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/atom.xml?rev=1860416&r1=1860415&r2=1860416&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/atom.xml (original)
+++ libcloud/site/trunk/generated/blog/atom.xml Thu May 30 18:32:25 2019
@@ -5,7 +5,7 @@
<link href="https://libcloud.apache.org" rel="self" />
<link href="https://libcloud.apache.org" />
<id>https://libcloud.apache.org</id>
- <updated>2019-05-30T20:23:18+02:00</updated>
+ <updated>2019-05-30T20:31:44+02:00</updated>
<author>
<name>The Apache Software Foundation</name>
</author>
Modified: libcloud/site/trunk/generated/sitemap.xml
URL:
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/sitemap.xml?rev=1860416&r1=1860415&r2=1860416&view=diff
==============================================================================
--- libcloud/site/trunk/generated/sitemap.xml (original)
+++ libcloud/site/trunk/generated/sitemap.xml Thu May 30 18:32:25 2019
@@ -400,7 +400,7 @@
</url>
<url>
<loc>https://libcloud.apache.org/about.html</loc>
- <lastmod>2016-05-14T19:47:18+02:00</lastmod>
+ <lastmod>2019-05-30T20:31:40+02:00</lastmod>
</url>
<url>
<loc>https://libcloud.apache.org/blog/blog/</loc>
Modified: libcloud/site/trunk/source/about.md
URL:
http://svn.apache.org/viewvc/libcloud/site/trunk/source/about.md?rev=1860416&r1=1860415&r2=1860416&view=diff
==============================================================================
--- libcloud/site/trunk/source/about.md (original)
+++ libcloud/site/trunk/source/about.md Thu May 30 18:32:25 2019
@@ -40,13 +40,18 @@ For a full timeline of the events and ot
Libcloud supports the following Python version:
-* Python 2.5,
-* Python 2.6,
* Python 2.7,
-* PyPy,
-* Python 3 (since 0.7.1)
+* Python 3.4
+* Python 3.5
+* Python 3.6
+* Python 3.7 (since 2.5.0)
+* PyPy 2 (2.7.x),
+* PyPy 3 (3.5.x, 3.6.x)
-Support for Python 2.4 has been dropped in **Libcloud 0.4.0**.
+First version which introduced Python 3 support was 0.7.1.
+
+Support for Python 2.4 has been dropped in **Libcloud 0.4.0**, Python 2.5 in
+2016 and Python 2.6 and 3.3 in ``Libcloud 2.3.0``.
<a name="release-schedule" id="release-schedule"><h2 class="anchor">Release
Schedule</h2></a>