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

Vlad Glagolev scm at sourcemage.org
Sat Feb 28 17:06:33 EST 2009


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
 



More information about the SM-Commit mailing list