[Checkins] SVN: zope.i18n/trunk/ - bumped version of required zope.security to get fix for hidden zope.testing

Christian Theune ct at gocept.com
Sun Jun 10 06:27:35 EDT 2007


Log message for revision 76559:
   - bumped version of required zope.security to get fix for hidden zope.testing
     dependency
  

Changed:
  U   zope.i18n/trunk/CHANGES.txt
  U   zope.i18n/trunk/setup.py

-=-
Modified: zope.i18n/trunk/CHANGES.txt
===================================================================
--- zope.i18n/trunk/CHANGES.txt	2007-06-10 10:22:24 UTC (rev 76558)
+++ zope.i18n/trunk/CHANGES.txt	2007-06-10 10:27:34 UTC (rev 76559)
@@ -1,9 +1,17 @@
 zope.i18n package changelog
 ===========================
 
+3.4.0b1
+-------
+
+- Fixed dependency on zope.security to require a version that does not have
+  the hidden dependency on zope.testing.
+
+
 Note: Releases between 3.2.0 and 3.4.0b1 were not tracked as individual
 packages. The changes can be reconstructed from the Zope 3 changelog.
 
+
 3.2.0 - 2006/01/05
 ------------------
 
@@ -20,6 +28,7 @@
 - Implemented remaining date/time formatters, including adding week
   information to the calendar.
 
+
 3.0.0 - 2004/11/07
 ------------------
 

Modified: zope.i18n/trunk/setup.py
===================================================================
--- zope.i18n/trunk/setup.py	2007-06-10 10:22:24 UTC (rev 76558)
+++ zope.i18n/trunk/setup.py	2007-06-10 10:27:34 UTC (rev 76559)
@@ -27,7 +27,7 @@
       description='Zope3 Internationalization Support',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
-      
+
       packages=find_packages('src'),
       package_dir = {'': 'src'},
 
@@ -37,7 +37,7 @@
                         'zope.i18nmessageid',
                         'zope.component',
                         'zope.configuration',
-                        'zope.security', 
+                        'zope.security>=3.4.0b1',
                        ],
       include_package_data = True,
 



More information about the Checkins mailing list