pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-boto Update to version 1.3a. The author explic...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fee43aa50394
branches:  trunk
changeset: 545037:fee43aa50394
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Thu Jul 24 17:37:56 2008 +0000

description:
Update to version 1.3a.  The author explicity states that he does
not provide a ChangeLog, instead referring users to the subversion
history.  This version has quite a few bug fixes over 1.0a--I simply do
not have the time to list them here.

diffstat:

 net/py-boto/Makefile         |    4 +-
 net/py-boto/PLIST            |  114 ++++++++++++++++++++++++++++++++----------
 net/py-boto/distinfo         |    9 +-
 net/py-boto/patches/patch-aa |   12 ----
 4 files changed, 93 insertions(+), 46 deletions(-)

diffs (228 lines):

diff -r b98769dd9214 -r fee43aa50394 net/py-boto/Makefile
--- a/net/py-boto/Makefile      Thu Jul 24 17:30:39 2008 +0000
+++ b/net/py-boto/Makefile      Thu Jul 24 17:37:56 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2008/04/25 20:39:11 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2008/07/24 17:37:56 bjs Exp $
 #
 
-DISTNAME=      boto-1.0a
+DISTNAME=      boto-1.3a
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 EGG_NAME=      ${DISTNAME}
 CATEGORIES=    net
diff -r b98769dd9214 -r fee43aa50394 net/py-boto/PLIST
--- a/net/py-boto/PLIST Thu Jul 24 17:30:39 2008 +0000
+++ b/net/py-boto/PLIST Thu Jul 24 17:37:56 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/02/06 07:08:11 bjs Exp $
+@comment $NetBSD: PLIST,v 1.2 2008/07/24 17:37:56 bjs Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -21,6 +21,9 @@
 ${PYSITELIB}/boto/ec2/__init__.py
 ${PYSITELIB}/boto/ec2/__init__.pyc
 ${PYSITELIB}/boto/ec2/__init__.pyo
+${PYSITELIB}/boto/ec2/address.py
+${PYSITELIB}/boto/ec2/address.pyc
+${PYSITELIB}/boto/ec2/address.pyo
 ${PYSITELIB}/boto/ec2/connection.py
 ${PYSITELIB}/boto/ec2/connection.pyc
 ${PYSITELIB}/boto/ec2/connection.pyo
@@ -36,12 +39,30 @@
 ${PYSITELIB}/boto/ec2/securitygroup.py
 ${PYSITELIB}/boto/ec2/securitygroup.pyc
 ${PYSITELIB}/boto/ec2/securitygroup.pyo
+${PYSITELIB}/boto/ec2/zone.py
+${PYSITELIB}/boto/ec2/zone.pyc
+${PYSITELIB}/boto/ec2/zone.pyo
 ${PYSITELIB}/boto/exception.py
 ${PYSITELIB}/boto/exception.pyc
 ${PYSITELIB}/boto/exception.pyo
 ${PYSITELIB}/boto/handler.py
 ${PYSITELIB}/boto/handler.pyc
 ${PYSITELIB}/boto/handler.pyo
+${PYSITELIB}/boto/mashups/__init__.py
+${PYSITELIB}/boto/mashups/__init__.pyc
+${PYSITELIB}/boto/mashups/__init__.pyo
+${PYSITELIB}/boto/mashups/interactive.py
+${PYSITELIB}/boto/mashups/interactive.pyc
+${PYSITELIB}/boto/mashups/interactive.pyo
+${PYSITELIB}/boto/mashups/iobject.py
+${PYSITELIB}/boto/mashups/iobject.pyc
+${PYSITELIB}/boto/mashups/iobject.pyo
+${PYSITELIB}/boto/mashups/order.py
+${PYSITELIB}/boto/mashups/order.pyc
+${PYSITELIB}/boto/mashups/order.pyo
+${PYSITELIB}/boto/mashups/server.py
+${PYSITELIB}/boto/mashups/server.pyc
+${PYSITELIB}/boto/mashups/server.pyo
 ${PYSITELIB}/boto/mturk/__init__.py
 ${PYSITELIB}/boto/mturk/__init__.pyc
 ${PYSITELIB}/boto/mturk/__init__.pyo
@@ -54,12 +75,33 @@
 ${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
+${PYSITELIB}/boto/pyami/__init__.py
+${PYSITELIB}/boto/pyami/__init__.pyc
+${PYSITELIB}/boto/pyami/__init__.pyo
+${PYSITELIB}/boto/pyami/bootstrap.py
+${PYSITELIB}/boto/pyami/bootstrap.pyc
+${PYSITELIB}/boto/pyami/bootstrap.pyo
+${PYSITELIB}/boto/pyami/config.py
+${PYSITELIB}/boto/pyami/config.pyc
+${PYSITELIB}/boto/pyami/config.pyo
+${PYSITELIB}/boto/pyami/copybot.py
+${PYSITELIB}/boto/pyami/copybot.pyc
+${PYSITELIB}/boto/pyami/copybot.pyo
+${PYSITELIB}/boto/pyami/helloworld.py
+${PYSITELIB}/boto/pyami/helloworld.pyc
+${PYSITELIB}/boto/pyami/helloworld.pyo
+${PYSITELIB}/boto/pyami/launch_ami.py
+${PYSITELIB}/boto/pyami/launch_ami.pyc
+${PYSITELIB}/boto/pyami/launch_ami.pyo
+${PYSITELIB}/boto/pyami/scriptbase.py
+${PYSITELIB}/boto/pyami/scriptbase.pyc
+${PYSITELIB}/boto/pyami/scriptbase.pyo
+${PYSITELIB}/boto/pyami/startup.py
+${PYSITELIB}/boto/pyami/startup.pyc
+${PYSITELIB}/boto/pyami/startup.pyo
 ${PYSITELIB}/boto/resultset.py
 ${PYSITELIB}/boto/resultset.pyc
 ${PYSITELIB}/boto/resultset.pyo
@@ -90,9 +132,6 @@
 ${PYSITELIB}/boto/sdb/__init__.py
 ${PYSITELIB}/boto/sdb/__init__.pyc
 ${PYSITELIB}/boto/sdb/__init__.pyo
-${PYSITELIB}/boto/sdb/attribute.py
-${PYSITELIB}/boto/sdb/attribute.pyc
-${PYSITELIB}/boto/sdb/attribute.pyo
 ${PYSITELIB}/boto/sdb/connection.py
 ${PYSITELIB}/boto/sdb/connection.pyc
 ${PYSITELIB}/boto/sdb/connection.pyo
@@ -102,9 +141,21 @@
 ${PYSITELIB}/boto/sdb/item.py
 ${PYSITELIB}/boto/sdb/item.pyc
 ${PYSITELIB}/boto/sdb/item.pyo
-${PYSITELIB}/boto/sdb/item_orig.py
-${PYSITELIB}/boto/sdb/item_orig.pyc
-${PYSITELIB}/boto/sdb/item_orig.pyo
+${PYSITELIB}/boto/sdb/persist/__init__.py
+${PYSITELIB}/boto/sdb/persist/__init__.pyc
+${PYSITELIB}/boto/sdb/persist/__init__.pyo
+${PYSITELIB}/boto/sdb/persist/checker.py
+${PYSITELIB}/boto/sdb/persist/checker.pyc
+${PYSITELIB}/boto/sdb/persist/checker.pyo
+${PYSITELIB}/boto/sdb/persist/object.py
+${PYSITELIB}/boto/sdb/persist/object.pyc
+${PYSITELIB}/boto/sdb/persist/object.pyo
+${PYSITELIB}/boto/sdb/persist/property.py
+${PYSITELIB}/boto/sdb/persist/property.pyc
+${PYSITELIB}/boto/sdb/persist/property.pyo
+${PYSITELIB}/boto/sdb/persist/test_persist.py
+${PYSITELIB}/boto/sdb/persist/test_persist.pyc
+${PYSITELIB}/boto/sdb/persist/test_persist.pyo
 ${PYSITELIB}/boto/sdb/queryresultset.py
 ${PYSITELIB}/boto/sdb/queryresultset.pyc
 ${PYSITELIB}/boto/sdb/queryresultset.pyo
@@ -117,36 +168,45 @@
 ${PYSITELIB}/boto/sqs/connection.py
 ${PYSITELIB}/boto/sqs/connection.pyc
 ${PYSITELIB}/boto/sqs/connection.pyo
+${PYSITELIB}/boto/sqs/jsonmessage.py
+${PYSITELIB}/boto/sqs/jsonmessage.pyc
+${PYSITELIB}/boto/sqs/jsonmessage.pyo
 ${PYSITELIB}/boto/sqs/message.py
 ${PYSITELIB}/boto/sqs/message.pyc
 ${PYSITELIB}/boto/sqs/message.pyo
 ${PYSITELIB}/boto/sqs/queue.py
 ${PYSITELIB}/boto/sqs/queue.pyc
 ${PYSITELIB}/boto/sqs/queue.pyo
+${PYSITELIB}/boto/tests/__init__.py
+${PYSITELIB}/boto/tests/__init__.pyc
+${PYSITELIB}/boto/tests/__init__.pyo
+${PYSITELIB}/boto/tests/test.py
+${PYSITELIB}/boto/tests/test.pyc
+${PYSITELIB}/boto/tests/test.pyo
+${PYSITELIB}/boto/tests/test_ec2connection.py
+${PYSITELIB}/boto/tests/test_ec2connection.pyc
+${PYSITELIB}/boto/tests/test_ec2connection.pyo
+${PYSITELIB}/boto/tests/test_s3connection.py
+${PYSITELIB}/boto/tests/test_s3connection.pyc
+${PYSITELIB}/boto/tests/test_s3connection.pyo
+${PYSITELIB}/boto/tests/test_sdbconnection.py
+${PYSITELIB}/boto/tests/test_sdbconnection.pyc
+${PYSITELIB}/boto/tests/test_sdbconnection.pyo
+${PYSITELIB}/boto/tests/test_sqsconnection.py
+${PYSITELIB}/boto/tests/test_sqsconnection.pyc
+${PYSITELIB}/boto/tests/test_sqsconnection.pyo
 ${PYSITELIB}/boto/utils.py
 ${PYSITELIB}/boto/utils.pyc
 ${PYSITELIB}/boto/utils.pyo
-${PYSITELIB}/tests/__init__.py
-${PYSITELIB}/tests/__init__.pyc
-${PYSITELIB}/tests/__init__.pyo
-${PYSITELIB}/tests/test_ec2connection.py
-${PYSITELIB}/tests/test_ec2connection.pyc
-${PYSITELIB}/tests/test_ec2connection.pyo
-${PYSITELIB}/tests/test_s3connection.py
-${PYSITELIB}/tests/test_s3connection.pyc
-${PYSITELIB}/tests/test_s3connection.pyo
-${PYSITELIB}/tests/test_sdbconnection.py
-${PYSITELIB}/tests/test_sdbconnection.pyc
-${PYSITELIB}/tests/test_sdbconnection.pyo
-${PYSITELIB}/tests/test_sqsconnection.py
-${PYSITELIB}/tests/test_sqsconnection.pyc
-${PYSITELIB}/tests/test_sqsconnection.pyo
-@dirrm ${PYSITELIB}/${EGG_INFODIR}
-@dirrm ${PYSITELIB}/tests
+@dirrm ${PYSITELIB}/boto/tests
 @dirrm ${PYSITELIB}/boto/sqs
+@dirrm ${PYSITELIB}/boto/sdb/persist
 @dirrm ${PYSITELIB}/boto/sdb
 @dirrm ${PYSITELIB}/boto/s3
+@dirrm ${PYSITELIB}/boto/pyami
 @dirrm ${PYSITELIB}/boto/mturk
+@dirrm ${PYSITELIB}/boto/mashups
 @dirrm ${PYSITELIB}/boto/ec2
 @dirrm ${PYSITELIB}/boto/contrib
+@dirrm ${PYSITELIB}/${EGG_INFODIR}
 @dirrm ${PYSITELIB}/boto
diff -r b98769dd9214 -r fee43aa50394 net/py-boto/distinfo
--- a/net/py-boto/distinfo      Thu Jul 24 17:30:39 2008 +0000
+++ b/net/py-boto/distinfo      Thu Jul 24 17:37:56 2008 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/02/06 07:08:11 bjs Exp $
+$NetBSD: distinfo,v 1.2 2008/07/24 17:37:56 bjs Exp $
 
-SHA1 (boto-1.0a.tar.gz) = 4aa4c2bf0e935d76b946b053398100c5b1b3ab59
-RMD160 (boto-1.0a.tar.gz) = d6e0fbc053f07f2c4adb307804052a52566d28c3
-Size (boto-1.0a.tar.gz) = 71893 bytes
-SHA1 (patch-aa) = 01f1030a667bf7b4db9d0a139eb21017732adeb7
+SHA1 (boto-1.3a.tar.gz) = abd773a801fb68012b985f349f1c142cf64cca70
+RMD160 (boto-1.3a.tar.gz) = 4215caaf4a4cfcb615086ae2834fea239eb373e4
+Size (boto-1.3a.tar.gz) = 103018 bytes
diff -r b98769dd9214 -r fee43aa50394 net/py-boto/patches/patch-aa
--- a/net/py-boto/patches/patch-aa      Thu Jul 24 17:30:39 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2008/02/06 07:11:14 bjs Exp $
-
---- setup.py.orig      2007-12-30 12:14:31.000000000 -0500
-+++ setup.py
-@@ -37,7 +37,6 @@ setup(name = "boto",
-       url = "http://code.google.com/p/boto/";,
-       packages = [ 'boto', 'boto.sqs', 'boto.s3', 'boto.ec2', 'boto.sdb',
-                    'boto.mturk', 'boto.contrib', 'tests'],
--      scripts=['test.py'],
-       license = 'MIT',
-       platforms = 'Posix; MacOS X; Windows',
-       classifiers = [ 'Development Status :: 3 - Alpha',



Home | Main Index | Thread Index | Old Index