Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (91eb6d6db966d8e0d696b5cbc2f2bc20f9f35e12)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (91eb6d6db966d8e0d696b5cbc2f2bc20f9f35e12)
  • Date: Mon, 21 Jan 2008 05:05:59 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
python-pypi/elementsoap/DEPENDS | 1 +
python-pypi/elementsoap/DETAILS | 13 +++++++++++++
python-pypi/elementsoap/HISTORY | 2 ++
python-pypi/fpconst/DETAILS | 2 +-
python-pypi/fpconst/HISTORY | 3 +++
6 files changed, 23 insertions(+), 1 deletion(-)

New commits:
commit 91eb6d6db966d8e0d696b5cbc2f2bc20f9f35e12
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

elementsoap: new spell, light-weight SOAP implementation

commit 292de4afb33220408a6ae49f6bd303d0523136db
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

fpconst: fixed hash

diff --git a/ChangeLog b/ChangeLog
index bf4157e..b4e909c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-01-21 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/elementsoap: new spell, light-weight SOAP implementation
+
2008-01-20 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* gnome1-apps/{ee,gtop,gnofin}: removed, deprecation complete
#1231{0,6,7}

diff --git a/python-pypi/elementsoap/DEPENDS b/python-pypi/elementsoap/DEPENDS
new file mode 100755
index 0000000..a86d429
--- /dev/null
+++ b/python-pypi/elementsoap/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-pypi/elementsoap/DETAILS b/python-pypi/elementsoap/DETAILS
new file mode 100755
index 0000000..3141667
--- /dev/null
+++ b/python-pypi/elementsoap/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=elementsoap
+ VERSION=0.5-20061119
+ SOURCE=$SPELL-$VERSION.zip
+ SOURCE_URL[0]=http://effbot.org/media/downloads/$SOURCE
+
SOURCE_HASH=sha512:954fd1f59ccf5d4cf750ad4342d337d8568dabd97d6e9df7ccfb51ef77f0bdbeabe1a28e8e2ab29ae7afb5f32e28ce2df21b7df08dd66003ad51f13820f2827e
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://effbot.org/zone/element-soap.htm
+ LICENSE[0]=PYTHON
+ ENTERED=20080121
+ SHORT="light-weight SOAP implementation"
+cat << EOF
+a simple SOAP library based on element trees
+EOF
diff --git a/python-pypi/elementsoap/HISTORY b/python-pypi/elementsoap/HISTORY
new file mode 100644
index 0000000..e7ae9f7
--- /dev/null
+++ b/python-pypi/elementsoap/HISTORY
@@ -0,0 +1,2 @@
+2008-01-21 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
diff --git a/python-pypi/fpconst/DETAILS b/python-pypi/fpconst/DETAILS
index f40f2c9..f55353b 100755
--- a/python-pypi/fpconst/DETAILS
+++ b/python-pypi/fpconst/DETAILS
@@ -3,7 +3,7 @@
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL=http://pypi.python.org/packages/source/f/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:c3c0d2f6a935bb5d887f1b4b620ea5a2c88b2fbc70a7ac65cdb38e498712c2f24b4a3656957e00ceefb7931c45ab4092be8ad0d11197536f839c2f44a4c42c82
+
SOURCE_HASH=sha512:1a4ea7702ece1b34402c5e631c2a6fb414b0c27f9535c9e1104b0e322c31e80b1218418bfa71f3e96f960c0fc73148d77dca924d6cc79813c4aaacac34d77545
WEB_SITE=http://research.warnes.net/projects/RStatServer/fpconst/
ENTERED=20060314
LICENSE[0]=GPL
diff --git a/python-pypi/fpconst/HISTORY b/python-pypi/fpconst/HISTORY
index ac6210b..7724d10 100644
--- a/python-pypi/fpconst/HISTORY
+++ b/python-pypi/fpconst/HISTORY
@@ -1,3 +1,6 @@
+2008-01-21 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: fixed hash
+
2008-01-13 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: cleaned up, fixed SOURCE_URL





Archive powered by MHonArc 2.6.24.

Top of Page