Wed Sep 5 09:02:43 2012 UTC ()
Update to 2.5.2, slightly based on PR 46903 by Steven Sartorius.
Changes:

2.5.2
Release 2.5.2 is a bugfix release.

2.5.1
Release 2.5.1 is a bugfix release.

2.5.0
This release includes:

    Support for IAM Roles for EC2 Instances
    Added support for Capabilities in CloudFormation
    Spot instances in autoscaling groups
    Internal ELB's
    Added tenancy option to run_instances

2.4.0

This release includes:

    Initial support for Amazon Cloudsearch Service.
    Support for Amazon's Marketplace Web Service.
    Latency-based routing for Route53
    Support for new domain verification features of SES.
    A full rewrite of the FPS module.
    Support for BatchWriteItem in DynamoDB.
    Additional EMR steps for installing and running Pig scripts.
    Support for additional batch operations in SQS.
    Better support for VPC group-ids.
    Many, many bugfixes from the community. Thanks for the reports
    and pull requests!

2.3.0
This release includes initial support for Amazon Simple Workflow
Service.

The API version of the FPS module was updated to 2010-08-28.

This release also includes many bug fixes and improvements in the
Amazon DynamoDB module. One change of particular note is the behavior
of the new_item method of the Table object. See
http://readthedocs.org/docs/boto/en/2.3.0/ref/dynamodb.html#module-boto.dynamodb.table
for more details.

2.2.2
This is a bugfix release.

2.2.1
The 2.2.1 release fixes a packaging problem that was causing problems
when installing via pip.

2.2.0
Some highlights of this release:

    Support for Amazon DynamoDB service.
    Support for S3 Object Lifecycle (Expiration).
    Allow anonymous request for S3.
    Support for creating Load Balancers in VPC.
    Support for multi-dimension metrics in CloudWatch.
    Support for Elastic Network Interfaces in EC2.
    Support for Amazon S3 Multi-Delete capability.
    Support for new AMIversion and overriding of parameters in EMR.
    Support for SendMessageBatch request in SQS.
    Support for DescribeInstanceStatus request in EC2.
    Many, many improvements and additions to API documentation and
    Tutorials. Special thanks to Greg Taylor for all of the Sphinx
    cleanups and new docs.

2.1.1

The 2.1.1 release fixes one serious issue with the RDS module.

2.1.0

Some highlights of this release:

    Server-side encryption now supported in S3.
    Better support for VPC in EC2.
    Support for combiner in StreamingStep for EMR.
    Support for CloudFormations.
    Support for streaming uploads to Google Storage.
    Support for generating signed URL's in CloudFront.
    MTurk connection now uses HTTPS by default, like all other
    Connection objects.
    You can now PUT multiple data points to CloudWatch in one call.
    CloudWatch Dimension object now correctly supports multiple
    values for same dimension name.
    Lots of documentation fixes/additions

2.0

Highlights

There have been many, many changes since the 2.0b4 release. This overview highlights some of those changes.

    Fix connection pooling bug: don't close before reading.
    Added AddInstanceGroup and ModifyInstanceGroup to boto.emr
    Merge pull request #246 from chetan/multipart_s3put
    AddInstanceGroupsResponse class to boto.emr.emrobject.
    Removed extra print statement
    Merge pull request #244 from ryansb/master
    Added add_instance_groups function to boto.emr.connection.
    Built some helper methods for it, and added AddInstanceGroupsResponse
    class to boto.emr.emrobject.
    Added a new class, InstanceGroup, with just a init and repr.
    Adding support for GetLoginProfile request to IAM. Removing
    commented lines in connection.py. Fixes GoogleCode issue 532.
    Fixed issue #195
    Added correct sax reader for boto.emr.emrobject.BootstrapAction
    Fixed a typo bug in ConsoleOutput sax parsing and some PEP8
    cleanup in connection.py.
    Added initial support for generating a registration url for
    the aws marketplace
    Fix add_record and del_record to support multiple values, like
    change_record does
    Add support to accept SecurityGroupId as a parameter for ec2
    run instances. This is required to create EC2 instances under
    VPC security groups
    Added support for aliases to the add_change method of
    ResourceRecordSets.
    Resign each request in a retry situation. Some services are
    starting to incorporate replay detection algorithms and the
    boto approach of simply re-trying the original request triggers
    them. Also a small bug fix to roboto and added a delay in the
    ec2 test to wait for consistency.
    Fixed a problem with InstanceMonitoring parameter of
    LaunchConfigurations for autoscale module.
    Route 53 Alias Resource Record Sets
    Fixed App Engine support
    Fixed incorrect host on App Engine
    Fixed issue 199 on github.
    First pass at put_metric_data
    Changed boto.s3.Bucket.set_acl_xml() to ISO-8859-1 encode the
    Unicode ACL text before sending over HTTP connection.
    Added GetQualificationScore for mturk.
    Added UpdateQualificationScore for mturk
    import_key_pair base64 fix
    Fixes for ses send_email method better handling of exceptions
    Add optional support for SSL server certificate validation.
    Specify a reasonable socket timeout for httplib
    Support for ap-northeast-1 region
    Close issue #153
    Close issue #154
    we must POST autoscale user-data, not GET. otherwise a HTTP
    505 error is returned from AWS. see:
    http://groups.google.com/group/boto-dev/browse_thread/thread/d5eb79c97ea8eecf?pli=1
    autoscale userdata needs to be base64 encoded.
    Use the unversioned streaming jar symlink provided by EMR
    Updated lss3 to allow for prefix based listing (more like actual
    ls)
    Deal with the groupSet element that appears in the instanceSet
    element in the DescribeInstances response.
    Add a change_record command to bin/route53
    Incorporating a patch from AWS to allow security groups to be
    tagged.
    Fixed an issue with extra headers in generated URLs. Fixes
    http://code.google.com/p/boto/issues/detail?id=499
    Incorporating a patch to handle obscure bug in apache/fastcgi.
    See http://goo.gl/0Tdax.
    Reorganizing the existing test code. Part of a long-term project
    to completely revamp and improve boto tests.
    Fixed an invalid parameter bug (ECS) #102
    Adding initial cut at s3 website support.


(wiz)
diff -r1.14 -r1.15 pkgsrc/net/py-boto/Makefile
diff -r1.5 -r1.6 pkgsrc/net/py-boto/PLIST
diff -r1.5 -r1.6 pkgsrc/net/py-boto/distinfo
diff -r1.3 -r0 pkgsrc/net/py-boto/patches/patch-aa

cvs diff -r1.14 -r1.15 pkgsrc/net/py-boto/Makefile (expand / switch to unified diff)

--- pkgsrc/net/py-boto/Makefile 2012/04/08 19:09:09 1.14
+++ pkgsrc/net/py-boto/Makefile 2012/09/05 09:02:42 1.15
@@ -1,21 +1,24 @@ @@ -1,21 +1,24 @@
1# $NetBSD: Makefile,v 1.14 2012/04/08 19:09:09 wiz Exp $ 1# $NetBSD: Makefile,v 1.15 2012/09/05 09:02:42 wiz Exp $
2# 2#
3 3
4DISTNAME= boto-1.9b 4DISTNAME= boto-2.5.2
5PKGREVISION= 2 
6PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 5PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
7CATEGORIES= net 6CATEGORIES= net
8MASTER_SITES= http://boto.googlecode.com/files/ 7MASTER_SITES= http://cloud.github.com/downloads/boto/boto/
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://boto.googlecode.com/ 10HOMEPAGE= http://docs.pythonboto.org/
12COMMENT= Python interface to Amazon web services 11COMMENT= Python interface to Amazon web services
13LICENSE= mit 12LICENSE= mit
14 13
15PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
16 15
 16REPLACE_PYTHON+= *.py
17REPLACE_PYTHON+= boto/*/*.py 17REPLACE_PYTHON+= boto/*/*.py
 18REPLACE_PYTHON+= bin/*
 19
 20PYTHON_VERSIONS_INCOMPATIBLE= 24 25
18 21
19.include "../../lang/python/application.mk" 22.include "../../lang/python/application.mk"
20.include "../../lang/python/egg.mk" 23.include "../../lang/python/egg.mk"
21.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/net/py-boto/PLIST (expand / switch to unified diff)

--- pkgsrc/net/py-boto/PLIST 2011/01/01 17:51:06 1.5
+++ pkgsrc/net/py-boto/PLIST 2012/09/05 09:02:43 1.6
@@ -1,100 +1,211 @@ @@ -1,100 +1,211 @@
1@comment $NetBSD: PLIST,v 1.5 2011/01/01 17:51:06 gson Exp $ 1@comment $NetBSD: PLIST,v 1.6 2012/09/05 09:02:43 wiz Exp $
 2bin/asadmin
 3bin/bundle_image
 4bin/cfadmin
 5bin/cq
 6bin/cwutil
2bin/elbadmin 7bin/elbadmin
3bin/fetch_file 8bin/fetch_file
 9bin/instance_events
 10bin/kill_instance
4bin/launch_instance 11bin/launch_instance
5bin/list_instances 12bin/list_instances
 13bin/lss3
 14bin/pyami_sendmail
 15bin/route53
 16bin/s3multiput
6bin/s3put 17bin/s3put
7bin/sdbadmin 18bin/sdbadmin
8bin/taskadmin 19bin/taskadmin
9${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 20${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
10${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 21${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
11${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 22${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
12${PYSITELIB}/${EGG_INFODIR}/top_level.txt 23${PYSITELIB}/${EGG_INFODIR}/top_level.txt
13${PYSITELIB}/boto/__init__.py 24${PYSITELIB}/boto/__init__.py
14${PYSITELIB}/boto/__init__.pyc 25${PYSITELIB}/boto/__init__.pyc
15${PYSITELIB}/boto/__init__.pyo 26${PYSITELIB}/boto/__init__.pyo
 27${PYSITELIB}/boto/auth.py
 28${PYSITELIB}/boto/auth.pyc
 29${PYSITELIB}/boto/auth.pyo
 30${PYSITELIB}/boto/auth_handler.py
 31${PYSITELIB}/boto/auth_handler.pyc
 32${PYSITELIB}/boto/auth_handler.pyo
 33${PYSITELIB}/boto/cacerts/__init__.py
 34${PYSITELIB}/boto/cacerts/__init__.pyc
 35${PYSITELIB}/boto/cacerts/__init__.pyo
 36${PYSITELIB}/boto/cacerts/cacerts.txt
 37${PYSITELIB}/boto/cloudformation/__init__.py
 38${PYSITELIB}/boto/cloudformation/__init__.pyc
 39${PYSITELIB}/boto/cloudformation/__init__.pyo
 40${PYSITELIB}/boto/cloudformation/connection.py
 41${PYSITELIB}/boto/cloudformation/connection.pyc
 42${PYSITELIB}/boto/cloudformation/connection.pyo
 43${PYSITELIB}/boto/cloudformation/stack.py
 44${PYSITELIB}/boto/cloudformation/stack.pyc
 45${PYSITELIB}/boto/cloudformation/stack.pyo
 46${PYSITELIB}/boto/cloudformation/template.py
 47${PYSITELIB}/boto/cloudformation/template.pyc
 48${PYSITELIB}/boto/cloudformation/template.pyo
16${PYSITELIB}/boto/cloudfront/__init__.py 49${PYSITELIB}/boto/cloudfront/__init__.py
17${PYSITELIB}/boto/cloudfront/__init__.pyc 50${PYSITELIB}/boto/cloudfront/__init__.pyc
18${PYSITELIB}/boto/cloudfront/__init__.pyo 51${PYSITELIB}/boto/cloudfront/__init__.pyo
19${PYSITELIB}/boto/cloudfront/distribution.py 52${PYSITELIB}/boto/cloudfront/distribution.py
20${PYSITELIB}/boto/cloudfront/distribution.pyc 53${PYSITELIB}/boto/cloudfront/distribution.pyc
21${PYSITELIB}/boto/cloudfront/distribution.pyo 54${PYSITELIB}/boto/cloudfront/distribution.pyo
22${PYSITELIB}/boto/cloudfront/exception.py 55${PYSITELIB}/boto/cloudfront/exception.py
23${PYSITELIB}/boto/cloudfront/exception.pyc 56${PYSITELIB}/boto/cloudfront/exception.pyc
24${PYSITELIB}/boto/cloudfront/exception.pyo 57${PYSITELIB}/boto/cloudfront/exception.pyo
25${PYSITELIB}/boto/cloudfront/identity.py 58${PYSITELIB}/boto/cloudfront/identity.py
26${PYSITELIB}/boto/cloudfront/identity.pyc 59${PYSITELIB}/boto/cloudfront/identity.pyc
27${PYSITELIB}/boto/cloudfront/identity.pyo 60${PYSITELIB}/boto/cloudfront/identity.pyo
 61${PYSITELIB}/boto/cloudfront/invalidation.py
 62${PYSITELIB}/boto/cloudfront/invalidation.pyc
 63${PYSITELIB}/boto/cloudfront/invalidation.pyo
28${PYSITELIB}/boto/cloudfront/logging.py 64${PYSITELIB}/boto/cloudfront/logging.py
29${PYSITELIB}/boto/cloudfront/logging.pyc 65${PYSITELIB}/boto/cloudfront/logging.pyc
30${PYSITELIB}/boto/cloudfront/logging.pyo 66${PYSITELIB}/boto/cloudfront/logging.pyo
31${PYSITELIB}/boto/cloudfront/object.py 67${PYSITELIB}/boto/cloudfront/object.py
32${PYSITELIB}/boto/cloudfront/object.pyc 68${PYSITELIB}/boto/cloudfront/object.pyc
33${PYSITELIB}/boto/cloudfront/object.pyo 69${PYSITELIB}/boto/cloudfront/object.pyo
 70${PYSITELIB}/boto/cloudfront/origin.py
 71${PYSITELIB}/boto/cloudfront/origin.pyc
 72${PYSITELIB}/boto/cloudfront/origin.pyo
34${PYSITELIB}/boto/cloudfront/signers.py 73${PYSITELIB}/boto/cloudfront/signers.py
35${PYSITELIB}/boto/cloudfront/signers.pyc 74${PYSITELIB}/boto/cloudfront/signers.pyc
36${PYSITELIB}/boto/cloudfront/signers.pyo 75${PYSITELIB}/boto/cloudfront/signers.pyo
 76${PYSITELIB}/boto/cloudsearch/__init__.py
 77${PYSITELIB}/boto/cloudsearch/__init__.pyc
 78${PYSITELIB}/boto/cloudsearch/__init__.pyo
 79${PYSITELIB}/boto/cloudsearch/document.py
 80${PYSITELIB}/boto/cloudsearch/document.pyc
 81${PYSITELIB}/boto/cloudsearch/document.pyo
 82${PYSITELIB}/boto/cloudsearch/domain.py
 83${PYSITELIB}/boto/cloudsearch/domain.pyc
 84${PYSITELIB}/boto/cloudsearch/domain.pyo
 85${PYSITELIB}/boto/cloudsearch/layer1.py
 86${PYSITELIB}/boto/cloudsearch/layer1.pyc
 87${PYSITELIB}/boto/cloudsearch/layer1.pyo
 88${PYSITELIB}/boto/cloudsearch/layer2.py
 89${PYSITELIB}/boto/cloudsearch/layer2.pyc
 90${PYSITELIB}/boto/cloudsearch/layer2.pyo
 91${PYSITELIB}/boto/cloudsearch/optionstatus.py
 92${PYSITELIB}/boto/cloudsearch/optionstatus.pyc
 93${PYSITELIB}/boto/cloudsearch/optionstatus.pyo
 94${PYSITELIB}/boto/cloudsearch/search.py
 95${PYSITELIB}/boto/cloudsearch/search.pyc
 96${PYSITELIB}/boto/cloudsearch/search.pyo
 97${PYSITELIB}/boto/cloudsearch/sourceattribute.py
 98${PYSITELIB}/boto/cloudsearch/sourceattribute.pyc
 99${PYSITELIB}/boto/cloudsearch/sourceattribute.pyo
37${PYSITELIB}/boto/connection.py 100${PYSITELIB}/boto/connection.py
38${PYSITELIB}/boto/connection.pyc 101${PYSITELIB}/boto/connection.pyc
39${PYSITELIB}/boto/connection.pyo 102${PYSITELIB}/boto/connection.pyo
40${PYSITELIB}/boto/contrib/__init__.py 103${PYSITELIB}/boto/contrib/__init__.py
41${PYSITELIB}/boto/contrib/__init__.pyc 104${PYSITELIB}/boto/contrib/__init__.pyc
42${PYSITELIB}/boto/contrib/__init__.pyo 105${PYSITELIB}/boto/contrib/__init__.pyo
43${PYSITELIB}/boto/contrib/m2helpers.py 106${PYSITELIB}/boto/contrib/m2helpers.py
44${PYSITELIB}/boto/contrib/m2helpers.pyc 107${PYSITELIB}/boto/contrib/m2helpers.pyc
45${PYSITELIB}/boto/contrib/m2helpers.pyo 108${PYSITELIB}/boto/contrib/m2helpers.pyo
46${PYSITELIB}/boto/contrib/ymlmessage.py 109${PYSITELIB}/boto/contrib/ymlmessage.py
47${PYSITELIB}/boto/contrib/ymlmessage.pyc 110${PYSITELIB}/boto/contrib/ymlmessage.pyc
48${PYSITELIB}/boto/contrib/ymlmessage.pyo 111${PYSITELIB}/boto/contrib/ymlmessage.pyo
 112${PYSITELIB}/boto/dynamodb/__init__.py
 113${PYSITELIB}/boto/dynamodb/__init__.pyc
 114${PYSITELIB}/boto/dynamodb/__init__.pyo
 115${PYSITELIB}/boto/dynamodb/batch.py
 116${PYSITELIB}/boto/dynamodb/batch.pyc
 117${PYSITELIB}/boto/dynamodb/batch.pyo
 118${PYSITELIB}/boto/dynamodb/condition.py
 119${PYSITELIB}/boto/dynamodb/condition.pyc
 120${PYSITELIB}/boto/dynamodb/condition.pyo
 121${PYSITELIB}/boto/dynamodb/exceptions.py
 122${PYSITELIB}/boto/dynamodb/exceptions.pyc
 123${PYSITELIB}/boto/dynamodb/exceptions.pyo
 124${PYSITELIB}/boto/dynamodb/item.py
 125${PYSITELIB}/boto/dynamodb/item.pyc
 126${PYSITELIB}/boto/dynamodb/item.pyo
 127${PYSITELIB}/boto/dynamodb/layer1.py
 128${PYSITELIB}/boto/dynamodb/layer1.pyc
 129${PYSITELIB}/boto/dynamodb/layer1.pyo
 130${PYSITELIB}/boto/dynamodb/layer2.py
 131${PYSITELIB}/boto/dynamodb/layer2.pyc
 132${PYSITELIB}/boto/dynamodb/layer2.pyo
 133${PYSITELIB}/boto/dynamodb/schema.py
 134${PYSITELIB}/boto/dynamodb/schema.pyc
 135${PYSITELIB}/boto/dynamodb/schema.pyo
 136${PYSITELIB}/boto/dynamodb/table.py
 137${PYSITELIB}/boto/dynamodb/table.pyc
 138${PYSITELIB}/boto/dynamodb/table.pyo
 139${PYSITELIB}/boto/dynamodb/types.py
 140${PYSITELIB}/boto/dynamodb/types.pyc
 141${PYSITELIB}/boto/dynamodb/types.pyo
49${PYSITELIB}/boto/ec2/__init__.py 142${PYSITELIB}/boto/ec2/__init__.py
50${PYSITELIB}/boto/ec2/__init__.pyc 143${PYSITELIB}/boto/ec2/__init__.pyc
51${PYSITELIB}/boto/ec2/__init__.pyo 144${PYSITELIB}/boto/ec2/__init__.pyo
52${PYSITELIB}/boto/ec2/address.py 145${PYSITELIB}/boto/ec2/address.py
53${PYSITELIB}/boto/ec2/address.pyc 146${PYSITELIB}/boto/ec2/address.pyc
54${PYSITELIB}/boto/ec2/address.pyo 147${PYSITELIB}/boto/ec2/address.pyo
55${PYSITELIB}/boto/ec2/autoscale/__init__.py 148${PYSITELIB}/boto/ec2/autoscale/__init__.py
56${PYSITELIB}/boto/ec2/autoscale/__init__.pyc 149${PYSITELIB}/boto/ec2/autoscale/__init__.pyc
57${PYSITELIB}/boto/ec2/autoscale/__init__.pyo 150${PYSITELIB}/boto/ec2/autoscale/__init__.pyo
58${PYSITELIB}/boto/ec2/autoscale/activity.py 151${PYSITELIB}/boto/ec2/autoscale/activity.py
59${PYSITELIB}/boto/ec2/autoscale/activity.pyc 152${PYSITELIB}/boto/ec2/autoscale/activity.pyc
60${PYSITELIB}/boto/ec2/autoscale/activity.pyo 153${PYSITELIB}/boto/ec2/autoscale/activity.pyo
61${PYSITELIB}/boto/ec2/autoscale/group.py 154${PYSITELIB}/boto/ec2/autoscale/group.py
62${PYSITELIB}/boto/ec2/autoscale/group.pyc 155${PYSITELIB}/boto/ec2/autoscale/group.pyc
63${PYSITELIB}/boto/ec2/autoscale/group.pyo 156${PYSITELIB}/boto/ec2/autoscale/group.pyo
64${PYSITELIB}/boto/ec2/autoscale/instance.py 157${PYSITELIB}/boto/ec2/autoscale/instance.py
65${PYSITELIB}/boto/ec2/autoscale/instance.pyc 158${PYSITELIB}/boto/ec2/autoscale/instance.pyc
66${PYSITELIB}/boto/ec2/autoscale/instance.pyo 159${PYSITELIB}/boto/ec2/autoscale/instance.pyo
67${PYSITELIB}/boto/ec2/autoscale/launchconfig.py 160${PYSITELIB}/boto/ec2/autoscale/launchconfig.py
68${PYSITELIB}/boto/ec2/autoscale/launchconfig.pyc 161${PYSITELIB}/boto/ec2/autoscale/launchconfig.pyc
69${PYSITELIB}/boto/ec2/autoscale/launchconfig.pyo 162${PYSITELIB}/boto/ec2/autoscale/launchconfig.pyo
 163${PYSITELIB}/boto/ec2/autoscale/policy.py
 164${PYSITELIB}/boto/ec2/autoscale/policy.pyc
 165${PYSITELIB}/boto/ec2/autoscale/policy.pyo
70${PYSITELIB}/boto/ec2/autoscale/request.py 166${PYSITELIB}/boto/ec2/autoscale/request.py
71${PYSITELIB}/boto/ec2/autoscale/request.pyc 167${PYSITELIB}/boto/ec2/autoscale/request.pyc
72${PYSITELIB}/boto/ec2/autoscale/request.pyo 168${PYSITELIB}/boto/ec2/autoscale/request.pyo
73${PYSITELIB}/boto/ec2/autoscale/trigger.py 169${PYSITELIB}/boto/ec2/autoscale/scheduled.py
74${PYSITELIB}/boto/ec2/autoscale/trigger.pyc 170${PYSITELIB}/boto/ec2/autoscale/scheduled.pyc
75${PYSITELIB}/boto/ec2/autoscale/trigger.pyo 171${PYSITELIB}/boto/ec2/autoscale/scheduled.pyo
 172${PYSITELIB}/boto/ec2/autoscale/tag.py
 173${PYSITELIB}/boto/ec2/autoscale/tag.pyc
 174${PYSITELIB}/boto/ec2/autoscale/tag.pyo
76${PYSITELIB}/boto/ec2/blockdevicemapping.py 175${PYSITELIB}/boto/ec2/blockdevicemapping.py
77${PYSITELIB}/boto/ec2/blockdevicemapping.pyc 176${PYSITELIB}/boto/ec2/blockdevicemapping.pyc
78${PYSITELIB}/boto/ec2/blockdevicemapping.pyo 177${PYSITELIB}/boto/ec2/blockdevicemapping.pyo
 178${PYSITELIB}/boto/ec2/bundleinstance.py
 179${PYSITELIB}/boto/ec2/bundleinstance.pyc
 180${PYSITELIB}/boto/ec2/bundleinstance.pyo
79${PYSITELIB}/boto/ec2/buyreservation.py 181${PYSITELIB}/boto/ec2/buyreservation.py
80${PYSITELIB}/boto/ec2/buyreservation.pyc 182${PYSITELIB}/boto/ec2/buyreservation.pyc
81${PYSITELIB}/boto/ec2/buyreservation.pyo 183${PYSITELIB}/boto/ec2/buyreservation.pyo
82${PYSITELIB}/boto/ec2/cloudwatch/__init__.py 184${PYSITELIB}/boto/ec2/cloudwatch/__init__.py
83${PYSITELIB}/boto/ec2/cloudwatch/__init__.pyc 185${PYSITELIB}/boto/ec2/cloudwatch/__init__.pyc
84${PYSITELIB}/boto/ec2/cloudwatch/__init__.pyo 186${PYSITELIB}/boto/ec2/cloudwatch/__init__.pyo
 187${PYSITELIB}/boto/ec2/cloudwatch/alarm.py
 188${PYSITELIB}/boto/ec2/cloudwatch/alarm.pyc
 189${PYSITELIB}/boto/ec2/cloudwatch/alarm.pyo
85${PYSITELIB}/boto/ec2/cloudwatch/datapoint.py 190${PYSITELIB}/boto/ec2/cloudwatch/datapoint.py
86${PYSITELIB}/boto/ec2/cloudwatch/datapoint.pyc 191${PYSITELIB}/boto/ec2/cloudwatch/datapoint.pyc
87${PYSITELIB}/boto/ec2/cloudwatch/datapoint.pyo 192${PYSITELIB}/boto/ec2/cloudwatch/datapoint.pyo
 193${PYSITELIB}/boto/ec2/cloudwatch/dimension.py
 194${PYSITELIB}/boto/ec2/cloudwatch/dimension.pyc
 195${PYSITELIB}/boto/ec2/cloudwatch/dimension.pyo
 196${PYSITELIB}/boto/ec2/cloudwatch/listelement.py
 197${PYSITELIB}/boto/ec2/cloudwatch/listelement.pyc
 198${PYSITELIB}/boto/ec2/cloudwatch/listelement.pyo
88${PYSITELIB}/boto/ec2/cloudwatch/metric.py 199${PYSITELIB}/boto/ec2/cloudwatch/metric.py
89${PYSITELIB}/boto/ec2/cloudwatch/metric.pyc 200${PYSITELIB}/boto/ec2/cloudwatch/metric.pyc
90${PYSITELIB}/boto/ec2/cloudwatch/metric.pyo 201${PYSITELIB}/boto/ec2/cloudwatch/metric.pyo
91${PYSITELIB}/boto/ec2/connection.py 202${PYSITELIB}/boto/ec2/connection.py
92${PYSITELIB}/boto/ec2/connection.pyc 203${PYSITELIB}/boto/ec2/connection.pyc
93${PYSITELIB}/boto/ec2/connection.pyo 204${PYSITELIB}/boto/ec2/connection.pyo
94${PYSITELIB}/boto/ec2/ec2object.py 205${PYSITELIB}/boto/ec2/ec2object.py
95${PYSITELIB}/boto/ec2/ec2object.pyc 206${PYSITELIB}/boto/ec2/ec2object.pyc
96${PYSITELIB}/boto/ec2/ec2object.pyo 207${PYSITELIB}/boto/ec2/ec2object.pyo
97${PYSITELIB}/boto/ec2/elb/__init__.py 208${PYSITELIB}/boto/ec2/elb/__init__.py
98${PYSITELIB}/boto/ec2/elb/__init__.pyc 209${PYSITELIB}/boto/ec2/elb/__init__.pyc
99${PYSITELIB}/boto/ec2/elb/__init__.pyo 210${PYSITELIB}/boto/ec2/elb/__init__.pyo
100${PYSITELIB}/boto/ec2/elb/healthcheck.py 211${PYSITELIB}/boto/ec2/elb/healthcheck.py
@@ -102,80 +213,189 @@ ${PYSITELIB}/boto/ec2/elb/healthcheck.py @@ -102,80 +213,189 @@ ${PYSITELIB}/boto/ec2/elb/healthcheck.py
102${PYSITELIB}/boto/ec2/elb/healthcheck.pyo 213${PYSITELIB}/boto/ec2/elb/healthcheck.pyo
103${PYSITELIB}/boto/ec2/elb/instancestate.py 214${PYSITELIB}/boto/ec2/elb/instancestate.py
104${PYSITELIB}/boto/ec2/elb/instancestate.pyc 215${PYSITELIB}/boto/ec2/elb/instancestate.pyc
105${PYSITELIB}/boto/ec2/elb/instancestate.pyo 216${PYSITELIB}/boto/ec2/elb/instancestate.pyo
106${PYSITELIB}/boto/ec2/elb/listelement.py 217${PYSITELIB}/boto/ec2/elb/listelement.py
107${PYSITELIB}/boto/ec2/elb/listelement.pyc 218${PYSITELIB}/boto/ec2/elb/listelement.pyc
108${PYSITELIB}/boto/ec2/elb/listelement.pyo 219${PYSITELIB}/boto/ec2/elb/listelement.pyo
109${PYSITELIB}/boto/ec2/elb/listener.py 220${PYSITELIB}/boto/ec2/elb/listener.py
110${PYSITELIB}/boto/ec2/elb/listener.pyc 221${PYSITELIB}/boto/ec2/elb/listener.pyc
111${PYSITELIB}/boto/ec2/elb/listener.pyo 222${PYSITELIB}/boto/ec2/elb/listener.pyo
112${PYSITELIB}/boto/ec2/elb/loadbalancer.py 223${PYSITELIB}/boto/ec2/elb/loadbalancer.py
113${PYSITELIB}/boto/ec2/elb/loadbalancer.pyc 224${PYSITELIB}/boto/ec2/elb/loadbalancer.pyc
114${PYSITELIB}/boto/ec2/elb/loadbalancer.pyo 225${PYSITELIB}/boto/ec2/elb/loadbalancer.pyo
 226${PYSITELIB}/boto/ec2/elb/policies.py
 227${PYSITELIB}/boto/ec2/elb/policies.pyc
 228${PYSITELIB}/boto/ec2/elb/policies.pyo
 229${PYSITELIB}/boto/ec2/elb/securitygroup.py
 230${PYSITELIB}/boto/ec2/elb/securitygroup.pyc
 231${PYSITELIB}/boto/ec2/elb/securitygroup.pyo
 232${PYSITELIB}/boto/ec2/group.py
 233${PYSITELIB}/boto/ec2/group.pyc
 234${PYSITELIB}/boto/ec2/group.pyo
115${PYSITELIB}/boto/ec2/image.py 235${PYSITELIB}/boto/ec2/image.py
116${PYSITELIB}/boto/ec2/image.pyc 236${PYSITELIB}/boto/ec2/image.pyc
117${PYSITELIB}/boto/ec2/image.pyo 237${PYSITELIB}/boto/ec2/image.pyo
118${PYSITELIB}/boto/ec2/instance.py 238${PYSITELIB}/boto/ec2/instance.py
119${PYSITELIB}/boto/ec2/instance.pyc 239${PYSITELIB}/boto/ec2/instance.pyc
120${PYSITELIB}/boto/ec2/instance.pyo 240${PYSITELIB}/boto/ec2/instance.pyo
121${PYSITELIB}/boto/ec2/instanceinfo.py 241${PYSITELIB}/boto/ec2/instanceinfo.py
122${PYSITELIB}/boto/ec2/instanceinfo.pyc 242${PYSITELIB}/boto/ec2/instanceinfo.pyc
123${PYSITELIB}/boto/ec2/instanceinfo.pyo 243${PYSITELIB}/boto/ec2/instanceinfo.pyo
 244${PYSITELIB}/boto/ec2/instancestatus.py
 245${PYSITELIB}/boto/ec2/instancestatus.pyc
 246${PYSITELIB}/boto/ec2/instancestatus.pyo
124${PYSITELIB}/boto/ec2/keypair.py 247${PYSITELIB}/boto/ec2/keypair.py
125${PYSITELIB}/boto/ec2/keypair.pyc 248${PYSITELIB}/boto/ec2/keypair.pyc
126${PYSITELIB}/boto/ec2/keypair.pyo 249${PYSITELIB}/boto/ec2/keypair.pyo
127${PYSITELIB}/boto/ec2/launchspecification.py 250${PYSITELIB}/boto/ec2/launchspecification.py
128${PYSITELIB}/boto/ec2/launchspecification.pyc 251${PYSITELIB}/boto/ec2/launchspecification.pyc
129${PYSITELIB}/boto/ec2/launchspecification.pyo 252${PYSITELIB}/boto/ec2/launchspecification.pyo
 253${PYSITELIB}/boto/ec2/networkinterface.py
 254${PYSITELIB}/boto/ec2/networkinterface.pyc
 255${PYSITELIB}/boto/ec2/networkinterface.pyo
 256${PYSITELIB}/boto/ec2/placementgroup.py
 257${PYSITELIB}/boto/ec2/placementgroup.pyc
 258${PYSITELIB}/boto/ec2/placementgroup.pyo
130${PYSITELIB}/boto/ec2/regioninfo.py 259${PYSITELIB}/boto/ec2/regioninfo.py
131${PYSITELIB}/boto/ec2/regioninfo.pyc 260${PYSITELIB}/boto/ec2/regioninfo.pyc
132${PYSITELIB}/boto/ec2/regioninfo.pyo 261${PYSITELIB}/boto/ec2/regioninfo.pyo
133${PYSITELIB}/boto/ec2/reservedinstance.py 262${PYSITELIB}/boto/ec2/reservedinstance.py
134${PYSITELIB}/boto/ec2/reservedinstance.pyc 263${PYSITELIB}/boto/ec2/reservedinstance.pyc
135${PYSITELIB}/boto/ec2/reservedinstance.pyo 264${PYSITELIB}/boto/ec2/reservedinstance.pyo
136${PYSITELIB}/boto/ec2/securitygroup.py 265${PYSITELIB}/boto/ec2/securitygroup.py
137${PYSITELIB}/boto/ec2/securitygroup.pyc 266${PYSITELIB}/boto/ec2/securitygroup.pyc
138${PYSITELIB}/boto/ec2/securitygroup.pyo 267${PYSITELIB}/boto/ec2/securitygroup.pyo
139${PYSITELIB}/boto/ec2/snapshot.py 268${PYSITELIB}/boto/ec2/snapshot.py
140${PYSITELIB}/boto/ec2/snapshot.pyc 269${PYSITELIB}/boto/ec2/snapshot.pyc
141${PYSITELIB}/boto/ec2/snapshot.pyo 270${PYSITELIB}/boto/ec2/snapshot.pyo
142${PYSITELIB}/boto/ec2/spotdatafeedsubscription.py 271${PYSITELIB}/boto/ec2/spotdatafeedsubscription.py
143${PYSITELIB}/boto/ec2/spotdatafeedsubscription.pyc 272${PYSITELIB}/boto/ec2/spotdatafeedsubscription.pyc
144${PYSITELIB}/boto/ec2/spotdatafeedsubscription.pyo 273${PYSITELIB}/boto/ec2/spotdatafeedsubscription.pyo
145${PYSITELIB}/boto/ec2/spotinstancerequest.py 274${PYSITELIB}/boto/ec2/spotinstancerequest.py
146${PYSITELIB}/boto/ec2/spotinstancerequest.pyc 275${PYSITELIB}/boto/ec2/spotinstancerequest.pyc
147${PYSITELIB}/boto/ec2/spotinstancerequest.pyo 276${PYSITELIB}/boto/ec2/spotinstancerequest.pyo
148${PYSITELIB}/boto/ec2/spotpricehistory.py 277${PYSITELIB}/boto/ec2/spotpricehistory.py
149${PYSITELIB}/boto/ec2/spotpricehistory.pyc 278${PYSITELIB}/boto/ec2/spotpricehistory.pyc
150${PYSITELIB}/boto/ec2/spotpricehistory.pyo 279${PYSITELIB}/boto/ec2/spotpricehistory.pyo
 280${PYSITELIB}/boto/ec2/tag.py
 281${PYSITELIB}/boto/ec2/tag.pyc
 282${PYSITELIB}/boto/ec2/tag.pyo
151${PYSITELIB}/boto/ec2/volume.py 283${PYSITELIB}/boto/ec2/volume.py
152${PYSITELIB}/boto/ec2/volume.pyc 284${PYSITELIB}/boto/ec2/volume.pyc
153${PYSITELIB}/boto/ec2/volume.pyo 285${PYSITELIB}/boto/ec2/volume.pyo
 286${PYSITELIB}/boto/ec2/volumestatus.py
 287${PYSITELIB}/boto/ec2/volumestatus.pyc
 288${PYSITELIB}/boto/ec2/volumestatus.pyo
154${PYSITELIB}/boto/ec2/zone.py 289${PYSITELIB}/boto/ec2/zone.py
155${PYSITELIB}/boto/ec2/zone.pyc 290${PYSITELIB}/boto/ec2/zone.pyc
156${PYSITELIB}/boto/ec2/zone.pyo 291${PYSITELIB}/boto/ec2/zone.pyo
 292${PYSITELIB}/boto/ecs/__init__.py
 293${PYSITELIB}/boto/ecs/__init__.pyc
 294${PYSITELIB}/boto/ecs/__init__.pyo
 295${PYSITELIB}/boto/ecs/item.py
 296${PYSITELIB}/boto/ecs/item.pyc
 297${PYSITELIB}/boto/ecs/item.pyo
 298${PYSITELIB}/boto/emr/__init__.py
 299${PYSITELIB}/boto/emr/__init__.pyc
 300${PYSITELIB}/boto/emr/__init__.pyo
 301${PYSITELIB}/boto/emr/bootstrap_action.py
 302${PYSITELIB}/boto/emr/bootstrap_action.pyc
 303${PYSITELIB}/boto/emr/bootstrap_action.pyo
 304${PYSITELIB}/boto/emr/connection.py
 305${PYSITELIB}/boto/emr/connection.pyc
 306${PYSITELIB}/boto/emr/connection.pyo
 307${PYSITELIB}/boto/emr/emrobject.py
 308${PYSITELIB}/boto/emr/emrobject.pyc
 309${PYSITELIB}/boto/emr/emrobject.pyo
 310${PYSITELIB}/boto/emr/instance_group.py
 311${PYSITELIB}/boto/emr/instance_group.pyc
 312${PYSITELIB}/boto/emr/instance_group.pyo
 313${PYSITELIB}/boto/emr/step.py
 314${PYSITELIB}/boto/emr/step.pyc
 315${PYSITELIB}/boto/emr/step.pyo
157${PYSITELIB}/boto/exception.py 316${PYSITELIB}/boto/exception.py
158${PYSITELIB}/boto/exception.pyc 317${PYSITELIB}/boto/exception.pyc
159${PYSITELIB}/boto/exception.pyo 318${PYSITELIB}/boto/exception.pyo
 319${PYSITELIB}/boto/file/README
 320${PYSITELIB}/boto/file/__init__.py
 321${PYSITELIB}/boto/file/__init__.pyc
 322${PYSITELIB}/boto/file/__init__.pyo
 323${PYSITELIB}/boto/file/bucket.py
 324${PYSITELIB}/boto/file/bucket.pyc
 325${PYSITELIB}/boto/file/bucket.pyo
 326${PYSITELIB}/boto/file/connection.py
 327${PYSITELIB}/boto/file/connection.pyc
 328${PYSITELIB}/boto/file/connection.pyo
 329${PYSITELIB}/boto/file/key.py
 330${PYSITELIB}/boto/file/key.pyc
 331${PYSITELIB}/boto/file/key.pyo
 332${PYSITELIB}/boto/file/simpleresultset.py
 333${PYSITELIB}/boto/file/simpleresultset.pyc
 334${PYSITELIB}/boto/file/simpleresultset.pyo
160${PYSITELIB}/boto/fps/__init__.py 335${PYSITELIB}/boto/fps/__init__.py
161${PYSITELIB}/boto/fps/__init__.pyc 336${PYSITELIB}/boto/fps/__init__.pyc
162${PYSITELIB}/boto/fps/__init__.pyo 337${PYSITELIB}/boto/fps/__init__.pyo
163${PYSITELIB}/boto/fps/connection.py 338${PYSITELIB}/boto/fps/connection.py
164${PYSITELIB}/boto/fps/connection.pyc 339${PYSITELIB}/boto/fps/connection.pyc
165${PYSITELIB}/boto/fps/connection.pyo 340${PYSITELIB}/boto/fps/connection.pyo
 341${PYSITELIB}/boto/fps/exception.py
 342${PYSITELIB}/boto/fps/exception.pyc
 343${PYSITELIB}/boto/fps/exception.pyo
 344${PYSITELIB}/boto/fps/response.py
 345${PYSITELIB}/boto/fps/response.pyc
 346${PYSITELIB}/boto/fps/response.pyo
 347${PYSITELIB}/boto/gs/__init__.py
 348${PYSITELIB}/boto/gs/__init__.pyc
 349${PYSITELIB}/boto/gs/__init__.pyo
 350${PYSITELIB}/boto/gs/acl.py
 351${PYSITELIB}/boto/gs/acl.pyc
 352${PYSITELIB}/boto/gs/acl.pyo
 353${PYSITELIB}/boto/gs/bucket.py
 354${PYSITELIB}/boto/gs/bucket.pyc
 355${PYSITELIB}/boto/gs/bucket.pyo
 356${PYSITELIB}/boto/gs/connection.py
 357${PYSITELIB}/boto/gs/connection.pyc
 358${PYSITELIB}/boto/gs/connection.pyo
 359${PYSITELIB}/boto/gs/cors.py
 360${PYSITELIB}/boto/gs/cors.pyc
 361${PYSITELIB}/boto/gs/cors.pyo
 362${PYSITELIB}/boto/gs/key.py
 363${PYSITELIB}/boto/gs/key.pyc
 364${PYSITELIB}/boto/gs/key.pyo
 365${PYSITELIB}/boto/gs/resumable_upload_handler.py
 366${PYSITELIB}/boto/gs/resumable_upload_handler.pyc
 367${PYSITELIB}/boto/gs/resumable_upload_handler.pyo
 368${PYSITELIB}/boto/gs/user.py
 369${PYSITELIB}/boto/gs/user.pyc
 370${PYSITELIB}/boto/gs/user.pyo
166${PYSITELIB}/boto/handler.py 371${PYSITELIB}/boto/handler.py
167${PYSITELIB}/boto/handler.pyc 372${PYSITELIB}/boto/handler.pyc
168${PYSITELIB}/boto/handler.pyo 373${PYSITELIB}/boto/handler.pyo
 374${PYSITELIB}/boto/https_connection.py
 375${PYSITELIB}/boto/https_connection.pyc
 376${PYSITELIB}/boto/https_connection.pyo
 377${PYSITELIB}/boto/iam/__init__.py
 378${PYSITELIB}/boto/iam/__init__.pyc
 379${PYSITELIB}/boto/iam/__init__.pyo
 380${PYSITELIB}/boto/iam/connection.py
 381${PYSITELIB}/boto/iam/connection.pyc
 382${PYSITELIB}/boto/iam/connection.pyo
 383${PYSITELIB}/boto/iam/summarymap.py
 384${PYSITELIB}/boto/iam/summarymap.pyc
 385${PYSITELIB}/boto/iam/summarymap.pyo
 386${PYSITELIB}/boto/jsonresponse.py
 387${PYSITELIB}/boto/jsonresponse.pyc
 388${PYSITELIB}/boto/jsonresponse.pyo
169${PYSITELIB}/boto/manage/__init__.py 389${PYSITELIB}/boto/manage/__init__.py
170${PYSITELIB}/boto/manage/__init__.pyc 390${PYSITELIB}/boto/manage/__init__.pyc
171${PYSITELIB}/boto/manage/__init__.pyo 391${PYSITELIB}/boto/manage/__init__.pyo
172${PYSITELIB}/boto/manage/cmdshell.py 392${PYSITELIB}/boto/manage/cmdshell.py
173${PYSITELIB}/boto/manage/cmdshell.pyc 393${PYSITELIB}/boto/manage/cmdshell.pyc
174${PYSITELIB}/boto/manage/cmdshell.pyo 394${PYSITELIB}/boto/manage/cmdshell.pyo
175${PYSITELIB}/boto/manage/propget.py 395${PYSITELIB}/boto/manage/propget.py
176${PYSITELIB}/boto/manage/propget.pyc 396${PYSITELIB}/boto/manage/propget.pyc
177${PYSITELIB}/boto/manage/propget.pyo 397${PYSITELIB}/boto/manage/propget.pyo
178${PYSITELIB}/boto/manage/server.py 398${PYSITELIB}/boto/manage/server.py
179${PYSITELIB}/boto/manage/server.pyc 399${PYSITELIB}/boto/manage/server.pyc
180${PYSITELIB}/boto/manage/server.pyo 400${PYSITELIB}/boto/manage/server.pyo
181${PYSITELIB}/boto/manage/task.py 401${PYSITELIB}/boto/manage/task.py
@@ -210,41 +430,81 @@ ${PYSITELIB}/boto/mturk/connection.pyc @@ -210,41 +430,81 @@ ${PYSITELIB}/boto/mturk/connection.pyc
210${PYSITELIB}/boto/mturk/connection.pyo 430${PYSITELIB}/boto/mturk/connection.pyo
211${PYSITELIB}/boto/mturk/notification.py 431${PYSITELIB}/boto/mturk/notification.py
212${PYSITELIB}/boto/mturk/notification.pyc 432${PYSITELIB}/boto/mturk/notification.pyc
213${PYSITELIB}/boto/mturk/notification.pyo 433${PYSITELIB}/boto/mturk/notification.pyo
214${PYSITELIB}/boto/mturk/price.py 434${PYSITELIB}/boto/mturk/price.py
215${PYSITELIB}/boto/mturk/price.pyc 435${PYSITELIB}/boto/mturk/price.pyc
216${PYSITELIB}/boto/mturk/price.pyo 436${PYSITELIB}/boto/mturk/price.pyo
217${PYSITELIB}/boto/mturk/qualification.py 437${PYSITELIB}/boto/mturk/qualification.py
218${PYSITELIB}/boto/mturk/qualification.pyc 438${PYSITELIB}/boto/mturk/qualification.pyc
219${PYSITELIB}/boto/mturk/qualification.pyo 439${PYSITELIB}/boto/mturk/qualification.pyo
220${PYSITELIB}/boto/mturk/question.py 440${PYSITELIB}/boto/mturk/question.py
221${PYSITELIB}/boto/mturk/question.pyc 441${PYSITELIB}/boto/mturk/question.pyc
222${PYSITELIB}/boto/mturk/question.pyo 442${PYSITELIB}/boto/mturk/question.pyo
 443${PYSITELIB}/boto/mws/__init__.py
 444${PYSITELIB}/boto/mws/__init__.pyc
 445${PYSITELIB}/boto/mws/__init__.pyo
 446${PYSITELIB}/boto/mws/connection.py
 447${PYSITELIB}/boto/mws/connection.pyc
 448${PYSITELIB}/boto/mws/connection.pyo
 449${PYSITELIB}/boto/mws/exception.py
 450${PYSITELIB}/boto/mws/exception.pyc
 451${PYSITELIB}/boto/mws/exception.pyo
 452${PYSITELIB}/boto/mws/response.py
 453${PYSITELIB}/boto/mws/response.pyc
 454${PYSITELIB}/boto/mws/response.pyo
 455${PYSITELIB}/boto/plugin.py
 456${PYSITELIB}/boto/plugin.pyc
 457${PYSITELIB}/boto/plugin.pyo
 458${PYSITELIB}/boto/provider.py
 459${PYSITELIB}/boto/provider.pyc
 460${PYSITELIB}/boto/provider.pyo
223${PYSITELIB}/boto/pyami/__init__.py 461${PYSITELIB}/boto/pyami/__init__.py
224${PYSITELIB}/boto/pyami/__init__.pyc 462${PYSITELIB}/boto/pyami/__init__.pyc
225${PYSITELIB}/boto/pyami/__init__.pyo 463${PYSITELIB}/boto/pyami/__init__.pyo
226${PYSITELIB}/boto/pyami/bootstrap.py 464${PYSITELIB}/boto/pyami/bootstrap.py
227${PYSITELIB}/boto/pyami/bootstrap.pyc 465${PYSITELIB}/boto/pyami/bootstrap.pyc
228${PYSITELIB}/boto/pyami/bootstrap.pyo 466${PYSITELIB}/boto/pyami/bootstrap.pyo
229${PYSITELIB}/boto/pyami/config.py 467${PYSITELIB}/boto/pyami/config.py
230${PYSITELIB}/boto/pyami/config.pyc 468${PYSITELIB}/boto/pyami/config.pyc
231${PYSITELIB}/boto/pyami/config.pyo 469${PYSITELIB}/boto/pyami/config.pyo
 470${PYSITELIB}/boto/pyami/copybot.cfg
232${PYSITELIB}/boto/pyami/copybot.py 471${PYSITELIB}/boto/pyami/copybot.py
233${PYSITELIB}/boto/pyami/copybot.pyc 472${PYSITELIB}/boto/pyami/copybot.pyc
234${PYSITELIB}/boto/pyami/copybot.pyo 473${PYSITELIB}/boto/pyami/copybot.pyo
235${PYSITELIB}/boto/pyami/helloworld.py 474${PYSITELIB}/boto/pyami/helloworld.py
236${PYSITELIB}/boto/pyami/helloworld.pyc 475${PYSITELIB}/boto/pyami/helloworld.pyc
237${PYSITELIB}/boto/pyami/helloworld.pyo 476${PYSITELIB}/boto/pyami/helloworld.pyo
 477${PYSITELIB}/boto/pyami/installers/__init__.py
 478${PYSITELIB}/boto/pyami/installers/__init__.pyc
 479${PYSITELIB}/boto/pyami/installers/__init__.pyo
 480${PYSITELIB}/boto/pyami/installers/ubuntu/__init__.py
 481${PYSITELIB}/boto/pyami/installers/ubuntu/__init__.pyc
 482${PYSITELIB}/boto/pyami/installers/ubuntu/__init__.pyo
 483${PYSITELIB}/boto/pyami/installers/ubuntu/apache.py
 484${PYSITELIB}/boto/pyami/installers/ubuntu/apache.pyc
 485${PYSITELIB}/boto/pyami/installers/ubuntu/apache.pyo
 486${PYSITELIB}/boto/pyami/installers/ubuntu/ebs.py
 487${PYSITELIB}/boto/pyami/installers/ubuntu/ebs.pyc
 488${PYSITELIB}/boto/pyami/installers/ubuntu/ebs.pyo
 489${PYSITELIB}/boto/pyami/installers/ubuntu/installer.py
 490${PYSITELIB}/boto/pyami/installers/ubuntu/installer.pyc
 491${PYSITELIB}/boto/pyami/installers/ubuntu/installer.pyo
 492${PYSITELIB}/boto/pyami/installers/ubuntu/mysql.py
 493${PYSITELIB}/boto/pyami/installers/ubuntu/mysql.pyc
 494${PYSITELIB}/boto/pyami/installers/ubuntu/mysql.pyo
 495${PYSITELIB}/boto/pyami/installers/ubuntu/trac.py
 496${PYSITELIB}/boto/pyami/installers/ubuntu/trac.pyc
 497${PYSITELIB}/boto/pyami/installers/ubuntu/trac.pyo
238${PYSITELIB}/boto/pyami/launch_ami.py 498${PYSITELIB}/boto/pyami/launch_ami.py
239${PYSITELIB}/boto/pyami/launch_ami.pyc 499${PYSITELIB}/boto/pyami/launch_ami.pyc
240${PYSITELIB}/boto/pyami/launch_ami.pyo 500${PYSITELIB}/boto/pyami/launch_ami.pyo
241${PYSITELIB}/boto/pyami/scriptbase.py 501${PYSITELIB}/boto/pyami/scriptbase.py
242${PYSITELIB}/boto/pyami/scriptbase.pyc 502${PYSITELIB}/boto/pyami/scriptbase.pyc
243${PYSITELIB}/boto/pyami/scriptbase.pyo 503${PYSITELIB}/boto/pyami/scriptbase.pyo
244${PYSITELIB}/boto/pyami/startup.py 504${PYSITELIB}/boto/pyami/startup.py
245${PYSITELIB}/boto/pyami/startup.pyc 505${PYSITELIB}/boto/pyami/startup.pyc
246${PYSITELIB}/boto/pyami/startup.pyo 506${PYSITELIB}/boto/pyami/startup.pyo
247${PYSITELIB}/boto/rds/__init__.py 507${PYSITELIB}/boto/rds/__init__.py
248${PYSITELIB}/boto/rds/__init__.pyc 508${PYSITELIB}/boto/rds/__init__.pyc
249${PYSITELIB}/boto/rds/__init__.pyo 509${PYSITELIB}/boto/rds/__init__.pyo
250${PYSITELIB}/boto/rds/dbinstance.py 510${PYSITELIB}/boto/rds/dbinstance.py
@@ -252,196 +512,260 @@ ${PYSITELIB}/boto/rds/dbinstance.pyc @@ -252,196 +512,260 @@ ${PYSITELIB}/boto/rds/dbinstance.pyc
252${PYSITELIB}/boto/rds/dbinstance.pyo 512${PYSITELIB}/boto/rds/dbinstance.pyo
253${PYSITELIB}/boto/rds/dbsecuritygroup.py 513${PYSITELIB}/boto/rds/dbsecuritygroup.py
254${PYSITELIB}/boto/rds/dbsecuritygroup.pyc 514${PYSITELIB}/boto/rds/dbsecuritygroup.pyc
255${PYSITELIB}/boto/rds/dbsecuritygroup.pyo 515${PYSITELIB}/boto/rds/dbsecuritygroup.pyo
256${PYSITELIB}/boto/rds/dbsnapshot.py 516${PYSITELIB}/boto/rds/dbsnapshot.py
257${PYSITELIB}/boto/rds/dbsnapshot.pyc 517${PYSITELIB}/boto/rds/dbsnapshot.pyc
258${PYSITELIB}/boto/rds/dbsnapshot.pyo 518${PYSITELIB}/boto/rds/dbsnapshot.pyo
259${PYSITELIB}/boto/rds/event.py 519${PYSITELIB}/boto/rds/event.py
260${PYSITELIB}/boto/rds/event.pyc 520${PYSITELIB}/boto/rds/event.pyc
261${PYSITELIB}/boto/rds/event.pyo 521${PYSITELIB}/boto/rds/event.pyo
262${PYSITELIB}/boto/rds/parametergroup.py 522${PYSITELIB}/boto/rds/parametergroup.py
263${PYSITELIB}/boto/rds/parametergroup.pyc 523${PYSITELIB}/boto/rds/parametergroup.pyc
264${PYSITELIB}/boto/rds/parametergroup.pyo 524${PYSITELIB}/boto/rds/parametergroup.pyo
 525${PYSITELIB}/boto/rds/regioninfo.py
 526${PYSITELIB}/boto/rds/regioninfo.pyc
 527${PYSITELIB}/boto/rds/regioninfo.pyo
 528${PYSITELIB}/boto/regioninfo.py
 529${PYSITELIB}/boto/regioninfo.pyc
 530${PYSITELIB}/boto/regioninfo.pyo
265${PYSITELIB}/boto/resultset.py 531${PYSITELIB}/boto/resultset.py
266${PYSITELIB}/boto/resultset.pyc 532${PYSITELIB}/boto/resultset.pyc
267${PYSITELIB}/boto/resultset.pyo 533${PYSITELIB}/boto/resultset.pyo
 534${PYSITELIB}/boto/roboto/__init__.py
 535${PYSITELIB}/boto/roboto/__init__.pyc
 536${PYSITELIB}/boto/roboto/__init__.pyo
 537${PYSITELIB}/boto/roboto/awsqueryrequest.py
 538${PYSITELIB}/boto/roboto/awsqueryrequest.pyc
 539${PYSITELIB}/boto/roboto/awsqueryrequest.pyo
 540${PYSITELIB}/boto/roboto/awsqueryservice.py
 541${PYSITELIB}/boto/roboto/awsqueryservice.pyc
 542${PYSITELIB}/boto/roboto/awsqueryservice.pyo
 543${PYSITELIB}/boto/roboto/param.py
 544${PYSITELIB}/boto/roboto/param.pyc
 545${PYSITELIB}/boto/roboto/param.pyo
 546${PYSITELIB}/boto/route53/__init__.py
 547${PYSITELIB}/boto/route53/__init__.pyc
 548${PYSITELIB}/boto/route53/__init__.pyo
 549${PYSITELIB}/boto/route53/connection.py
 550${PYSITELIB}/boto/route53/connection.pyc
 551${PYSITELIB}/boto/route53/connection.pyo
 552${PYSITELIB}/boto/route53/exception.py
 553${PYSITELIB}/boto/route53/exception.pyc
 554${PYSITELIB}/boto/route53/exception.pyo
 555${PYSITELIB}/boto/route53/hostedzone.py
 556${PYSITELIB}/boto/route53/hostedzone.pyc
 557${PYSITELIB}/boto/route53/hostedzone.pyo
 558${PYSITELIB}/boto/route53/record.py
 559${PYSITELIB}/boto/route53/record.pyc
 560${PYSITELIB}/boto/route53/record.pyo
268${PYSITELIB}/boto/s3/__init__.py 561${PYSITELIB}/boto/s3/__init__.py
269${PYSITELIB}/boto/s3/__init__.pyc 562${PYSITELIB}/boto/s3/__init__.pyc
270${PYSITELIB}/boto/s3/__init__.pyo 563${PYSITELIB}/boto/s3/__init__.pyo
271${PYSITELIB}/boto/s3/acl.py 564${PYSITELIB}/boto/s3/acl.py
272${PYSITELIB}/boto/s3/acl.pyc 565${PYSITELIB}/boto/s3/acl.pyc
273${PYSITELIB}/boto/s3/acl.pyo 566${PYSITELIB}/boto/s3/acl.pyo
274${PYSITELIB}/boto/s3/bucket.py 567${PYSITELIB}/boto/s3/bucket.py
275${PYSITELIB}/boto/s3/bucket.pyc 568${PYSITELIB}/boto/s3/bucket.pyc
276${PYSITELIB}/boto/s3/bucket.pyo 569${PYSITELIB}/boto/s3/bucket.pyo
277${PYSITELIB}/boto/s3/bucketlistresultset.py 570${PYSITELIB}/boto/s3/bucketlistresultset.py
278${PYSITELIB}/boto/s3/bucketlistresultset.pyc 571${PYSITELIB}/boto/s3/bucketlistresultset.pyc
279${PYSITELIB}/boto/s3/bucketlistresultset.pyo 572${PYSITELIB}/boto/s3/bucketlistresultset.pyo
 573${PYSITELIB}/boto/s3/bucketlogging.py
 574${PYSITELIB}/boto/s3/bucketlogging.pyc
 575${PYSITELIB}/boto/s3/bucketlogging.pyo
280${PYSITELIB}/boto/s3/connection.py 576${PYSITELIB}/boto/s3/connection.py
281${PYSITELIB}/boto/s3/connection.pyc 577${PYSITELIB}/boto/s3/connection.pyc
282${PYSITELIB}/boto/s3/connection.pyo 578${PYSITELIB}/boto/s3/connection.pyo
 579${PYSITELIB}/boto/s3/deletemarker.py
 580${PYSITELIB}/boto/s3/deletemarker.pyc
 581${PYSITELIB}/boto/s3/deletemarker.pyo
283${PYSITELIB}/boto/s3/key.py 582${PYSITELIB}/boto/s3/key.py
284${PYSITELIB}/boto/s3/key.pyc 583${PYSITELIB}/boto/s3/key.pyc
285${PYSITELIB}/boto/s3/key.pyo 584${PYSITELIB}/boto/s3/key.pyo
 585${PYSITELIB}/boto/s3/lifecycle.py
 586${PYSITELIB}/boto/s3/lifecycle.pyc
 587${PYSITELIB}/boto/s3/lifecycle.pyo
 588${PYSITELIB}/boto/s3/multidelete.py
 589${PYSITELIB}/boto/s3/multidelete.pyc
 590${PYSITELIB}/boto/s3/multidelete.pyo
 591${PYSITELIB}/boto/s3/multipart.py
 592${PYSITELIB}/boto/s3/multipart.pyc
 593${PYSITELIB}/boto/s3/multipart.pyo
286${PYSITELIB}/boto/s3/prefix.py 594${PYSITELIB}/boto/s3/prefix.py
287${PYSITELIB}/boto/s3/prefix.pyc 595${PYSITELIB}/boto/s3/prefix.pyc
288${PYSITELIB}/boto/s3/prefix.pyo 596${PYSITELIB}/boto/s3/prefix.pyo
 597${PYSITELIB}/boto/s3/resumable_download_handler.py
 598${PYSITELIB}/boto/s3/resumable_download_handler.pyc
 599${PYSITELIB}/boto/s3/resumable_download_handler.pyo
289${PYSITELIB}/boto/s3/user.py 600${PYSITELIB}/boto/s3/user.py
290${PYSITELIB}/boto/s3/user.pyc 601${PYSITELIB}/boto/s3/user.pyc
291${PYSITELIB}/boto/s3/user.pyo 602${PYSITELIB}/boto/s3/user.pyo
292${PYSITELIB}/boto/sdb/__init__.py 603${PYSITELIB}/boto/sdb/__init__.py
293${PYSITELIB}/boto/sdb/__init__.pyc 604${PYSITELIB}/boto/sdb/__init__.pyc
294${PYSITELIB}/boto/sdb/__init__.pyo 605${PYSITELIB}/boto/sdb/__init__.pyo
295${PYSITELIB}/boto/sdb/connection.py 606${PYSITELIB}/boto/sdb/connection.py
296${PYSITELIB}/boto/sdb/connection.pyc 607${PYSITELIB}/boto/sdb/connection.pyc
297${PYSITELIB}/boto/sdb/connection.pyo 608${PYSITELIB}/boto/sdb/connection.pyo
298${PYSITELIB}/boto/sdb/db/__init__.py 609${PYSITELIB}/boto/sdb/db/__init__.py
299${PYSITELIB}/boto/sdb/db/__init__.pyc 610${PYSITELIB}/boto/sdb/db/__init__.pyc
300${PYSITELIB}/boto/sdb/db/__init__.pyo 611${PYSITELIB}/boto/sdb/db/__init__.pyo
301${PYSITELIB}/boto/sdb/db/blob.py 612${PYSITELIB}/boto/sdb/db/blob.py
302${PYSITELIB}/boto/sdb/db/blob.pyc 613${PYSITELIB}/boto/sdb/db/blob.pyc
303${PYSITELIB}/boto/sdb/db/blob.pyo 614${PYSITELIB}/boto/sdb/db/blob.pyo
304${PYSITELIB}/boto/sdb/db/key.py 615${PYSITELIB}/boto/sdb/db/key.py
305${PYSITELIB}/boto/sdb/db/key.pyc 616${PYSITELIB}/boto/sdb/db/key.pyc
306${PYSITELIB}/boto/sdb/db/key.pyo 617${PYSITELIB}/boto/sdb/db/key.pyo
307${PYSITELIB}/boto/sdb/db/manager/__init__.py 618${PYSITELIB}/boto/sdb/db/manager/__init__.py
308${PYSITELIB}/boto/sdb/db/manager/__init__.pyc 619${PYSITELIB}/boto/sdb/db/manager/__init__.pyc
309${PYSITELIB}/boto/sdb/db/manager/__init__.pyo 620${PYSITELIB}/boto/sdb/db/manager/__init__.pyo
310${PYSITELIB}/boto/sdb/db/manager/pgmanager.py 
311${PYSITELIB}/boto/sdb/db/manager/pgmanager.pyc 
312${PYSITELIB}/boto/sdb/db/manager/pgmanager.pyo 
313${PYSITELIB}/boto/sdb/db/manager/sdbmanager.py 621${PYSITELIB}/boto/sdb/db/manager/sdbmanager.py
314${PYSITELIB}/boto/sdb/db/manager/sdbmanager.pyc 622${PYSITELIB}/boto/sdb/db/manager/sdbmanager.pyc
315${PYSITELIB}/boto/sdb/db/manager/sdbmanager.pyo 623${PYSITELIB}/boto/sdb/db/manager/sdbmanager.pyo
316${PYSITELIB}/boto/sdb/db/manager/xmlmanager.py 624${PYSITELIB}/boto/sdb/db/manager/xmlmanager.py
317${PYSITELIB}/boto/sdb/db/manager/xmlmanager.pyc 625${PYSITELIB}/boto/sdb/db/manager/xmlmanager.pyc
318${PYSITELIB}/boto/sdb/db/manager/xmlmanager.pyo 626${PYSITELIB}/boto/sdb/db/manager/xmlmanager.pyo
319${PYSITELIB}/boto/sdb/db/model.py 627${PYSITELIB}/boto/sdb/db/model.py
320${PYSITELIB}/boto/sdb/db/model.pyc 628${PYSITELIB}/boto/sdb/db/model.pyc
321${PYSITELIB}/boto/sdb/db/model.pyo 629${PYSITELIB}/boto/sdb/db/model.pyo
322${PYSITELIB}/boto/sdb/db/property.py 630${PYSITELIB}/boto/sdb/db/property.py
323${PYSITELIB}/boto/sdb/db/property.pyc 631${PYSITELIB}/boto/sdb/db/property.pyc
324${PYSITELIB}/boto/sdb/db/property.pyo 632${PYSITELIB}/boto/sdb/db/property.pyo
325${PYSITELIB}/boto/sdb/db/query.py 633${PYSITELIB}/boto/sdb/db/query.py
326${PYSITELIB}/boto/sdb/db/query.pyc 634${PYSITELIB}/boto/sdb/db/query.pyc
327${PYSITELIB}/boto/sdb/db/query.pyo 635${PYSITELIB}/boto/sdb/db/query.pyo
 636${PYSITELIB}/boto/sdb/db/sequence.py
 637${PYSITELIB}/boto/sdb/db/sequence.pyc
 638${PYSITELIB}/boto/sdb/db/sequence.pyo
328${PYSITELIB}/boto/sdb/db/test_db.py 639${PYSITELIB}/boto/sdb/db/test_db.py
329${PYSITELIB}/boto/sdb/db/test_db.pyc 640${PYSITELIB}/boto/sdb/db/test_db.pyc
330${PYSITELIB}/boto/sdb/db/test_db.pyo 641${PYSITELIB}/boto/sdb/db/test_db.pyo
331${PYSITELIB}/boto/sdb/domain.py 642${PYSITELIB}/boto/sdb/domain.py
332${PYSITELIB}/boto/sdb/domain.pyc 643${PYSITELIB}/boto/sdb/domain.pyc
333${PYSITELIB}/boto/sdb/domain.pyo 644${PYSITELIB}/boto/sdb/domain.pyo
334${PYSITELIB}/boto/sdb/item.py 645${PYSITELIB}/boto/sdb/item.py
335${PYSITELIB}/boto/sdb/item.pyc 646${PYSITELIB}/boto/sdb/item.pyc
336${PYSITELIB}/boto/sdb/item.pyo 647${PYSITELIB}/boto/sdb/item.pyo
337${PYSITELIB}/boto/sdb/persist/__init__.py 
338${PYSITELIB}/boto/sdb/persist/__init__.pyc 
339${PYSITELIB}/boto/sdb/persist/__init__.pyo 
340${PYSITELIB}/boto/sdb/persist/checker.py 
341${PYSITELIB}/boto/sdb/persist/checker.pyc 
342${PYSITELIB}/boto/sdb/persist/checker.pyo 
343${PYSITELIB}/boto/sdb/persist/object.py 
344${PYSITELIB}/boto/sdb/persist/object.pyc 
345${PYSITELIB}/boto/sdb/persist/object.pyo 
346${PYSITELIB}/boto/sdb/persist/property.py 
347${PYSITELIB}/boto/sdb/persist/property.pyc 
348${PYSITELIB}/boto/sdb/persist/property.pyo 
349${PYSITELIB}/boto/sdb/persist/test_persist.py 
350${PYSITELIB}/boto/sdb/persist/test_persist.pyc 
351${PYSITELIB}/boto/sdb/persist/test_persist.pyo 
352${PYSITELIB}/boto/sdb/queryresultset.py 648${PYSITELIB}/boto/sdb/queryresultset.py
353${PYSITELIB}/boto/sdb/queryresultset.pyc 649${PYSITELIB}/boto/sdb/queryresultset.pyc
354${PYSITELIB}/boto/sdb/queryresultset.pyo 650${PYSITELIB}/boto/sdb/queryresultset.pyo
355${PYSITELIB}/boto/sdb/regioninfo.py 651${PYSITELIB}/boto/sdb/regioninfo.py
356${PYSITELIB}/boto/sdb/regioninfo.pyc 652${PYSITELIB}/boto/sdb/regioninfo.pyc
357${PYSITELIB}/boto/sdb/regioninfo.pyo 653${PYSITELIB}/boto/sdb/regioninfo.pyo
358${PYSITELIB}/boto/services/__init__.py 654${PYSITELIB}/boto/services/__init__.py
359${PYSITELIB}/boto/services/__init__.pyc 655${PYSITELIB}/boto/services/__init__.pyc
360${PYSITELIB}/boto/services/__init__.pyo 656${PYSITELIB}/boto/services/__init__.pyo
361${PYSITELIB}/boto/services/bs.py 657${PYSITELIB}/boto/services/bs.py
362${PYSITELIB}/boto/services/bs.pyc 658${PYSITELIB}/boto/services/bs.pyc
363${PYSITELIB}/boto/services/bs.pyo 659${PYSITELIB}/boto/services/bs.pyo
364${PYSITELIB}/boto/services/message.py 660${PYSITELIB}/boto/services/message.py
365${PYSITELIB}/boto/services/message.pyc 661${PYSITELIB}/boto/services/message.pyc
366${PYSITELIB}/boto/services/message.pyo 662${PYSITELIB}/boto/services/message.pyo
367${PYSITELIB}/boto/services/result.py 663${PYSITELIB}/boto/services/result.py
368${PYSITELIB}/boto/services/result.pyc 664${PYSITELIB}/boto/services/result.pyc
369${PYSITELIB}/boto/services/result.pyo 665${PYSITELIB}/boto/services/result.pyo
370${PYSITELIB}/boto/services/service.py 666${PYSITELIB}/boto/services/service.py
371${PYSITELIB}/boto/services/service.pyc 667${PYSITELIB}/boto/services/service.pyc
372${PYSITELIB}/boto/services/service.pyo 668${PYSITELIB}/boto/services/service.pyo
373${PYSITELIB}/boto/services/servicedef.py 669${PYSITELIB}/boto/services/servicedef.py
374${PYSITELIB}/boto/services/servicedef.pyc 670${PYSITELIB}/boto/services/servicedef.pyc
375${PYSITELIB}/boto/services/servicedef.pyo 671${PYSITELIB}/boto/services/servicedef.pyo
 672${PYSITELIB}/boto/services/sonofmmm.cfg
376${PYSITELIB}/boto/services/sonofmmm.py 673${PYSITELIB}/boto/services/sonofmmm.py
377${PYSITELIB}/boto/services/sonofmmm.pyc 674${PYSITELIB}/boto/services/sonofmmm.pyc
378${PYSITELIB}/boto/services/sonofmmm.pyo 675${PYSITELIB}/boto/services/sonofmmm.pyo
379${PYSITELIB}/boto/services/submit.py 676${PYSITELIB}/boto/services/submit.py
380${PYSITELIB}/boto/services/submit.pyc 677${PYSITELIB}/boto/services/submit.pyc
381${PYSITELIB}/boto/services/submit.pyo 678${PYSITELIB}/boto/services/submit.pyo
 679${PYSITELIB}/boto/ses/__init__.py
 680${PYSITELIB}/boto/ses/__init__.pyc
 681${PYSITELIB}/boto/ses/__init__.pyo
 682${PYSITELIB}/boto/ses/connection.py
 683${PYSITELIB}/boto/ses/connection.pyc
 684${PYSITELIB}/boto/ses/connection.pyo
 685${PYSITELIB}/boto/ses/exceptions.py
 686${PYSITELIB}/boto/ses/exceptions.pyc
 687${PYSITELIB}/boto/ses/exceptions.pyo
 688${PYSITELIB}/boto/sns/__init__.py
 689${PYSITELIB}/boto/sns/__init__.pyc
 690${PYSITELIB}/boto/sns/__init__.pyo
 691${PYSITELIB}/boto/sns/connection.py
 692${PYSITELIB}/boto/sns/connection.pyc
 693${PYSITELIB}/boto/sns/connection.pyo
382${PYSITELIB}/boto/sqs/__init__.py 694${PYSITELIB}/boto/sqs/__init__.py
383${PYSITELIB}/boto/sqs/__init__.pyc 695${PYSITELIB}/boto/sqs/__init__.pyc
384${PYSITELIB}/boto/sqs/__init__.pyo 696${PYSITELIB}/boto/sqs/__init__.pyo
385${PYSITELIB}/boto/sqs/attributes.py 697${PYSITELIB}/boto/sqs/attributes.py
386${PYSITELIB}/boto/sqs/attributes.pyc 698${PYSITELIB}/boto/sqs/attributes.pyc
387${PYSITELIB}/boto/sqs/attributes.pyo 699${PYSITELIB}/boto/sqs/attributes.pyo
 700${PYSITELIB}/boto/sqs/batchresults.py
 701${PYSITELIB}/boto/sqs/batchresults.pyc
 702${PYSITELIB}/boto/sqs/batchresults.pyo
388${PYSITELIB}/boto/sqs/connection.py 703${PYSITELIB}/boto/sqs/connection.py
389${PYSITELIB}/boto/sqs/connection.pyc 704${PYSITELIB}/boto/sqs/connection.pyc
390${PYSITELIB}/boto/sqs/connection.pyo 705${PYSITELIB}/boto/sqs/connection.pyo
391${PYSITELIB}/boto/sqs/jsonmessage.py 706${PYSITELIB}/boto/sqs/jsonmessage.py
392${PYSITELIB}/boto/sqs/jsonmessage.pyc 707${PYSITELIB}/boto/sqs/jsonmessage.pyc
393${PYSITELIB}/boto/sqs/jsonmessage.pyo 708${PYSITELIB}/boto/sqs/jsonmessage.pyo
394${PYSITELIB}/boto/sqs/message.py 709${PYSITELIB}/boto/sqs/message.py
395${PYSITELIB}/boto/sqs/message.pyc 710${PYSITELIB}/boto/sqs/message.pyc
396${PYSITELIB}/boto/sqs/message.pyo 711${PYSITELIB}/boto/sqs/message.pyo
397${PYSITELIB}/boto/sqs/queue.py 712${PYSITELIB}/boto/sqs/queue.py
398${PYSITELIB}/boto/sqs/queue.pyc 713${PYSITELIB}/boto/sqs/queue.pyc
399${PYSITELIB}/boto/sqs/queue.pyo 714${PYSITELIB}/boto/sqs/queue.pyo
400${PYSITELIB}/boto/sqs/regioninfo.py 715${PYSITELIB}/boto/sqs/regioninfo.py
401${PYSITELIB}/boto/sqs/regioninfo.pyc 716${PYSITELIB}/boto/sqs/regioninfo.pyc
402${PYSITELIB}/boto/sqs/regioninfo.pyo 717${PYSITELIB}/boto/sqs/regioninfo.pyo
403${PYSITELIB}/boto/tests/__init__.py 718${PYSITELIB}/boto/storage_uri.py
404${PYSITELIB}/boto/tests/__init__.pyc 719${PYSITELIB}/boto/storage_uri.pyc
405${PYSITELIB}/boto/tests/__init__.pyo 720${PYSITELIB}/boto/storage_uri.pyo
406${PYSITELIB}/boto/tests/devpay_s3.py 721${PYSITELIB}/boto/sts/__init__.py
407${PYSITELIB}/boto/tests/devpay_s3.pyc 722${PYSITELIB}/boto/sts/__init__.pyc
408${PYSITELIB}/boto/tests/devpay_s3.pyo 723${PYSITELIB}/boto/sts/__init__.pyo
409${PYSITELIB}/boto/tests/test.py 724${PYSITELIB}/boto/sts/connection.py
410${PYSITELIB}/boto/tests/test.pyc 725${PYSITELIB}/boto/sts/connection.pyc
411${PYSITELIB}/boto/tests/test.pyo 726${PYSITELIB}/boto/sts/connection.pyo
412${PYSITELIB}/boto/tests/test_ec2connection.py 727${PYSITELIB}/boto/sts/credentials.py
413${PYSITELIB}/boto/tests/test_ec2connection.pyc 728${PYSITELIB}/boto/sts/credentials.pyc
414${PYSITELIB}/boto/tests/test_ec2connection.pyo 729${PYSITELIB}/boto/sts/credentials.pyo
415${PYSITELIB}/boto/tests/test_s3connection.py 730${PYSITELIB}/boto/swf/__init__.py
416${PYSITELIB}/boto/tests/test_s3connection.pyc 731${PYSITELIB}/boto/swf/__init__.pyc
417${PYSITELIB}/boto/tests/test_s3connection.pyo 732${PYSITELIB}/boto/swf/__init__.pyo
418${PYSITELIB}/boto/tests/test_sdbconnection.py 733${PYSITELIB}/boto/swf/exceptions.py
419${PYSITELIB}/boto/tests/test_sdbconnection.pyc 734${PYSITELIB}/boto/swf/exceptions.pyc
420${PYSITELIB}/boto/tests/test_sdbconnection.pyo 735${PYSITELIB}/boto/swf/exceptions.pyo
421${PYSITELIB}/boto/tests/test_sqsconnection.py 736${PYSITELIB}/boto/swf/layer1.py
422${PYSITELIB}/boto/tests/test_sqsconnection.pyc 737${PYSITELIB}/boto/swf/layer1.pyc
423${PYSITELIB}/boto/tests/test_sqsconnection.pyo 738${PYSITELIB}/boto/swf/layer1.pyo
 739${PYSITELIB}/boto/swf/layer1_decisions.py
 740${PYSITELIB}/boto/swf/layer1_decisions.pyc
 741${PYSITELIB}/boto/swf/layer1_decisions.pyo
424${PYSITELIB}/boto/utils.py 742${PYSITELIB}/boto/utils.py
425${PYSITELIB}/boto/utils.pyc 743${PYSITELIB}/boto/utils.pyc
426${PYSITELIB}/boto/utils.pyo 744${PYSITELIB}/boto/utils.pyo
427${PYSITELIB}/boto/vpc/__init__.py 745${PYSITELIB}/boto/vpc/__init__.py
428${PYSITELIB}/boto/vpc/__init__.pyc 746${PYSITELIB}/boto/vpc/__init__.pyc
429${PYSITELIB}/boto/vpc/__init__.pyo 747${PYSITELIB}/boto/vpc/__init__.pyo
430${PYSITELIB}/boto/vpc/customergateway.py 748${PYSITELIB}/boto/vpc/customergateway.py
431${PYSITELIB}/boto/vpc/customergateway.pyc 749${PYSITELIB}/boto/vpc/customergateway.pyc
432${PYSITELIB}/boto/vpc/customergateway.pyo 750${PYSITELIB}/boto/vpc/customergateway.pyo
433${PYSITELIB}/boto/vpc/dhcpoptions.py 751${PYSITELIB}/boto/vpc/dhcpoptions.py
434${PYSITELIB}/boto/vpc/dhcpoptions.pyc 752${PYSITELIB}/boto/vpc/dhcpoptions.pyc
435${PYSITELIB}/boto/vpc/dhcpoptions.pyo 753${PYSITELIB}/boto/vpc/dhcpoptions.pyo
 754${PYSITELIB}/boto/vpc/internetgateway.py
 755${PYSITELIB}/boto/vpc/internetgateway.pyc
 756${PYSITELIB}/boto/vpc/internetgateway.pyo
 757${PYSITELIB}/boto/vpc/routetable.py
 758${PYSITELIB}/boto/vpc/routetable.pyc
 759${PYSITELIB}/boto/vpc/routetable.pyo
436${PYSITELIB}/boto/vpc/subnet.py 760${PYSITELIB}/boto/vpc/subnet.py
437${PYSITELIB}/boto/vpc/subnet.pyc 761${PYSITELIB}/boto/vpc/subnet.pyc
438${PYSITELIB}/boto/vpc/subnet.pyo 762${PYSITELIB}/boto/vpc/subnet.pyo
439${PYSITELIB}/boto/vpc/vpc.py 763${PYSITELIB}/boto/vpc/vpc.py
440${PYSITELIB}/boto/vpc/vpc.pyc 764${PYSITELIB}/boto/vpc/vpc.pyc
441${PYSITELIB}/boto/vpc/vpc.pyo 765${PYSITELIB}/boto/vpc/vpc.pyo
442${PYSITELIB}/boto/vpc/vpnconnection.py 766${PYSITELIB}/boto/vpc/vpnconnection.py
443${PYSITELIB}/boto/vpc/vpnconnection.pyc 767${PYSITELIB}/boto/vpc/vpnconnection.pyc
444${PYSITELIB}/boto/vpc/vpnconnection.pyo 768${PYSITELIB}/boto/vpc/vpnconnection.pyo
445${PYSITELIB}/boto/vpc/vpngateway.py 769${PYSITELIB}/boto/vpc/vpngateway.py
446${PYSITELIB}/boto/vpc/vpngateway.pyc 770${PYSITELIB}/boto/vpc/vpngateway.pyc
447${PYSITELIB}/boto/vpc/vpngateway.pyo 771${PYSITELIB}/boto/vpc/vpngateway.pyo

cvs diff -r1.5 -r1.6 pkgsrc/net/py-boto/distinfo (expand / switch to unified diff)

--- pkgsrc/net/py-boto/distinfo 2012/01/24 20:43:37 1.5
+++ pkgsrc/net/py-boto/distinfo 2012/09/05 09:02:43 1.6
@@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
1$NetBSD: distinfo,v 1.5 2012/01/24 20:43:37 gson Exp $ 1$NetBSD: distinfo,v 1.6 2012/09/05 09:02:43 wiz Exp $
2 2
3SHA1 (boto-1.9b.tar.gz) = 00a033b0a593c3ca82927867950f73d88b831155 3SHA1 (boto-2.5.2.tar.gz) = b680fa555cb7b7ebf9a3aa12a05ba3bd36a161d5
4RMD160 (boto-1.9b.tar.gz) = 0d403ad76bf02a60699693dc13cd0911196ec844 4RMD160 (boto-2.5.2.tar.gz) = 32ea82c5354b282be47cbc7481cd4d3f29cacbc6
5Size (boto-1.9b.tar.gz) = 218406 bytes 5Size (boto-2.5.2.tar.gz) = 580273 bytes
6SHA1 (patch-aa) = 4f5b68d78b477125c96ff88b32e1c241eb6bc7f2 

File Deleted: pkgsrc/net/py-boto/patches/Attic/patch-aa