[Checkins] SVN: z3c.pt/trunk/ Require new zope.i18n release and remove svn external for it

Hanno Schlichting plone at hannosch.info
Sat Jul 12 09:35:20 EDT 2008


Log message for revision 88286:
  Require new zope.i18n release and remove svn external for it
  

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

-=-

Property changes on: z3c.pt/trunk
___________________________________________________________________
Name: svn:externals
   - #
# applied by: svn propset svn:externals -F ./EXTERNALS.txt .
#
zope.i18n svn://svn.zope.org/repos/main/zope.i18n/trunk


Modified: z3c.pt/trunk/CHANGES.txt
===================================================================
--- z3c.pt/trunk/CHANGES.txt	2008-07-12 13:35:03 UTC (rev 88285)
+++ z3c.pt/trunk/CHANGES.txt	2008-07-12 13:35:19 UTC (rev 88286)
@@ -4,6 +4,8 @@
 Version 0.8.x
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+- Require zope.i18n 3.5.
+
 - Added optional support for using zope.i18n 3.5's new negotiate function.
   If you use the `zope_i18n_allowed_languages` environment variable the target
   language for a template is only negotiated once per template, instead of

Modified: z3c.pt/trunk/buildout.cfg
===================================================================
--- z3c.pt/trunk/buildout.cfg	2008-07-12 13:35:03 UTC (rev 88285)
+++ z3c.pt/trunk/buildout.cfg	2008-07-12 13:35:19 UTC (rev 88286)
@@ -2,7 +2,6 @@
 develop =
     .
     benchmark
-    zope.i18n
 
 parts = test benchmark
 find-links = http://download.zope.org/distribution/

Modified: z3c.pt/trunk/setup.py
===================================================================
--- z3c.pt/trunk/setup.py	2008-07-12 13:35:03 UTC (rev 88285)
+++ z3c.pt/trunk/setup.py	2008-07-12 13:35:19 UTC (rev 88286)
@@ -27,7 +27,7 @@
           'lxml',
           'zope.interface',
           'zope.component',
-          'zope.i18n',
+          'zope.i18n >= 3.5',
           'zope.traversing',
           'zope.security',
       ],



More information about the Checkins mailing list