[Checkins] SVN: zope.tal/trunk/ - removed setup.cfg

Christian Theune ct at gocept.com
Sun Jun 10 06:32:40 EDT 2007


Log message for revision 76564:
   - removed setup.cfg
   - requiring newer version of zope.i18n
   - added changelog
  

Changed:
  A   zope.tal/trunk/CHANGES.txt
  D   zope.tal/trunk/setup.cfg
  U   zope.tal/trunk/setup.py

-=-
Added: zope.tal/trunk/CHANGES.txt
===================================================================
--- zope.tal/trunk/CHANGES.txt	                        (rev 0)
+++ zope.tal/trunk/CHANGES.txt	2007-06-10 10:32:40 UTC (rev 76564)
@@ -0,0 +1,12 @@
+zope.tal package changelog
+==========================
+
+3.4.0b1
+-------
+
+- Updated dependency for zope.i18n that requires the correct version of
+  zope.security to avoid a hidden dependency issue in zope.security.
+
+
+Note: The code changes before 3.4.0b1 where not tracked as an individual
+package and have been documented in the Zope 3 changelog.


Property changes on: zope.tal/trunk/CHANGES.txt
___________________________________________________________________
Name: svn:eol-style
   + native

Deleted: zope.tal/trunk/setup.cfg
===================================================================
--- zope.tal/trunk/setup.cfg	2007-06-10 10:29:30 UTC (rev 76563)
+++ zope.tal/trunk/setup.cfg	2007-06-10 10:32:40 UTC (rev 76564)
@@ -1,2 +0,0 @@
-[egg_info]
-tag_svn_revision = 1
\ No newline at end of file

Modified: zope.tal/trunk/setup.py
===================================================================
--- zope.tal/trunk/setup.py	2007-06-10 10:29:30 UTC (rev 76563)
+++ zope.tal/trunk/setup.py	2007-06-10 10:32:40 UTC (rev 76564)
@@ -27,14 +27,14 @@
       description='Zope 3 Template Application Languate (TAL)',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
-      
+
       packages=find_packages('src'),
       package_dir = {'': 'src'},
 
       namespace_packages=['zope',],
       install_requires=['setuptools',
                         'zope.i18nmessageid',
-                        'zope.i18n',
+                        'zope.i18n>=3.4.0b1',
                         'zope.interface',
                        ],
       include_package_data = True,



More information about the Checkins mailing list