Skip to Content.
Sympa Menu

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

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 (75ed07084099a6ab1af6d3914ebbc3fea75bb3e1)
  • Date: Sat, 28 Feb 2009 16:06:33 -0600

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

python-pypi/trac/DEPENDS | 5 +++--
python-pypi/trac/HISTORY | 3 +++
2 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 75ed07084099a6ab1af6d3914ebbc3fea75bb3e1
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

trac: added pytz as suggest dep

diff --git a/python-pypi/trac/DEPENDS b/python-pypi/trac/DEPENDS
index 3577189..788c482 100755
--- a/python-pypi/trac/DEPENDS
+++ b/python-pypi/trac/DEPENDS
@@ -14,9 +14,10 @@ elif [[ $TRAC_DB == postgresql ]]; then
runtime_depends postgresql
fi &&

-suggest_depends WEBSERVER "" "" "to run connected to a ``real'' webserver" &&
+suggest_depends WEBSERVER "" "" "to run connected to a `real' webserver" &&
suggest_depends subversion "" "" "for Subversion SCM support" &&
-suggest_depends mod_python "" "" "for faster execution with Apache
(recommended)" &&
+suggest_depends mod_python "" "" "for faster execution with Apache" &&
suggest_depends pygments "" "" "for syntax highlighting (Pygments)" &&
suggest_depends enscript "" "" "for syntax highlighting (Enscript)" &&
+suggest_depends pytz "" "" "for advanced timezone definition and DST
support" &&
suggest_depends docutils "" "" "for reStructuredText (RST) support in wiki"
diff --git a/python-pypi/trac/HISTORY b/python-pypi/trac/HISTORY
index ecc523f..bf650c6 100644
--- a/python-pypi/trac/HISTORY
+++ b/python-pypi/trac/HISTORY
@@ -1,3 +1,6 @@
+2009-03-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added pytz; fixed quotes for another dep
+
2009-02-16 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.11.3




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (75ed07084099a6ab1af6d3914ebbc3fea75bb3e1), Vlad Glagolev, 02/28/2009

Archive powered by MHonArc 2.6.24.

Top of Page