From notifications-return-16651-archive-asf-public=cust-asf.ponee.io@libcloud.apache.org Thu Jan 2 19:53:49 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 853F11806C5 for ; Thu, 2 Jan 2020 20:53:48 +0100 (CET) Received: (qmail 79357 invoked by uid 500); 2 Jan 2020 19:53:48 -0000 Mailing-List: contact notifications-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list notifications@libcloud.apache.org Received: (qmail 79120 invoked by uid 500); 2 Jan 2020 19:53:47 -0000 Delivered-To: apmail-libcloud-commits@libcloud.apache.org Received: (qmail 79082 invoked by uid 99); 2 Jan 2020 19:53:47 -0000 Received: from Unknown (HELO svn01-us-east.apache.org) (13.90.137.153) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jan 2020 19:53:47 +0000 Received: from svn01-us-east.apache.org (svn01-us-east.apache.org [127.0.0.1]) by svn01-us-east.apache.org (ASF Mail Server at svn01-us-east.apache.org) with ESMTP id 3B95A17A012 for ; Thu, 2 Jan 2020 19:53:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1872261 [10/10] - in /libcloud/site/trunk: generated/ generated/assets/ generated/blog/ generated/blog/2010/02/02/ generated/blog/2010/05/11/ generated/blog/2010/10/12/ generated/blog/2011/01/17/ generated/blog/2011/02/15/ generated/blog/2... Date: Thu, 02 Jan 2020 19:53:44 -0000 To: commits@libcloud.apache.org From: tomaz@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20200102195347.3B95A17A012@svn01-us-east.apache.org> Modified: libcloud/site/trunk/generated/whois-using.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/whois-using.html?rev=1872261&r1=1872260&r2=1872261&view=diff ============================================================================== --- libcloud/site/trunk/generated/whois-using.html (original) +++ libcloud/site/trunk/generated/whois-using.html Thu Jan 2 19:53:42 2020 @@ -51,7 +51,7 @@ - + @@ -281,7 +281,7 @@ please -

Copyright © 2009-2019 The Apache Software Foundation

+

Copyright © 2009-2020 The Apache Software Foundation

Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.

@@ -292,7 +292,7 @@ please + +### Upgrading + +If you have installed Libcloud using pip you can also use it to upgrade it: + +
+pip install --upgrade "apache-libcloud==2.8.0"
+
+ +### Upgrade notes + +A page which describes backward incompatible or semi-incompatible +changes and how to preserve the old behavior when this is possible +can be found at + +### Documentation + +Regular and API documentation is available at + +### Bugs / Issues + +If you find any bug or issue, please report it on our issue tracker +. +Don't forget to attach an example and / or test which reproduces your +problem. + +### Thanks + +Thanks to everyone who contributed and made this release possible! Full +list of people who contributed to this release can be found in the +[CHANGES file][1]. + +[1]: https://libcloud.readthedocs.org/en/v2.8.0/changelog.html +[2]: https://python3statement.org/ +[3]: https://pythonclock.org/ Modified: libcloud/site/trunk/source/downloads.md URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/downloads.md?rev=1872261&r1=1872260&r2=1872261&view=diff ============================================================================== --- libcloud/site/trunk/source/downloads.md (original) +++ libcloud/site/trunk/source/downloads.md Thu Jan 2 19:53:42 2020 @@ -9,13 +9,13 @@ description: Download the latest version This page contains link to the latest stable release of Libcloud. If you are interested in an older release, please visit the [archive page][15]. -

Libcloud 2.7.0 (stable) - Released on December 9, 2019

+

Libcloud 2.8.0 (stable) - Released on January 2, 2020

Files: -* [apache-libcloud-2.7.0.tar.gz][2] [[asc][3]] [[sha256][4]] [[sha512][5]] -* [apache-libcloud-2.7.0.tar.bz2][6] [[asc][7]] [[sha256][8]] [[sha512][9]] -* [apache-libcloud-2.7.0.zip][10] [[asc][11]] [[sha256][12]] [[sha512][13]] +* [apache-libcloud-2.8.0.tar.gz][2] [[asc][3]] [[sha256][4]] [[sha512][5]] +* [apache-libcloud-2.8.0.tar.bz2][6] [[asc][7]] [[sha256][8]] [[sha512][9]] +* [apache-libcloud-2.8.0.zip][10] [[asc][11]] [[sha256][12]] [[sha512][13]] Upgrade notes: [Click][16] @@ -161,37 +161,37 @@ is mentioned above. 3.. Verify package with `.asc` signature file {% highlight bash %} -gpg --verify apache-libcloud-2.7.0.tar.bz2.asc apache-libcloud-2.7.0.tar.bz2 +gpg --verify apache-libcloud-2.8.0.tar.bz2.asc apache-libcloud-2.8.0.tar.bz2 gpg: Signature made Wed Oct 6 15:31:35 2010 CDT using DSA key ID 42721F00 gpg: Good signature from "Paul Querna <...>" gpg: aka "Paul Querna <...>" gpg: ... gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. -Primary key fingerprint: 39F6 691A 0ECF 0C50 E8BB 849C F788 75F6 4272.7.00 +Primary key fingerprint: 39F6 691A 0ECF 0C50 E8BB 849C F788 75F6 4272.8.00 {% endhighlight %} Example of a bad signature: {% highlight bash %} -gpg --verify apache-libcloud-2.7.0.tar.bz2.asc +gpg --verify apache-libcloud-2.8.0.tar.bz2.asc gpg: Signature made Wed Oct 6 15:31:35 2010 CDT using DSA key ID 42721F00 gpg: BAD signature from "Paul Querna <...>" {% endhighlight %} [1]: {{ page.url }} -[2]: https://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-2.7.0.tar.gz -[3]: https://www.apache.org/dist/libcloud/apache-libcloud-2.7.0.tar.gz.asc -[4]: https://www.apache.org/dist/libcloud/apache-libcloud-2.7.0.tar.gz.sha256 -[5]: https://www.apache.org/dist/libcloud/apache-libcloud-2.7.0.tar.gz.sha512 -[6]: https://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-2.7.0.tar.bz2 -[7]: https://www.apache.org/dist/libcloud/apache-libcloud-2.7.0.tar.bz2.asc -[8]: https://www.apache.org/dist/libcloud/apache-libcloud-2.7.0.tar.bz2.sha256 -[9]: https://www.apache.org/dist/libcloud/apache-libcloud-2.7.0.tar.bz2.sha512 -[10]: https://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-2.7.0.zip -[11]: https://www.apache.org/dist/libcloud/apache-libcloud-2.7.0.zip.asc -[12]: https://www.apache.org/dist/libcloud/apache-libcloud-2.7.0.zip.sha256 -[13]: https://www.apache.org/dist/libcloud/apache-libcloud-2.7.0.zip.sha512 +[2]: https://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-2.8.0.tar.gz +[3]: https://www.apache.org/dist/libcloud/apache-libcloud-2.8.0.tar.gz.asc +[4]: https://www.apache.org/dist/libcloud/apache-libcloud-2.8.0.tar.gz.sha256 +[5]: https://www.apache.org/dist/libcloud/apache-libcloud-2.8.0.tar.gz.sha512 +[6]: https://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-2.8.0.tar.bz2 +[7]: https://www.apache.org/dist/libcloud/apache-libcloud-2.8.0.tar.bz2.asc +[8]: https://www.apache.org/dist/libcloud/apache-libcloud-2.8.0.tar.bz2.sha256 +[9]: https://www.apache.org/dist/libcloud/apache-libcloud-2.8.0.tar.bz2.sha512 +[10]: https://www.apache.org/dyn/closer.cgi/libcloud/apache-libcloud-2.8.0.zip +[11]: https://www.apache.org/dist/libcloud/apache-libcloud-2.8.0.zip.asc +[12]: https://www.apache.org/dist/libcloud/apache-libcloud-2.8.0.zip.sha256 +[13]: https://www.apache.org/dist/libcloud/apache-libcloud-2.8.0.zip.sha512 [14]: https://www.apache.org/dist/libcloud/KEYS [15]: http://archive.apache.org/dist/libcloud/ [16]: https://libcloud.readthedocs.org/en/stable/upgrade_notes.html Modified: libcloud/site/trunk/source/index.html URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/index.html?rev=1872261&r1=1872260&r2=1872261&view=diff ============================================================================== --- libcloud/site/trunk/source/index.html (original) +++ libcloud/site/trunk/source/index.html Thu Jan 2 19:53:42 2020 @@ -81,7 +81,7 @@ javascript_files:

Installation

-

Latest stable version: 2.6.1

+

Latest stable version: 2.8.0 (January 02, 2020)

pip install apache-libcloud

Or download it from our servers and install it manually.