Skip to Content.
Sympa Menu

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

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 (89598545ba5d14bd5b49e4ef191bdd2ed269057d)
  • Date: Fri, 28 Aug 2009 07:49:04 -0500

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

python-pypi/dnspython/DETAILS | 3 ++-
python-pypi/dnspython/HISTORY | 3 +++
python-pypi/xmpppy/DEPENDS | 8 +++++++-
python-pypi/xmpppy/HISTORY | 3 +++
4 files changed, 15 insertions(+), 2 deletions(-)

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

dnspython: => 1.7.1

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

xmpppy: added some optional dependencies

diff --git a/python-pypi/dnspython/DETAILS b/python-pypi/dnspython/DETAILS
index 477a9d7..47b47db 100755
--- a/python-pypi/dnspython/DETAILS
+++ b/python-pypi/dnspython/DETAILS
@@ -1,11 +1,12 @@
SPELL=dnspython
- VERSION=1.6.0
+ VERSION=1.7.1
SOURCE=$SPELL-$VERSION.tar.gz
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
SOURCE_GPG=dnspython.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
LICENSE[0]=PYTHON
WEB_SITE=http://www.dnspython.org/
ENTERED=20030617
diff --git a/python-pypi/dnspython/HISTORY b/python-pypi/dnspython/HISTORY
index dd348f7..1b559cc 100644
--- a/python-pypi/dnspython/HISTORY
+++ b/python-pypi/dnspython/HISTORY
@@ -1,3 +1,6 @@
+2009-08-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.7.1
+
2008-01-13 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: cleaned up
* DETAILS: updated to 1.6.0, cleaned up, sha1 => gpg, fixed url
diff --git a/python-pypi/xmpppy/DEPENDS b/python-pypi/xmpppy/DEPENDS
index a86d429..abf9b1b 100755
--- a/python-pypi/xmpppy/DEPENDS
+++ b/python-pypi/xmpppy/DEPENDS
@@ -1 +1,7 @@
-depends python
+depends python &&
+
+optional_depends dnspython "" "" "for DNS resolution library support"
+
+if ! is_depends_enabled $SPELL dnspython; then
+ optional_depends pydns "" "" "for DNS resolution library support"
+fi
diff --git a/python-pypi/xmpppy/HISTORY b/python-pypi/xmpppy/HISTORY
index 8e7574b..257947a 100644
--- a/python-pypi/xmpppy/HISTORY
+++ b/python-pypi/xmpppy/HISTORY
@@ -1,3 +1,6 @@
+2009-08-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added more optional dependencies (dnspython & pydns)
+
2008-01-13 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: fixed url, updated to 0.4.1
* BUILD: useless due to the new section build process



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (89598545ba5d14bd5b49e4ef191bdd2ed269057d), Vlad Glagolev, 08/28/2009

Archive powered by MHonArc 2.6.24.

Top of Page