[Checkins] SVN: z3c.form/trunk/ Prepare z3c.form 2.4.3.

David Glick davidglick at onenw.org
Fri May 20 10:44:59 EDT 2011


Log message for revision 121764:
  Prepare z3c.form 2.4.3.

Changed:
  U   z3c.form/trunk/CHANGES.txt
  U   z3c.form/trunk/buildout.cfg
  U   z3c.form/trunk/setup.py

-=-
Modified: z3c.form/trunk/CHANGES.txt
===================================================================
--- z3c.form/trunk/CHANGES.txt	2011-05-20 08:56:29 UTC (rev 121763)
+++ z3c.form/trunk/CHANGES.txt	2011-05-20 14:44:58 UTC (rev 121764)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-2.4.3 (unreleased)
+2.4.3 (2011-05-20)
 ------------------
 
 - Declare TextLinesFieldWidget as an IFieldWidget implementer.
@@ -18,6 +18,8 @@
 - Ensure at least min_length widgets are rendered for a MultiWidget in input
   mode.
 
+- Added Japanese translation.
+
 - Added base of Czech translation.
 
 - Added Portuguese Brazilian translation.

Modified: z3c.form/trunk/buildout.cfg
===================================================================
--- z3c.form/trunk/buildout.cfg	2011-05-20 08:56:29 UTC (rev 121763)
+++ z3c.form/trunk/buildout.cfg	2011-05-20 14:44:58 UTC (rev 121764)
@@ -1,7 +1,7 @@
 [buildout]
 develop = . benchmark
 parts = test test-no-z3cpt checker coverage-test coverage-report docs i18n
-        benchmark python omelette
+        benchmark python omelette pocompile
 versions = versions
 
 [versions]
@@ -40,10 +40,16 @@
 
 [coverage-report]
 recipe = zc.recipe.egg
-eggs = z3c.coverage
+eggs =
+    z3c.coverage
 scripts = coverage=coverage-report
 arguments = ('coverage', 'coverage/report')
 
+[pocompile]
+recipe = zc.recipe.egg
+eggs = zest.pocompile
+
+
 [docs]
 recipe = z3c.recipe.sphinxdoc
 eggs = z3c.form [docs]

Modified: z3c.form/trunk/setup.py
===================================================================
--- z3c.form/trunk/setup.py	2011-05-20 08:56:29 UTC (rev 121763)
+++ z3c.form/trunk/setup.py	2011-05-20 14:44:58 UTC (rev 121764)
@@ -47,7 +47,7 @@
 
 setup(
     name='z3c.form',
-    version='2.4.3dev',
+    version='2.4.3',
     author="Stephan Richter, Roger Ineichen and the Zope Community",
     author_email="zope-dev at zope.org",
     description="An advanced form and widget framework for Zope 3",



More information about the checkins mailing list