Skip to Content.
Sympa Menu

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

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 (8ac0c51cf4e0d6859a58465c003d92204696e3ad)
  • Date: Wed, 16 Jan 2013 05:57:55 -0600

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

ChangeLog | 5 +++++
python-pypi/dnspython/DETAILS | 4 ++--
python-pypi/dnspython/HISTORY | 5 +++++
python-pypi/dnspython/dnspython.gpg |binary
python-pypi/pyasn1-modules/DEPENDS | 2 ++
python-pypi/pyasn1-modules/DETAILS | 18 ++++++++++++++++++
python-pypi/pyasn1-modules/HISTORY | 2 ++
python-pypi/sleekxmpp/DEPENDS | 4 ++++
python-pypi/sleekxmpp/DETAILS | 15 +++++++++++++++
python-pypi/sleekxmpp/HISTORY | 2 ++
10 files changed, 55 insertions(+), 2 deletions(-)

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

sleekxmpp: new spell, elegant Python library for XMPP

commit 32e778caec92741267cffe535461ba5e91093710
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pyasn1-modules: new spell, collection of ASN.1-based protocols modules

commit 391842176a6cd7d112b34d4bdad5341f5f3ab214
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

dnspython: => 1.10.0

diff --git a/ChangeLog b/ChangeLog
index 32d2c7d..9337523 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-01-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/pyasn1-modules: new spell, collection of ASN.1-based
+ protocols modules
+ * python-pypi/sleekxmpp: new spell, elegant Python library for XMPP
+
2013-01-14 Treeve Jelbert <treeve AT sourcemage.org>
* gnu.gpg: add key 306037D9: "P�draig Brady <P AT draigBrady.com>"

diff --git a/python-pypi/dnspython/DETAILS b/python-pypi/dnspython/DETAILS
index ad699f5..added68 100755
--- a/python-pypi/dnspython/DETAILS
+++ b/python-pypi/dnspython/DETAILS
@@ -1,7 +1,7 @@
SPELL=dnspython
- VERSION=1.8.0
+ VERSION=1.10.0
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE2=$SOURCE.asc
+ SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://www.dnspython.org/kits/$VERSION/$SOURCE
SOURCE2_URL[0]=$SOURCE_URL.asc
diff --git a/python-pypi/dnspython/HISTORY b/python-pypi/dnspython/HISTORY
index 6ba87d8..a96dcf1 100644
--- a/python-pypi/dnspython/HISTORY
+++ b/python-pypi/dnspython/HISTORY
@@ -1,3 +1,8 @@
+2013-01-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.10.0
+ * dnspython.gpg: added public gpg key (2012), FFF5D1DE (Bob Halley
+ <halley AT dnspython.org>)
+
2010-08-01 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.8.0; quoting paths
* dnspython.gpg: renewed gpg key (2010)
diff --git a/python-pypi/dnspython/dnspython.gpg
b/python-pypi/dnspython/dnspython.gpg
index 77074bb..ad5864b 100644
Binary files a/python-pypi/dnspython/dnspython.gpg and
b/python-pypi/dnspython/dnspython.gpg differ
diff --git a/python-pypi/pyasn1-modules/DEPENDS
b/python-pypi/pyasn1-modules/DEPENDS
new file mode 100755
index 0000000..5e48f19
--- /dev/null
+++ b/python-pypi/pyasn1-modules/DEPENDS
@@ -0,0 +1,2 @@
+depends PYTHON &&
+depends pyasn1
diff --git a/python-pypi/pyasn1-modules/DETAILS
b/python-pypi/pyasn1-modules/DETAILS
new file mode 100755
index 0000000..4c815d8
--- /dev/null
+++ b/python-pypi/pyasn1-modules/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=pyasn1-modules
+ VERSION=0.0.4
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_URL[1]=http://pypi.python.org/packages/source/p/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:f1d310b4fe44984c7646b425e2c5e37a1a46ed4f24a08e9b39ea7222259c28b4c2ea25d7067d45c67277bca961266b591f3c56212667dcbd7f0926041bfcde00
+ WEB_SITE=http://pyasn1.sourceforge.net/
+ ENTERED=20130115
+ LICENSE[0]=BSD
+ KEYWORDS="python devel"
+ SHORT="collection of ASN.1-based protocols modules"
+cat << EOF
+A collection of ASN.1 modules expressed in form of pyasn1 classes.
+
+Includes protocols PDUs definition (SNMP, LDAP etc.) and various data
structures
+(X.509, PKCS etc.).
+EOF
diff --git a/python-pypi/pyasn1-modules/HISTORY
b/python-pypi/pyasn1-modules/HISTORY
new file mode 100644
index 0000000..6dce5e7
--- /dev/null
+++ b/python-pypi/pyasn1-modules/HISTORY
@@ -0,0 +1,2 @@
+2013-01-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: spell created
diff --git a/python-pypi/sleekxmpp/DEPENDS b/python-pypi/sleekxmpp/DEPENDS
new file mode 100755
index 0000000..014a04e
--- /dev/null
+++ b/python-pypi/sleekxmpp/DEPENDS
@@ -0,0 +1,4 @@
+depends python &&
+depends dnspython &&
+depends pyasn1 &&
+depends pyasn1-modules
diff --git a/python-pypi/sleekxmpp/DETAILS b/python-pypi/sleekxmpp/DETAILS
new file mode 100755
index 0000000..2b1f83a
--- /dev/null
+++ b/python-pypi/sleekxmpp/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=sleekxmpp
+ VERSION=1.1.11
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/s/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:3b746d0fd93a1d2ca5a6965ab568c1516a89e5b4b046eee4f0c872c8eaf17b8c5b60090c2623e35c4bea6a1025c832d946b4bc76d9a396a03833d9799f2ab5eb
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=https://github.com/fritzy/SleekXMPP
+ LICENSE[0]=MIT
+ ENTERED=20130115
+ SHORT="elegant Python library for XMPP"
+cat << EOF
+SleekXMPP is an MIT licensed XMPP library for Python 2.6/3.1+, and is
featured
+in examples in XMPP: The Definitive Guide by Kevin Smith, Remko Tronçon, and
+Peter Saint-Andre.
+EOF
diff --git a/python-pypi/sleekxmpp/HISTORY b/python-pypi/sleekxmpp/HISTORY
new file mode 100644
index 0000000..046548c
--- /dev/null
+++ b/python-pypi/sleekxmpp/HISTORY
@@ -0,0 +1,2 @@
+2013-01-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8ac0c51cf4e0d6859a58465c003d92204696e3ad), Vlad Glagolev, 01/16/2013

Archive powered by MHonArc 2.6.24.

Top of Page