[Checkins] SVN: z3c.form/trunk/ Added missing dependency on ``zope.contentprovider`` introduced by the content providers feature in 2.4.0

Michael Howitz mh at gocept.com
Sat Jul 10 13:34:44 EDT 2010


Log message for revision 114525:
  Added missing dependency on ``zope.contentprovider`` introduced by the content providers feature in 2.4.0
  

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

-=-
Modified: z3c.form/trunk/CHANGES.txt
===================================================================
--- z3c.form/trunk/CHANGES.txt	2010-07-10 17:33:04 UTC (rev 114524)
+++ z3c.form/trunk/CHANGES.txt	2010-07-10 17:34:44 UTC (rev 114525)
@@ -5,15 +5,15 @@
 2.4.1 (unreleased)
 ------------------
 
-- Nothing changed yet.
+- Added missing dependency on ``zope.contentprovider``.
 
 
 2.4.0 (2010-07-01)
 ------------------
 
-- Feature : mix fields and content providers in forms. This allow to enrich
+- Feature: mix fields and content providers in forms. This allow to enrich
   the form by interlacing html snippets produced by content providers.
-  Adding html outside the widgets avoids the systematic need of 
+  Adding html outside the widgets avoids the systematic need of
   subclassing or changing the full widget rendering.
 
 - Bug: Radio widget was not treating value as a list in hidden mode.
@@ -42,7 +42,7 @@
   adapter being more specific on a discriminator that comes later in the
   discriminator list (e.g. 'form' for an ErrorViewMessage), then depending on
   the order in which these two were set up, the adapter specialisation may
-  differ, giving unexpected results that make it look like the adapter 
+  differ, giving unexpected results that make it look like the adapter
   registry is picking the wrong adapter.
 
 - Fix trivial test failures on Python 2.4 stemming from differences in

Modified: z3c.form/trunk/setup.py
===================================================================
--- z3c.form/trunk/setup.py	2010-07-10 17:33:04 UTC (rev 114524)
+++ z3c.form/trunk/setup.py	2010-07-10 17:34:44 UTC (rev 114525)
@@ -108,6 +108,7 @@
         'zope.browser',
         'zope.component',
         'zope.configuration',
+        'zope.contentprovider',
         'zope.event',
         'zope.i18n',
         'zope.i18nmessageid',



More information about the checkins mailing list