summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2009-03-01 01:06:09 +0300
committerVlad Glagolev2009-03-01 01:06:09 +0300
commit75ed07084099a6ab1af6d3914ebbc3fea75bb3e1 (patch)
treeb65adaa13ad23385c2caa7fbe765c338556b83ef
parent514cf273cff5580f91b45862a063045915c0d3ee (diff)
trac: added pytz as suggest dep
-rwxr-xr-xpython-pypi/trac/DEPENDS5
-rw-r--r--python-pypi/trac/HISTORY3
2 files changed, 6 insertions, 2 deletions
diff --git a/python-pypi/trac/DEPENDS b/python-pypi/trac/DEPENDS
index 3577189125..788c482351 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 ecc523f572..bf650c6bdd 100644
--- a/python-pypi/trac/HISTORY
+++ b/python-pypi/trac/HISTORY
@@ -1,3 +1,6 @@
+2009-03-01 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: added pytz; fixed quotes for another dep
+
2009-02-16 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 0.11.3