Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (0f7f43bec5d7ca9ef2b76584bc66aac90b6406ac)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (0f7f43bec5d7ca9ef2b76584bc66aac90b6406ac)
  • Date: Wed, 26 Oct 2011 10:33:29 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 5 +++++
python-pypi/boto/DEPENDS | 1 +
python-pypi/boto/DETAILS | 21 +++++++++++++++++++++
python-pypi/boto/HISTORY | 3 +++
python-pypi/duplicity/DEPENDS | 9 +++++++++
python-pypi/duplicity/DETAILS | 15 +++++++++++++++
python-pypi/duplicity/HISTORY | 3 +++
python-pypi/python-gnupg/DETAILS | 4 ++--
python-pypi/python-gnupg/HISTORY | 3 +++
9 files changed, 62 insertions(+), 2 deletions(-)

New commits:
commit 0f7f43bec5d7ca9ef2b76584bc66aac90b6406ac
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/duplicity: new spell, a tool for creating encrypted
incremental backups

commit a4fcb78063ff4a5737f90662247e2820fc68e2ac
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/boto: new spell, access to Amazon's S3 cloud

commit b7026c8e5aa9a831066c44c49b7031dd55426ed7
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/python-gnupg: version 0.2.8

diff --git a/ChangeLog b/ChangeLog
index 3f249ac..4114226 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-10-26 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * python-pypi/boto: new spell, access to Amazon's S3 cloud
+ * python-pypi/duplicity: new spell, a tool for creating encrypted
+ incremental backups
+
2011-10-25 Ladislav Hagara <hgr AT vabo.cz>
* utils/usb-modeswitch: new spell
mode switching tool for controlling multiple mode USB devices
diff --git a/python-pypi/boto/DEPENDS b/python-pypi/boto/DEPENDS
new file mode 100755
index 0000000..6e84a0e
--- /dev/null
+++ b/python-pypi/boto/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-pypi/boto/DETAILS b/python-pypi/boto/DETAILS
new file mode 100755
index 0000000..fbe88ce
--- /dev/null
+++ b/python-pypi/boto/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=boto
+ VERSION=2.0
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://${SPELL}.googlecode.com/files/${SOURCE}
+
SOURCE_HASH=sha512:1a673ebd2861fdb89aea5b888599184a1b046ff11dbac0ec334fe56ef17737100f1d910fe824a4f195f6eb5f2f8d962e01ec1b77d4026edbc78f853f2b9ccd21
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://code.google.com/p/boto/";
+ LICENSE[0]=MIT
+ ENTERED=20111026
+ SHORT="an integrated interface to current and future
infrastructural services offered by Amazon Web Services"
+cat << EOF
+An integrated interface to current and future infrastructural services
+offered by Amazon Web Services. Currently, this includes:
+
+ * Simple Storage Service (S3) * SimpleQueue Service (SQS) * Elastic Compute
+ Cloud (EC2) * Mechanical Turk * SimpleDB * CloudFront * CloudWatch *
AutoScale
+ * Elastic Load Balancer (ELB) * Virtual Private Cloud (VPC) * Elastic Map
+ Reduce (EMR) * Relational Data Service (RDS) * Simple Notification Server
+ (SNS) * Google Storage * Identity and Access Management (IAM) * Route53
+ DNS Service (route53)
+EOF
diff --git a/python-pypi/boto/HISTORY b/python-pypi/boto/HISTORY
new file mode 100644
index 0000000..7a99423
--- /dev/null
+++ b/python-pypi/boto/HISTORY
@@ -0,0 +1,3 @@
+2011-10-26 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/python-pypi/duplicity/DEPENDS b/python-pypi/duplicity/DEPENDS
new file mode 100755
index 0000000..011365e
--- /dev/null
+++ b/python-pypi/duplicity/DEPENDS
@@ -0,0 +1,9 @@
+depends librsync &&
+depends python &&
+depends python-gnupg &&
+
+suggest_depends ncftp '' '' 'for ftp' &&
+suggest_depends lftp '' '' 'for ftp over SSL' &&
+suggest_depends openssh '' '' 'for ssh support' &&
+suggest_depends rsync '' '' 'for rsync support' &&
+suggest_depends boto '' '' "support for Amazon's S3 cloud"
diff --git a/python-pypi/duplicity/DETAILS b/python-pypi/duplicity/DETAILS
new file mode 100755
index 0000000..4d42fbe
--- /dev/null
+++ b/python-pypi/duplicity/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=duplicity
+ VERSION=0.6.16
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://code.launchpad.net/${SPELL}/0.6-series/${VERSION}/+download/${SOURCE}
+
SOURCE_HASH=sha512:a7041a3f86df95dd282ba5b4e08c676a89e351d1204e89eafc770b61079b9d36f10c97ca6a91c04b898d3ac9c55d08dba62daa874d51f0917eafb7140a9506fd
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://duplicity.nongnu.org";
+ LICENSE[0]=GPL
+ ENTERED=20111026
+ SHORT="a tool for creating incremental, encrypted backups"
+cat << EOF
+Duplicity implements a traditional backup scheme, where the initial archive
+contains all information (full backup) and in the future only the changed
+information is added.
+EOF
diff --git a/python-pypi/duplicity/HISTORY b/python-pypi/duplicity/HISTORY
new file mode 100644
index 0000000..7a99423
--- /dev/null
+++ b/python-pypi/duplicity/HISTORY
@@ -0,0 +1,3 @@
+2011-10-26 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/python-pypi/python-gnupg/DETAILS
b/python-pypi/python-gnupg/DETAILS
index 69f6988..301ab03 100755
--- a/python-pypi/python-gnupg/DETAILS
+++ b/python-pypi/python-gnupg/DETAILS
@@ -1,8 +1,8 @@
SPELL=python-gnupg
- VERSION=0.2.7
+ VERSION=0.2.8
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://python-gnupg.googlecode.com/files/$SOURCE
-
SOURCE_HASH=sha512:b874b77bdc02f4f98488a130006354a236b4838d65bdfbf15cb6d7b35f0e001f98331db91eb3c29d1e28e88a5721d8788719d8526b0ff687dd63b1dcc54f8257
+
SOURCE_HASH=sha512:569c28ae819ba170072fe218927ebca90bd049f9319fa0fdd362eeb28752d6f4ee7920b7145358d2c55c45fe2d8bca54e08f53e9c496324504c6d069d3a783a6
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://code.google.com/p/python-gnupg/
LICENSE[0]=BSD
diff --git a/python-pypi/python-gnupg/HISTORY
b/python-pypi/python-gnupg/HISTORY
index a44bc50..c2a41db 100644
--- a/python-pypi/python-gnupg/HISTORY
+++ b/python-pypi/python-gnupg/HISTORY
@@ -1,3 +1,6 @@
+2011-10-26 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.2.8
+
2011-05-01 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.2.7




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (0f7f43bec5d7ca9ef2b76584bc66aac90b6406ac), Florian Franzmann, 10/26/2011

Archive powered by MHonArc 2.6.24.

Top of Page