Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1104)

Unified Diff: third_party/boto/README.rst

Issue 698893003: Update checked in version of gsutil to version 4.6 (Closed) Base URL: http://dart.googlecode.com/svn/third_party/gsutil/
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/boto/MANIFEST.in ('k') | third_party/boto/bin/cq » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/boto/README.rst
===================================================================
--- third_party/boto/README.rst (revision 33376)
+++ third_party/boto/README.rst (working copy)
@@ -1,15 +1,15 @@
####
boto
####
-boto 2.22.1
+boto 2.30.0
-Released: 6-January-2014
+Released: 1-Jul-2014
.. image:: https://travis-ci.org/boto/boto.png?branch=develop
:target: https://travis-ci.org/boto/boto
.. image:: https://pypip.in/d/boto/badge.png
- :target: https://crate.io/packages/boto/
+ :target: https://pypi.python.org/pypi/boto/
************
Introduction
@@ -60,7 +60,7 @@
* Monitoring
- * Amazon CloudWatch
+ * Amazon CloudWatch (EC2 Only)
* Networking
@@ -108,15 +108,15 @@
::
- $ pip install boto
+ $ pip install boto
Install from source:
::
- $ git clone git://github.com/boto/boto.git
- $ cd boto
- $ python setup.py install
+ $ git clone git://github.com/boto/boto.git
+ $ cd boto
+ $ python setup.py install
**********
ChangeLogs
« no previous file with comments | « third_party/boto/MANIFEST.in ('k') | third_party/boto/bin/cq » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698