[Repoze-checkins] r716 - www/trunk/blog.repoze.org/entries
Chris McDonough
chrism at agendaless.com
Wed Feb 20 23:46:03 UTC 2008
Author: Chris McDonough <chrism at agendaless.com>
Date: Wed Feb 20 18:46:03 2008
New Revision: 716
Log:
New release.
Added:
www/trunk/blog.repoze.org/entries/repozeprofile-0.3-released.txt
Added: www/trunk/blog.repoze.org/entries/repozeprofile-0.3-released.txt
==============================================================================
--- (empty file)
+++ www/trunk/blog.repoze.org/entries/repozeprofile-0.3-released.txt Wed Feb 20 18:46:03 2008
@@ -0,0 +1,28 @@
+repoze.profile 0.3 Released
+#label repoze
+
+<p> Whoops. The earlier release of repoze.profile 0.2 today had two issues
+ (discovered by Zac Bir, thanks Zac!).</p>
+
+<ul>
+ <li>It didn't work properly under Python 2.5 due to a difference in the way the Python 2.5 <code>pstats</code> module works</li>
+ <li>It didn't explicitly depend on <code>ElementTree</code>, which its templates require (but the templating package is not a setuptools package, so cannot name its own dependencies).</li>
+</ul>
+
+<p>
+If you tried it and it didn't work, try it again.
+</p>
+
+<p>
+<code>easy_install -i http://dist.repoze.org/simple repoze.profile</code>
+</p>
+
+<p>
+Or if you've already got it installed..
+</p>
+
+<p>
+<code>easy_install -i http://dist.repoze.org/simple -U repoze.profile</code>
+</p>
+
+<p>- Chris</p>
More information about the Repoze-checkins
mailing list