Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (78fb6c30fc2d99a5fb610f7049f3653a480d4709)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (78fb6c30fc2d99a5fb610f7049f3653a480d4709)
  • Date: Tue, 16 Sep 2008 17:22:26 -0500

GIT changes to master grimoire by Elisamuel Resto <ryuji AT sourcemage.org>:

python-pypi/moinmoin/DEPENDS | 2 +-
python-pypi/moinmoin/HISTORY | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 78fb6c30fc2d99a5fb610f7049f3653a480d4709
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

python-pypi/moinmoin: depends on mod_wsgi (as opposed to mod_python),
wsgi is a better alternative

diff --git a/python-pypi/moinmoin/DEPENDS b/python-pypi/moinmoin/DEPENDS
index fbf12d2..236cf75 100755
--- a/python-pypi/moinmoin/DEPENDS
+++ b/python-pypi/moinmoin/DEPENDS
@@ -7,7 +7,7 @@ if [[ $(get_spell_provider moinmoin WEBSERVER) == "" ]]; then
fi &&

if [[ $(get_spell_provider moinmoin WEBSERVER) == *apache* ]]; then
- suggest_depends mod_python "" "" "for a faster server (reccomended
w/apache)"
+ suggest_depends mod_wsgi "" "" "for a faster server (reccomended w/apache)"
fi &&

suggest_depends -sub PYTHON xapian-bindings "" "" "for an indexed search
engine" &&
diff --git a/python-pypi/moinmoin/HISTORY b/python-pypi/moinmoin/HISTORY
index 2c3dead..a2a53fa 100644
--- a/python-pypi/moinmoin/HISTORY
+++ b/python-pypi/moinmoin/HISTORY
@@ -1,5 +1,6 @@
2008-09-16 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: updated to 1.7.2, SECURITY_PATCH=1
+ * DEPENDS: mod_python -> mod_wsgi, wsgi is a better alternative

2008-08-23 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: updated VERSION to 1.7.1




Archive powered by MHonArc 2.6.24.

Top of Page