[Python-checkins] benchmarks: Fix make_perf3.sh for new Mako
antoine.pitrou
python-checkins at python.org
Fri Nov 23 23:36:06 CET 2012
http://hg.python.org/benchmarks/rev/c5c5238b8516
changeset: 192:c5c5238b8516
user: Antoine Pitrou <solipsis at pitrou.net>
date: Fri Nov 23 23:35:05 2012 +0100
summary:
Fix make_perf3.sh for new Mako
files:
make_perf3.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/make_perf3.sh b/make_perf3.sh
--- a/make_perf3.sh
+++ b/make_perf3.sh
@@ -33,7 +33,7 @@
# Libraries that are Python 3 compatible as-is.
SAFE_LIBS_AS_IS="Chameleon-2.9.2 pathlib"
# Libraries that work with Python 3 after passing through 2to3.
-SAFE_LIBS_TO_TRANSLATE="2to3 mako-0.3.6 mako-0.7.2"
+SAFE_LIBS_TO_TRANSLATE="2to3 mako-0.3.6 Mako-0.7.3"
# Libraries whose source is Python 3 only.
SAFE_LIBS_PORTED=""
--
Repository URL: http://hg.python.org/benchmarks
More information about the Python-checkins
mailing list