Skip to Content.
Sympa Menu

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

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 (e500bcd61c81ea613f5e6b9e12cee317341a770c)
  • Date: Thu, 11 Sep 2008 13:21:47 -0500

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

ChangeLog | 3 +++
python-pypi/python-suds/DETAILS | 28 ++++++++++++++++++++++++++++
python-pypi/suds/DETAILS | 29 -----------------------------
3 files changed, 31 insertions(+), 29 deletions(-)

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

suds: renamed to python-suds

commit 3b053d763fb3460eda10d46970bf7130542dace8
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

suds => python-suds

diff --git a/ChangeLog b/ChangeLog
index 6a9a029..4220f13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-09-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/suds: renamed to python-suds
+
2008-09-10 Ladislav Hagara <hgr AT vabo.cz>
* crypto/seahorse-plugins: new spell, plugins for new branch of
seahorse

diff --git a/python-pypi/python-suds/DETAILS b/python-pypi/python-suds/DETAILS
new file mode 100755
index 0000000..fa6fff2
--- /dev/null
+++ b/python-pypi/python-suds/DETAILS
@@ -0,0 +1,28 @@
+ SPELL=python-suds
+ VERSION=0.2.9
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:8f9f225aa64f93215c16154046a370f5391b28b5294dfab9973e03044c19a354e5e677ad6a78b4e441529e09a46fa2e9cd79ae3ad6dd8d6348c1c36a305633fe
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=https://fedorahosted.org/suds
+ LICENSE[0]=LGPL
+ ENTERED=20080827
+ SHORT="lightweight SOAP python client"
+cat << EOF
+Suds is a lightweight SOAP python client that provides a service proxy for
+web-services.
+
+Features:
+ * No class generation
+ * Provides an object API
+ * Reads wsdl at runtime for encoding/decoding
+ * Supports the following SOAP binding styles:
+ o Document/Literal wrapped
+ o RPC/Literal (as of 0.1.7)
+ o RPC/Encoded (as of 0.2)
+ * Provides objectification of WSDL defined:
+ o Types (objects)
+ o Enumerations
+ * Service and type objects provide inspection via print
+ * Supports unicode
+EOF
diff --git a/python-pypi/suds/DETAILS b/python-pypi/suds/DETAILS
deleted file mode 100755
index 082bb78..0000000
--- a/python-pypi/suds/DETAILS
+++ /dev/null
@@ -1,29 +0,0 @@
- SPELL=suds
- SPELLX=python-$SPELL
- VERSION=0.2.9
- SOURCE=$SPELLX-$VERSION.tar.gz
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELLX/$SOURCE
-
SOURCE_HASH=sha512:8f9f225aa64f93215c16154046a370f5391b28b5294dfab9973e03044c19a354e5e677ad6a78b4e441529e09a46fa2e9cd79ae3ad6dd8d6348c1c36a305633fe
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
- WEB_SITE=https://fedorahosted.org/suds
- LICENSE[0]=LGPL
- ENTERED=20080827
- SHORT="lightweight SOAP python client"
-cat << EOF
-Suds is a lightweight SOAP python client that provides a service proxy for
-web-services.
-
-Features:
- * No class generation
- * Provides an object API
- * Reads wsdl at runtime for encoding/decoding
- * Supports the following SOAP binding styles:
- o Document/Literal wrapped
- o RPC/Literal (as of 0.1.7)
- o RPC/Encoded (as of 0.2)
- * Provides objectification of WSDL defined:
- o Types (objects)
- o Enumerations
- * Service and type objects provide inspection via print
- * Supports unicode
-EOF



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e500bcd61c81ea613f5e6b9e12cee317341a770c), Vlad Glagolev, 09/11/2008

Archive powered by MHonArc 2.6.24.

Top of Page