Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c583c5009faa8c54d8e1fd7455507894943993b7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c583c5009faa8c54d8e1fd7455507894943993b7)
  • Date: Sat, 31 Dec 2011 09:26:30 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 1 +
python-pypi/dulwich/DETAILS | 4 ++--
python-pypi/dulwich/HISTORY | 3 +++
python-pypi/pyutil/DEPENDS | 3 +++
python-pypi/pyutil/DETAILS | 14 ++++++++++++++
python-pypi/pyutil/HISTORY | 4 ++++
python-pypi/zfec/DEPENDS | 4 ++--
python-pypi/zfec/HISTORY | 1 +
8 files changed, 30 insertions(+), 4 deletions(-)

New commits:
commit c583c5009faa8c54d8e1fd7455507894943993b7
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

zfec - depends pyutil

commit 7ab0a4e26aff5ef9af0d9efc066dedfe36b90d38
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

python-pypi/pyutil - new spell

commit 5159d1fd65d2b1198c689e30d77e02c1b943049a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

dulwich: => 0.8.2

diff --git a/ChangeLog b/ChangeLog
index e010bf7..f9bbe60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2011-12-31 Treeve Jelbert <treeve AT sourcemage.org>
* python-pypi/zfec: new spell, fast erasure codec
+ * python-pypi/pyutil: new spell, a collection of utilities for Python
programmers

2011-12-27 Vlad Glagolev <stealth AT sourcemage.org>
* lua-forge/luaxslt: new spell, XSLT to Lua wrapper
diff --git a/python-pypi/dulwich/DETAILS b/python-pypi/dulwich/DETAILS
index 920b997..2234b28 100755
--- a/python-pypi/dulwich/DETAILS
+++ b/python-pypi/dulwich/DETAILS
@@ -1,6 +1,6 @@
SPELL=dulwich
- VERSION=0.7.1
-
SOURCE_HASH=sha512:aaef097282f137e1fa4a9755007bf6f131e33983266248683ca402ec4b93b29efbff6881d2d823845b4159f0705a05e133d2809ecdbfa35a4c9905bd965501be
+ VERSION=0.8.2
+
SOURCE_HASH=sha512:bef6b87917f63a5e13d5b20343c63db9dc7a7b24b55e0ddcbc062b8e615451269f6255b88612d7d402597f27cd72ed1434459c072f6181478783620b9a20329d
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://samba.org/~jelmer/dulwich
diff --git a/python-pypi/dulwich/HISTORY b/python-pypi/dulwich/HISTORY
index 629af3b..ad6baed 100644
--- a/python-pypi/dulwich/HISTORY
+++ b/python-pypi/dulwich/HISTORY
@@ -1,3 +1,6 @@
+2011-12-31 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.8.2
+
2011-05-23 Sukneet Basuta <sukneet AT sourcemage.org>
* DEPENDS: updated setuptools dependency to SETUPTOOLS provider

diff --git a/python-pypi/pyutil/DEPENDS b/python-pypi/pyutil/DEPENDS
new file mode 100755
index 0000000..448211f
--- /dev/null
+++ b/python-pypi/pyutil/DEPENDS
@@ -0,0 +1,3 @@
+depends python &&
+depends SETUPTOOLS
+
diff --git a/python-pypi/pyutil/DETAILS b/python-pypi/pyutil/DETAILS
new file mode 100755
index 0000000..b498bcd
--- /dev/null
+++ b/python-pypi/pyutil/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=pyutil
+ VERSION=1.8.4
+
SOURCE_HASH=sha512:b277d6e0a55dbb4d06fba04cdc94457b28f26830b7138d459c903c946c09b7c687cd96393e5c356b891e2f0c43825183aa739406557339baebeb146fc8f38f4b
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://pypi.python.org/pypi/$SPELL
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/p/pyutil/$SOURCE
+ LICENSE[0]=GPL
+ ENTERED=20111231
+ KEYWORDS="Python"
+ SHORT="a library of useful Python functions and classes"
+cat << EOF
+pyutil -- a library of useful Python functions and classes
+EOF
diff --git a/python-pypi/pyutil/HISTORY b/python-pypi/pyutil/HISTORY
new file mode 100644
index 0000000..57d7cc5
--- /dev/null
+++ b/python-pypi/pyutil/HISTORY
@@ -0,0 +1,4 @@
+2011-12-31 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.8.4
+ spell created
+
diff --git a/python-pypi/zfec/DEPENDS b/python-pypi/zfec/DEPENDS
index 448211f..21ffb49 100755
--- a/python-pypi/zfec/DEPENDS
+++ b/python-pypi/zfec/DEPENDS
@@ -1,3 +1,3 @@
depends python &&
-depends SETUPTOOLS
-
+depends SETUPTOOLS &&
+depends pyutil
diff --git a/python-pypi/zfec/HISTORY b/python-pypi/zfec/HISTORY
index f82047e..ded8c3f 100644
--- a/python-pypi/zfec/HISTORY
+++ b/python-pypi/zfec/HISTORY
@@ -1,4 +1,5 @@
2011-12-31 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.4.22
+ * DEPENDS : add pyutil
spell created




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c583c5009faa8c54d8e1fd7455507894943993b7), Treeve Jelbert, 12/31/2011

Archive powered by MHonArc 2.6.24.

Top of Page