summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-02-23 11:28:58 +0000
committerwiz <wiz@pkgsrc.org>2009-02-23 11:28:58 +0000
commitcc2a59884921b01b0838375452b22b359bf79a9a (patch)
tree3d10c17dbedd3c53b07c4509fa300fa605e12651 /net
parentb9403a8c28a7a7f5d1a7b8fafad6034d02d8fbc0 (diff)
downloadpkgsrc-cc2a59884921b01b0838375452b22b359bf79a9a.tar.gz
Update to 1.6b:
Adds support for Signature Version 2 for increased security with EC2, SQS, SDB Add support for Regions in EC2 Fixes Issue 172, Issue 178, Issue 180, Issue 181, Issue 182 Fixes issue 165, issue 172, issue 173, issue 174, issue 176, issue 177 Adds initial support for CloudFront (ahem) service Fixes stupid and dangerous copy/paste error in SDB support. Support for EBS, QueryWithAttributes, lots of bugfixes.
Diffstat (limited to 'net')
-rw-r--r--net/py-boto/Makefile4
-rw-r--r--net/py-boto/PLIST81
-rw-r--r--net/py-boto/distinfo8
3 files changed, 86 insertions, 7 deletions
diff --git a/net/py-boto/Makefile b/net/py-boto/Makefile
index 8a78e389f80..31bf01d3e1f 100644
--- a/net/py-boto/Makefile
+++ b/net/py-boto/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2008/09/12 05:32:37 epg Exp $
+# $NetBSD: Makefile,v 1.5 2009/02/23 11:28:58 wiz Exp $
#
-DISTNAME= boto-1.3a
+DISTNAME= boto-1.6b
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net
MASTER_SITES= http://boto.googlecode.com/files/
diff --git a/net/py-boto/PLIST b/net/py-boto/PLIST
index 75b87bf2e3d..aaeeabfc8b2 100644
--- a/net/py-boto/PLIST
+++ b/net/py-boto/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2008/07/24 17:37:56 bjs Exp $
+@comment $NetBSD: PLIST,v 1.3 2009/02/23 11:28:58 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -6,6 +6,15 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/boto/__init__.py
${PYSITELIB}/boto/__init__.pyc
${PYSITELIB}/boto/__init__.pyo
+${PYSITELIB}/boto/cloudfront/__init__.py
+${PYSITELIB}/boto/cloudfront/__init__.pyc
+${PYSITELIB}/boto/cloudfront/__init__.pyo
+${PYSITELIB}/boto/cloudfront/distribution.py
+${PYSITELIB}/boto/cloudfront/distribution.pyc
+${PYSITELIB}/boto/cloudfront/distribution.pyo
+${PYSITELIB}/boto/cloudfront/exception.py
+${PYSITELIB}/boto/cloudfront/exception.pyc
+${PYSITELIB}/boto/cloudfront/exception.pyo
${PYSITELIB}/boto/connection.py
${PYSITELIB}/boto/connection.pyc
${PYSITELIB}/boto/connection.pyo
@@ -27,6 +36,9 @@ ${PYSITELIB}/boto/ec2/address.pyo
${PYSITELIB}/boto/ec2/connection.py
${PYSITELIB}/boto/ec2/connection.pyc
${PYSITELIB}/boto/ec2/connection.pyo
+${PYSITELIB}/boto/ec2/ec2object.py
+${PYSITELIB}/boto/ec2/ec2object.pyc
+${PYSITELIB}/boto/ec2/ec2object.pyo
${PYSITELIB}/boto/ec2/image.py
${PYSITELIB}/boto/ec2/image.pyc
${PYSITELIB}/boto/ec2/image.pyo
@@ -36,9 +48,18 @@ ${PYSITELIB}/boto/ec2/instance.pyo
${PYSITELIB}/boto/ec2/keypair.py
${PYSITELIB}/boto/ec2/keypair.pyc
${PYSITELIB}/boto/ec2/keypair.pyo
+${PYSITELIB}/boto/ec2/regioninfo.py
+${PYSITELIB}/boto/ec2/regioninfo.pyc
+${PYSITELIB}/boto/ec2/regioninfo.pyo
${PYSITELIB}/boto/ec2/securitygroup.py
${PYSITELIB}/boto/ec2/securitygroup.pyc
${PYSITELIB}/boto/ec2/securitygroup.pyo
+${PYSITELIB}/boto/ec2/snapshot.py
+${PYSITELIB}/boto/ec2/snapshot.pyc
+${PYSITELIB}/boto/ec2/snapshot.pyo
+${PYSITELIB}/boto/ec2/volume.py
+${PYSITELIB}/boto/ec2/volume.pyc
+${PYSITELIB}/boto/ec2/volume.pyo
${PYSITELIB}/boto/ec2/zone.py
${PYSITELIB}/boto/ec2/zone.pyc
${PYSITELIB}/boto/ec2/zone.pyo
@@ -75,6 +96,9 @@ ${PYSITELIB}/boto/mturk/notification.pyo
${PYSITELIB}/boto/mturk/price.py
${PYSITELIB}/boto/mturk/price.pyc
${PYSITELIB}/boto/mturk/price.pyo
+${PYSITELIB}/boto/mturk/qualification.py
+${PYSITELIB}/boto/mturk/qualification.pyc
+${PYSITELIB}/boto/mturk/qualification.pyo
${PYSITELIB}/boto/mturk/question.py
${PYSITELIB}/boto/mturk/question.pyc
${PYSITELIB}/boto/mturk/question.pyo
@@ -135,6 +159,33 @@ ${PYSITELIB}/boto/sdb/__init__.pyo
${PYSITELIB}/boto/sdb/connection.py
${PYSITELIB}/boto/sdb/connection.pyc
${PYSITELIB}/boto/sdb/connection.pyo
+${PYSITELIB}/boto/sdb/db/__init__.py
+${PYSITELIB}/boto/sdb/db/__init__.pyc
+${PYSITELIB}/boto/sdb/db/__init__.pyo
+${PYSITELIB}/boto/sdb/db/key.py
+${PYSITELIB}/boto/sdb/db/key.pyc
+${PYSITELIB}/boto/sdb/db/key.pyo
+${PYSITELIB}/boto/sdb/db/manager/__init__.py
+${PYSITELIB}/boto/sdb/db/manager/__init__.pyc
+${PYSITELIB}/boto/sdb/db/manager/__init__.pyo
+${PYSITELIB}/boto/sdb/db/manager/pgmanager.py
+${PYSITELIB}/boto/sdb/db/manager/pgmanager.pyc
+${PYSITELIB}/boto/sdb/db/manager/pgmanager.pyo
+${PYSITELIB}/boto/sdb/db/manager/sdbmanager.py
+${PYSITELIB}/boto/sdb/db/manager/sdbmanager.pyc
+${PYSITELIB}/boto/sdb/db/manager/sdbmanager.pyo
+${PYSITELIB}/boto/sdb/db/model.py
+${PYSITELIB}/boto/sdb/db/model.pyc
+${PYSITELIB}/boto/sdb/db/model.pyo
+${PYSITELIB}/boto/sdb/db/property.py
+${PYSITELIB}/boto/sdb/db/property.pyc
+${PYSITELIB}/boto/sdb/db/property.pyo
+${PYSITELIB}/boto/sdb/db/query.py
+${PYSITELIB}/boto/sdb/db/query.pyc
+${PYSITELIB}/boto/sdb/db/query.pyo
+${PYSITELIB}/boto/sdb/db/test_db.py
+${PYSITELIB}/boto/sdb/db/test_db.pyc
+${PYSITELIB}/boto/sdb/db/test_db.pyo
${PYSITELIB}/boto/sdb/domain.py
${PYSITELIB}/boto/sdb/domain.pyc
${PYSITELIB}/boto/sdb/domain.pyo
@@ -159,6 +210,30 @@ ${PYSITELIB}/boto/sdb/persist/test_persist.pyo
${PYSITELIB}/boto/sdb/queryresultset.py
${PYSITELIB}/boto/sdb/queryresultset.pyc
${PYSITELIB}/boto/sdb/queryresultset.pyo
+${PYSITELIB}/boto/services/__init__.py
+${PYSITELIB}/boto/services/__init__.pyc
+${PYSITELIB}/boto/services/__init__.pyo
+${PYSITELIB}/boto/services/bs.py
+${PYSITELIB}/boto/services/bs.pyc
+${PYSITELIB}/boto/services/bs.pyo
+${PYSITELIB}/boto/services/message.py
+${PYSITELIB}/boto/services/message.pyc
+${PYSITELIB}/boto/services/message.pyo
+${PYSITELIB}/boto/services/result.py
+${PYSITELIB}/boto/services/result.pyc
+${PYSITELIB}/boto/services/result.pyo
+${PYSITELIB}/boto/services/service.py
+${PYSITELIB}/boto/services/service.pyc
+${PYSITELIB}/boto/services/service.pyo
+${PYSITELIB}/boto/services/servicedef.py
+${PYSITELIB}/boto/services/servicedef.pyc
+${PYSITELIB}/boto/services/servicedef.pyo
+${PYSITELIB}/boto/services/sonofmmm.py
+${PYSITELIB}/boto/services/sonofmmm.pyc
+${PYSITELIB}/boto/services/sonofmmm.pyo
+${PYSITELIB}/boto/services/submit.py
+${PYSITELIB}/boto/services/submit.pyc
+${PYSITELIB}/boto/services/submit.pyo
${PYSITELIB}/boto/sqs/__init__.py
${PYSITELIB}/boto/sqs/__init__.pyc
${PYSITELIB}/boto/sqs/__init__.pyo
@@ -200,7 +275,10 @@ ${PYSITELIB}/boto/utils.pyc
${PYSITELIB}/boto/utils.pyo
@dirrm ${PYSITELIB}/boto/tests
@dirrm ${PYSITELIB}/boto/sqs
+@dirrm ${PYSITELIB}/boto/services
@dirrm ${PYSITELIB}/boto/sdb/persist
+@dirrm ${PYSITELIB}/boto/sdb/db/manager
+@dirrm ${PYSITELIB}/boto/sdb/db
@dirrm ${PYSITELIB}/boto/sdb
@dirrm ${PYSITELIB}/boto/s3
@dirrm ${PYSITELIB}/boto/pyami
@@ -208,5 +286,6 @@ ${PYSITELIB}/boto/utils.pyo
@dirrm ${PYSITELIB}/boto/mashups
@dirrm ${PYSITELIB}/boto/ec2
@dirrm ${PYSITELIB}/boto/contrib
+@dirrm ${PYSITELIB}/boto/cloudfront
@dirrm ${PYSITELIB}/${EGG_INFODIR}
@dirrm ${PYSITELIB}/boto
diff --git a/net/py-boto/distinfo b/net/py-boto/distinfo
index ce7a4245d64..d925b94fb1e 100644
--- a/net/py-boto/distinfo
+++ b/net/py-boto/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2008/07/24 17:37:56 bjs Exp $
+$NetBSD: distinfo,v 1.3 2009/02/23 11:28:58 wiz Exp $
-SHA1 (boto-1.3a.tar.gz) = abd773a801fb68012b985f349f1c142cf64cca70
-RMD160 (boto-1.3a.tar.gz) = 4215caaf4a4cfcb615086ae2834fea239eb373e4
-Size (boto-1.3a.tar.gz) = 103018 bytes
+SHA1 (boto-1.6b.tar.gz) = 1456021d9304052bf6cc01d688bc66bda58499c3
+RMD160 (boto-1.6b.tar.gz) = c4c4a9c497e1a1476a895d76052d0c6f3ab1a74e
+Size (boto-1.6b.tar.gz) = 134305 bytes