Skip to Content.
Sympa Menu

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

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 (00015cacbc241126b3f066273ea77e6c822e08cd)
  • Date: Fri, 31 Oct 2014 09:20:13 -0500

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

python-pypi/python-ldap/DETAILS | 4 ++--
python-pypi/python-ldap/HISTORY | 8 ++++++--
python-pypi/python-ldap/PRE_BUILD | 2 +-
3 files changed, 9 insertions(+), 5 deletions(-)

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

python-ldap: => 2.4.18

diff --git a/python-pypi/python-ldap/DETAILS b/python-pypi/python-ldap/DETAILS
index 4b64b4b..33405b3 100755
--- a/python-pypi/python-ldap/DETAILS
+++ b/python-pypi/python-ldap/DETAILS
@@ -1,9 +1,9 @@
SPELL=python-ldap
- VERSION=2.4.15
+ VERSION=2.4.18
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=https://pypi.python.org/packages/source/p/$SPELL/$SOURCE
SOURCE_HINTS="no-check-certificate"
-
SOURCE_HASH=sha512:2e2d5ecc4f96a63465dbc0da3b8a524729cf199f95eb559beeea5466da4fa9667f61aff7e482f73d6581d24477cb4780fccd599619fbb92b2810bdc81f2de310
+
SOURCE_HASH=sha512:102f462a70819f7b75ef23372522e99c54f5b6761586bd9e406f4717d2d032d7da74246900e3619ef0eabf6461f4ddbfc55ae8281f059184f5e1aa71eeca3c7f
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
LICENSE[0]=PYTHON
WEB_SITE=http://www.python-ldap.org/
diff --git a/python-pypi/python-ldap/HISTORY b/python-pypi/python-ldap/HISTORY
index 8a6cd95..f9d7182 100644
--- a/python-pypi/python-ldap/HISTORY
+++ b/python-pypi/python-ldap/HISTORY
@@ -1,5 +1,9 @@
-2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: openssl => SSL
+2014-10-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.4.18
+ * PRE_BUILD: use get_spell_provider()
+
+2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: openssl => SSL

2014-08-13 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.4.15; added source hints to skip ssl
check
diff --git a/python-pypi/python-ldap/PRE_BUILD
b/python-pypi/python-ldap/PRE_BUILD
index 9ad426d..f86598c 100755
--- a/python-pypi/python-ldap/PRE_BUILD
+++ b/python-pypi/python-ldap/PRE_BUILD
@@ -5,6 +5,6 @@ if ! is_depends_enabled $SPELL $(get_spell_provider $SPELL
LIBSASL); then
sedit "s: HAVE_SASL::" setup.cfg
fi &&

-if ! is_depends_enabled $SPELL openssl; then
+if ! is_depends_enabled $SPELL $(get_spell_provider $SPELL SSL); then
sedit "s: HAVE_TLS::" setup.cfg
fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (00015cacbc241126b3f066273ea77e6c822e08cd), Vlad Glagolev, 10/31/2014

Archive powered by MHonArc 2.6.24.

Top of Page