Skip to Content.
Sympa Menu

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

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 (092e78b852c1cce7711c01623d6ab1db9f92630f)
  • Date: Sat, 2 Jun 2012 04:31:26 -0500

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

ChangeLog | 5 ++++
python-pypi/genbackupdata/0001-remove-manpage.patch | 23
++++++++++++++++++++
python-pypi/genbackupdata/DEPENDS | 1
python-pypi/genbackupdata/DETAILS | 13 +++++++++++
python-pypi/genbackupdata/HISTORY | 3 ++
python-pypi/genbackupdata/PRE_BUILD | 3 ++
python-pypi/larch/DETAILS | 8 +++---
python-pypi/larch/HISTORY | 3 ++
python-pypi/obnam/DEPENDS | 4 ++-
python-pypi/obnam/DETAILS | 8 +++---
python-pypi/obnam/HISTORY | 4 +++
python-pypi/python-cliapp/DETAILS | 6 ++---
python-pypi/python-cliapp/HISTORY | 3 ++
python-pypi/python-tracing/DETAILS | 8 +++---
python-pypi/python-tracing/HISTORY | 3 ++
python-pypi/seivot/DEPENDS | 2 +
python-pypi/seivot/DETAILS | 13 +++++++++++
python-pypi/seivot/HISTORY | 3 ++
python-pypi/ttystatus/DETAILS | 8 +++---
python-pypi/ttystatus/HISTORY | 3 ++
utils/extrautils/DETAILS | 4 +--
utils/extrautils/HISTORY | 3 ++
22 files changed, 109 insertions(+), 22 deletions(-)

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

python-pypi/obnam: version 1.0

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

python-pypi/seivot: new spell, a tool for benchmarking backup programs

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

python-pypi/genbackupdata: new spell, a tool for generating test data for
backup programs

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

python-pypi/larch: version 0.31

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

python-pypi/ttystatus: version 0.18

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

python-pypi/python-tracing: version 0.6

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

python-pypi/python-cliapp: version 0.29

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

utils/extrautils: version 1.18

diff --git a/ChangeLog b/ChangeLog
index 71d49a3..483c9bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-06-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * python-pypi/genbackupdata: new spell, a tool for generating test
data for
+ backup programs
+ * python-pypi/seivot: new spell, a tool for benchmarking backup
programs
+
2012-05-31 Julien "_kaze_" ROZO <julien AT rozo.org>
* utils/dfc: new spell, a df replacement with graphs and colors

diff --git a/python-pypi/genbackupdata/0001-remove-manpage.patch
b/python-pypi/genbackupdata/0001-remove-manpage.patch
new file mode 100644
index 0000000..c04122b
--- /dev/null
+++ b/python-pypi/genbackupdata/0001-remove-manpage.patch
@@ -0,0 +1,23 @@
+From a53a38ef122f25d6ee65e1a418c9de08a13eb81b Mon Sep 17 00:00:00 2001
+From: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+Date: Sat, 2 Jun 2012 11:20:29 +0200
+Subject: [PATCH] removed manpage installation from setup.py to avoid install
+ failure
+
+---
+ setup.py | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index e2786cc..fc7e96e 100644
+--- a/setup.py
++++ b/setup.py
+@@ -36,5 +36,4 @@ benchmark backup software than distributing very large
test sets.
+ license='GNU General Public License, version 3 or later',
+ packages=['genbackupdatalib'],
+ scripts=['genbackupdata'],
+- data_files=[('share/man/man1', ['genbackupdata.1'])],
+ )
+--
+1.7.10.1
+
diff --git a/python-pypi/genbackupdata/DEPENDS
b/python-pypi/genbackupdata/DEPENDS
new file mode 100755
index 0000000..6e84a0e
--- /dev/null
+++ b/python-pypi/genbackupdata/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-pypi/genbackupdata/DETAILS
b/python-pypi/genbackupdata/DETAILS
new file mode 100755
index 0000000..dcc7c55
--- /dev/null
+++ b/python-pypi/genbackupdata/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=genbackupdata
+ VERSION=1.6
+ SOURCE="${SPELL}_${VERSION}.orig.tar.gz"
+ SOURCE_URL[0]=http://code.liw.fi/debian/pool/main/g/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:85544b79fef92244ec5cb33919970d73d2026793dc01c041fabad4291b8942fcc29ff0830f29a96e04b870480a4097cdf840baca0086c6647f05b082f37f3efa
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}_${VERSION}.orig"
+ WEB_SITE="http://liw.fi/genbackupdata/";
+ LICENSE[0]=GPL
+ ENTERED=20120602
+ SHORT="a program to generate test data for backup software
testing"
+cat << EOF
+genbackupdata is a program to generate test data for backup software testing.
+EOF
diff --git a/python-pypi/genbackupdata/HISTORY
b/python-pypi/genbackupdata/HISTORY
new file mode 100644
index 0000000..7b9d379
--- /dev/null
+++ b/python-pypi/genbackupdata/HISTORY
@@ -0,0 +1,3 @@
+2012-06-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS, PRE_BUILD, 0001-remove-manpage.patch: spell
created
+
diff --git a/python-pypi/genbackupdata/PRE_BUILD
b/python-pypi/genbackupdata/PRE_BUILD
new file mode 100755
index 0000000..0184a7a
--- /dev/null
+++ b/python-pypi/genbackupdata/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p1 < $SPELL_DIRECTORY/0001-remove-manpage.patch
diff --git a/python-pypi/larch/DETAILS b/python-pypi/larch/DETAILS
index 9c7e9b5..16c971d 100755
--- a/python-pypi/larch/DETAILS
+++ b/python-pypi/larch/DETAILS
@@ -1,9 +1,9 @@
SPELL=larch
- VERSION=0.19
- SOURCE="python-${SPELL}_${VERSION}.tar.gz"
+ VERSION=0.31
+ SOURCE="python-${SPELL}_${VERSION}.orig.tar.gz"

SOURCE_URL[0]=http://code.liw.fi/debian/pool/main/p/python-${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:6d57c53e3c9c4531da55e7df6c4e6f5a18e9d1e3637ceef99f9a438fba9802805fc9434bd932539f013da82af610942cf66112d2d4f50ee686d1c223bbdfd0fb
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/python-${SPELL}-${VERSION}"
+
SOURCE_HASH=sha512:c61b98ade22ffb1e56f4fd493874f0c78033a66cec11a818fd6c48fdf8047fc46e82ea2e5359be335311ab250258e5fa38553c3bb05fcc569855dc05ee2b3f89
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://liw.fi/larch";
LICENSE[0]=GPL
ENTERED=20110329
diff --git a/python-pypi/larch/HISTORY b/python-pypi/larch/HISTORY
index d1447da..51931f2 100644
--- a/python-pypi/larch/HISTORY
+++ b/python-pypi/larch/HISTORY
@@ -1,3 +1,6 @@
+2012-06-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.31
+
2011-03-31 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS, DETAILS: spell created, thanks to Hannes Greiner
for the spell
diff --git a/python-pypi/obnam/DEPENDS b/python-pypi/obnam/DEPENDS
index e450851..127c832 100755
--- a/python-pypi/obnam/DEPENDS
+++ b/python-pypi/obnam/DEPENDS
@@ -1,4 +1,6 @@
depends python &&
depends extrautils &&
depends larch &&
-depends ttystatus
+depends ttystatus &&
+depends paramiko &&
+depends seivot
diff --git a/python-pypi/obnam/DETAILS b/python-pypi/obnam/DETAILS
index a7e70c9..7034ddf 100755
--- a/python-pypi/obnam/DETAILS
+++ b/python-pypi/obnam/DETAILS
@@ -1,10 +1,10 @@
SPELL=obnam
- VERSION=0.17
- SOURCE="${SPELL}_${VERSION}.tar.gz"
+ VERSION=1.0
+ SOURCE="${SPELL}_${VERSION}.orig.tar.gz"
SOURCE_URL[0]=http://code.liw.fi/debian/pool/main/o/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:404043b8e5258fd86c6d710df5cbd6082d4fae0449e80c94956dab5d4959b8e6359e6d531c5fe94c1c61359d0b1bcfa70aa3479ea44cb150abdc07ffa2d36a5e
+
SOURCE_HASH=sha512:11f2fe009ad0acb22828eed6daf0523bec0140349d336fd60b808ed6119ce3d018164797ebce1349e2e2ab72bc0a385117c1dbd5fba067cf38bc627e4ab65106
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://braawi.org/obnam";
+ WEB_SITE="http://liw.fi/obnam/";
LICENSE[0]=GPL
ENTERED=20110329
SHORT="a backup program"
diff --git a/python-pypi/obnam/HISTORY b/python-pypi/obnam/HISTORY
index b582de9..543b933 100644
--- a/python-pypi/obnam/HISTORY
+++ b/python-pypi/obnam/HISTORY
@@ -1,3 +1,7 @@
+2012-06-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.0, corrected WEB_SITE
+ * DEPENDS: added dependencies on paramiko and seivot
+
2011-05-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.17

diff --git a/python-pypi/python-cliapp/DETAILS
b/python-pypi/python-cliapp/DETAILS
index 28d814a..ad7c1a0 100755
--- a/python-pypi/python-cliapp/DETAILS
+++ b/python-pypi/python-cliapp/DETAILS
@@ -1,9 +1,9 @@
SPELL=python-cliapp
- VERSION=0.18
+ VERSION=0.29
SOURCE="${SPELL}_${VERSION}.orig.tar.gz"
SOURCE_URL[0]=http://code.liw.fi/debian/pool/main/p/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:886a3b9ff9aeb9765eae1ae115eff2cdc3d4fe4fd911a87f040d71f2bd7f5b8c8f3842aa4c5d2f8344e7379f1b8302d1d4bfd3ec5c671998563f9ad3361c094e
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}_${VERSION}.orig"
+
SOURCE_HASH=sha512:983fdbc3ab85c89deb4bb0df04516dbd072732a95f4dd289f637de48c01d7ffa6ae1b0417331057a575e397a5cfb2115fa70ac3f90a235f5143ca34c6a5b1195
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/cliapp-${VERSION}"
WEB_SITE="http://liw.fi/cliapp/";
LICENSE[0]=GPL
ENTERED=20110827
diff --git a/python-pypi/python-cliapp/HISTORY
b/python-pypi/python-cliapp/HISTORY
index 910f1e9..22c8df8 100644
--- a/python-pypi/python-cliapp/HISTORY
+++ b/python-pypi/python-cliapp/HISTORY
@@ -1,2 +1,5 @@
+2012-06-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.29
+
2011-08-27 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS, DEPENDS: spell created, version 0.18
diff --git a/python-pypi/python-tracing/DETAILS
b/python-pypi/python-tracing/DETAILS
index 62a219a..4ddd644 100755
--- a/python-pypi/python-tracing/DETAILS
+++ b/python-pypi/python-tracing/DETAILS
@@ -1,9 +1,9 @@
SPELL=python-tracing
- VERSION=0.2
- SOURCE="${SPELL}_${VERSION}.tar.gz"
+ VERSION=0.6
+ SOURCE="${SPELL}_${VERSION}.orig.tar.gz"
SOURCE_URL[0]=http://code.liw.fi/debian/pool/main/p/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:602096ff392e91a481bf2a9db36201d8e2d6f6facf02d7efd0bcd54e7916ace6231ee78fc04867d9ab5fe2c3e3204da35ec7341138663ebc02ba53c3041a0693
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+
SOURCE_HASH=sha512:a4147b6e886593370eeffa53a8abaf43010a25ac407602a964875e84275a0652b0025c88b3c6891223f00af0639ecffeda3bee70bc41fc9b7a2101d273dee86a
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/tracing-${VERSION}"
WEB_SITE="http://liw.fi/tracing";
LICENSE[0]=GPL
ENTERED=20110331
diff --git a/python-pypi/python-tracing/HISTORY
b/python-pypi/python-tracing/HISTORY
index d1447da..04be041 100644
--- a/python-pypi/python-tracing/HISTORY
+++ b/python-pypi/python-tracing/HISTORY
@@ -1,3 +1,6 @@
+2012-06-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.6
+
2011-03-31 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS, DETAILS: spell created, thanks to Hannes Greiner
for the spell
diff --git a/python-pypi/seivot/DEPENDS b/python-pypi/seivot/DEPENDS
new file mode 100755
index 0000000..c0e0322
--- /dev/null
+++ b/python-pypi/seivot/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends genbackupdata
diff --git a/python-pypi/seivot/DETAILS b/python-pypi/seivot/DETAILS
new file mode 100755
index 0000000..b4bb994
--- /dev/null
+++ b/python-pypi/seivot/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=seivot
+ VERSION=1.16
+ SOURCE="${SPELL}_${VERSION}.orig.tar.gz"
+ SOURCE_URL[0]=http://code.liw.fi/debian/pool/main/s/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:288789ff48890e1409362f82021958ce877483222f66f10f89ac596e94254f50841e3734c7886e5dbd1e743f678a056226b7b942067085b006aea76255c78ef7
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-1.16"
+ WEB_SITE="http://liw.fi/seivot/";
+ LICENSE[0]=GPL
+ ENTERED=20120602
+ SHORT="a program for running benchmarks of backup programs"
+cat << EOF
+Seivot is a program to run simple benchmarks for backup programs.
+EOF
diff --git a/python-pypi/seivot/HISTORY b/python-pypi/seivot/HISTORY
new file mode 100644
index 0000000..c74d5e3
--- /dev/null
+++ b/python-pypi/seivot/HISTORY
@@ -0,0 +1,3 @@
+2012-06-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/python-pypi/ttystatus/DETAILS b/python-pypi/ttystatus/DETAILS
index 5e31376..544d7ee 100755
--- a/python-pypi/ttystatus/DETAILS
+++ b/python-pypi/ttystatus/DETAILS
@@ -1,9 +1,9 @@
SPELL=ttystatus
- VERSION=0.11
- SOURCE="python-${SPELL}_${VERSION}.tar.gz"
+ VERSION=0.18
+ SOURCE="python-${SPELL}_${VERSION}.orig.tar.gz"

SOURCE_URL[0]=http://code.liw.fi/debian/pool/main/p/python-${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:c77530253483879a30f81dc1dc1a7957c1eafa25e61bff81739d576bf697d4c4d4ae8e059086fa554a923a345c837bddac3aeef48a7c9684e830730553c493c7
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/python-${SPELL}-${VERSION}"
+
SOURCE_HASH=sha512:e4b56bc966cdd2299ab00f3863641050e510fa42d084ec605dbc3838dfdd38652059b56bbe16f3ecadacf88a5431e19bc0b252c75f812a915dec37fcb1aaf135
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://liw.fi/ttystatus";
LICENSE[0]=GPL
ENTERED=20110329
diff --git a/python-pypi/ttystatus/HISTORY b/python-pypi/ttystatus/HISTORY
index 669b743..773819c 100644
--- a/python-pypi/ttystatus/HISTORY
+++ b/python-pypi/ttystatus/HISTORY
@@ -1,3 +1,6 @@
+2012-06-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.18
+
2011-05-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.11

diff --git a/utils/extrautils/DETAILS b/utils/extrautils/DETAILS
index fcfdd50..cbaaeb5 100755
--- a/utils/extrautils/DETAILS
+++ b/utils/extrautils/DETAILS
@@ -1,8 +1,8 @@
SPELL=extrautils
- VERSION=1.16.1
+ VERSION=1.18
SOURCE="${SPELL}_${VERSION}.tar.gz"
SOURCE_URL[0]=http://code.liw.fi/debian/pool/main/e/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:c69bd3fc432f8d65477fc6220f22b184c77bb24671ad0b289718d8d060eb6a9d594d4b9c17876c466bf052d00251b6d30879b083fbd7de33e9f05aafab5dd2c6
+
SOURCE_HASH=sha512:00af4ff1a71d59d2940bae5566e86a761b0daa5813bb2be5821f7810b8e28cd6c3d0442f8778015a0d66329fd9dce6f8dd2d4124408223b694f16104d8e6b112
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://liw.fi/extrautils";
LICENSE[0]=GPL
diff --git a/utils/extrautils/HISTORY b/utils/extrautils/HISTORY
index d82db80..631744a 100644
--- a/utils/extrautils/HISTORY
+++ b/utils/extrautils/HISTORY
@@ -1,3 +1,6 @@
+2012-06-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.18
+
2011-08-27 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.16.1, #99
* DEPENDS: python-cliapp added



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (092e78b852c1cce7711c01623d6ab1db9f92630f), Florian Franzmann, 06/02/2012

Archive powered by MHonArc 2.6.24.

Top of Page