Skip to Content.
Sympa Menu

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

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 (23c9d108d41c370e7643738636287b9eb6af2567)
  • Date: Wed, 13 Aug 2014 02:45:45 -0500

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

python-pypi/trac-ldapplugin/12.patch | 11 -----------
python-pypi/trac-ldapplugin/DETAILS | 7 +++----
python-pypi/trac-ldapplugin/HISTORY | 3 +++
python-pypi/trac-ldapplugin/PRE_BUILD | 5 -----
python-pypi/trac-ldapplugin/perm.patch | 20 --------------------
5 files changed, 6 insertions(+), 40 deletions(-)

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

trac-ldapplugin: => 0.7.0

diff --git a/python-pypi/trac-ldapplugin/12.patch
b/python-pypi/trac-ldapplugin/12.patch
deleted file mode 100644
index ab85bbb..0000000
--- a/python-pypi/trac-ldapplugin/12.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig 2009-05-07 19:25:54.000000000 +0400
-+++ setup.py 2010-12-02 00:38:07.275726702 +0300
-@@ -14,7 +14,7 @@
- license='BSD',
- url='http://trac-hacks.org/wiki/LdapPlugin',
- keywords = "trac ldap permission group acl",
-- install_requires = [ 'Trac>=0.11', 'Trac<0.12'],
-+ install_requires = [ 'Trac>=0.11', 'Trac<0.13'],
- packages = find_packages(exclude=['ez_setup', '*.tests*']),
- package_data = { },
- entry_points = {
diff --git a/python-pypi/trac-ldapplugin/DETAILS
b/python-pypi/trac-ldapplugin/DETAILS
index 7eb166f..3bc1497 100755
--- a/python-pypi/trac-ldapplugin/DETAILS
+++ b/python-pypi/trac-ldapplugin/DETAILS
@@ -1,9 +1,8 @@
SPELL=trac-ldapplugin
- VERSION=0.6.0
- PATCHLEVEL=1
+ VERSION=0.7.0
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_URL[0]=http://spacehopper.org/mirrors/$SOURCE
-
SOURCE_HASH=sha512:3632ef224d615402be29bae14b5679c5f5d6b2c610cbc08e1525c69dbbcdcd2cc81b4aa3498b1b4144f38973e6a4969cbdff2ff2c8d8964392d3b8526cfbf81d
+ SOURCE_URL[0]=http://sourcemage.ru/mirror/$SOURCE
+
SOURCE_HASH=sha512:56fe7e51c4505aea384d34ba519bc84445a78f433bc27959a21c1e614fb7a0b5eecdcd6b436f6456db1acc20a0b8df60472a816fc13bec0124c9d7dd00a67a4f
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://trac-hacks.org/wiki/LdapPlugin
LICENSE[0]=BSD
diff --git a/python-pypi/trac-ldapplugin/HISTORY
b/python-pypi/trac-ldapplugin/HISTORY
index f4b4965..ae5d7a6 100644
--- a/python-pypi/trac-ldapplugin/HISTORY
+++ b/python-pypi/trac-ldapplugin/HISTORY
@@ -1,3 +1,6 @@
+2014-08-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.7.0; updated mirror url
+
2010-12-02 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: PATCHLEVEL=2
* PRE_BUILD: apply the patch
diff --git a/python-pypi/trac-ldapplugin/PRE_BUILD
b/python-pypi/trac-ldapplugin/PRE_BUILD
deleted file mode 100755
index 199ef17..0000000
--- a/python-pypi/trac-ldapplugin/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-patch -p0 < "$SPELL_DIRECTORY/12.patch" &&
-patch -p0 < "$SPELL_DIRECTORY/perm.patch"
diff --git a/python-pypi/trac-ldapplugin/perm.patch
b/python-pypi/trac-ldapplugin/perm.patch
deleted file mode 100644
index 420151a..0000000
--- a/python-pypi/trac-ldapplugin/perm.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- ldapplugin/api.py.orig
-+++ ldapplugin/api.py
-@@ -62,7 +62,7 @@
- self._ldapcfg = {}
- for name,value in self.config.options('ldap'):
- if name in LDAP_DIRECTORY_PARAMS:
-- self._ldapcfg[name] = value
-+ self._ldapcfg[str(name)] = value
- # user entry local cache
- self._cache = {}
- # max time to live for a cache entry
-@@ -178,7 +178,7 @@
- self._ldapcfg = {}
- for name,value in self.config.options('ldap'):
- if name in LDAP_DIRECTORY_PARAMS:
-- self._ldapcfg[name] = value
-+ self._ldapcfg[str(name)] = value
- # user entry local cache
- self._cache = {}
- # max time to live for a cache entry



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (23c9d108d41c370e7643738636287b9eb6af2567), Vlad Glagolev, 08/13/2014

Archive powered by MHonArc 2.6.24.

Top of Page