[Checkins] SVN: zope.tal/tags/3.0.0/ Package zope.tal-3.0.0 as egg.

Tres Seaver tseaver at palladion.com
Wed Apr 5 00:19:15 EDT 2006


Log message for revision 66485:
  Package zope.tal-3.0.0 as egg.

Changed:
  U   zope.tal/tags/3.0.0/CHANGES.txt
  U   zope.tal/tags/3.0.0/setup.cfg.in
  U   zope.tal/tags/3.0.0/setup.py
  _U  zope.tal/tags/3.0.0/src/zope/

-=-
Modified: zope.tal/tags/3.0.0/CHANGES.txt
===================================================================
--- zope.tal/tags/3.0.0/CHANGES.txt	2006-04-05 04:14:43 UTC (rev 66484)
+++ zope.tal/tags/3.0.0/CHANGES.txt	2006-04-05 04:19:15 UTC (rev 66485)
@@ -1,30 +1,6 @@
 zope.tal Package Changelog
 ==========================
 
-zope.tal version 3.2.1 (2006/03/26)
------------------------------------
-
-- Corresponds to the verison of the zope.tal package shipped as part of
-  the Zope 3.2.1 release.
-
-zope.tal version 3.2.0 (2006/01/05)
------------------------------------
-
-- Corresponds to the verison of the zope.tal package shipped as part of
-  the Zope 3.2.0 release.
-
-zope.tal version 3.1.0 (2005/10/03)
------------------------------------
-
-- Corresponds to the verison of the zope.tal package shipped as part of
-  the Zope 3.1.0 release.
-
-zope.tal version 3.0.1 (2005/07/27)
------------------------------------
-
-- Corresponds to the verison of the zope.tal package shipped as part of
-  the Zope X3.0.1 release.
-
 zope.tal version 3.0.0 (2004/11/07)
 -----------------------------------
 

Modified: zope.tal/tags/3.0.0/setup.cfg.in
===================================================================
--- zope.tal/tags/3.0.0/setup.cfg.in	2006-04-05 04:14:43 UTC (rev 66484)
+++ zope.tal/tags/3.0.0/setup.cfg.in	2006-04-05 04:19:15 UTC (rev 66485)
@@ -1,6 +1,2 @@
 [development]
 depends = zope.testing
-
-[egg_info]
-tag_build = .dev
-tag_svn_revision = 1

Modified: zope.tal/tags/3.0.0/setup.py
===================================================================
--- zope.tal/tags/3.0.0/setup.py	2006-04-05 04:14:43 UTC (rev 66484)
+++ zope.tal/tags/3.0.0/setup.py	2006-04-05 04:19:15 UTC (rev 66485)
@@ -24,8 +24,8 @@
     from distutils.core import setup, Extension
 
 setup(name='zope.tal',
-      version='1.0',
-      url='http://svn.zope.org/zope.tal',
+      version='3.0.0',
+      url='http://svn.zope.org/zope.tal/3.0.0',
       license='ZPL 2.1',
       description='Zope3 Template Application Languate (TAL)',
       author='Zope Corporation and Contributors',
@@ -36,8 +36,7 @@
 
       namespace_packages=['zope',],
       tests_require = ['zope.testing'],
-      install_requires=['zope.deprecation',
-                        'zope.i18n',
+      install_requires=['zope.i18n',
                         'zope.i18nmessageid',
                         'zope.interface',
                        ],


Property changes on: zope.tal/tags/3.0.0/src/zope
___________________________________________________________________
Name: svn:externals
   - tal svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/tal

   + tal svn://svn.zope.org/repos/main/Zope3/tags/ZopeX3-3.0.0/src/zope/tal




More information about the Checkins mailing list