[Checkins] SVN: zope.configuration/tags/3.0.0/ 3.0.0.0: Initial release as egg.

Tres Seaver tseaver at palladion.com
Sat Apr 15 16:07:38 EDT 2006


Log message for revision 67058:
  3.0.0.0:  Initial release as egg.

Changed:
  U   zope.configuration/tags/3.0.0/CHANGES.txt
  U   zope.configuration/tags/3.0.0/setup.py
  _U  zope.configuration/tags/3.0.0/src/zope/

-=-
Modified: zope.configuration/tags/3.0.0/CHANGES.txt
===================================================================
--- zope.configuration/tags/3.0.0/CHANGES.txt	2006-04-15 19:58:49 UTC (rev 67057)
+++ zope.configuration/tags/3.0.0/CHANGES.txt	2006-04-15 20:07:38 UTC (rev 67058)
@@ -1,32 +1,13 @@
 zope.configuration Package Changelog
-==========================
+====================================
 
-zope.configuration version 3.2.1 (2006/03/26)
------------------------------------
+zope.configuration version 3.0.0.0 (2006/04/15)
+-----------------------------------------------
 
-- Corresponds to the verison of the zope.configuration package shipped
-  as part of the Zope 3.2.1 release.
+- Initial release as egg.
 
-zope.configuration version 3.2.0 (2006/01/05)
------------------------------------
-
-- Corresponds to the verison of the zope.configuration package shipped
-  as part of the Zope 3.2.0 release.
-
-zope.configuration version 3.1.0 (2005/10/03)
------------------------------------
-
-- Corresponds to the verison of the zope.configuration package shipped
-  as part of the Zope 3.1.0 release.
-
-zope.configuration version 3.0.1 (2005/07/27)
------------------------------------
-
-- Corresponds to the verison of the zope.configuration package shipped
-  as part of the Zope X3.0.1 release.
-
 zope.configuration version 3.0.0 (2004/11/07)
------------------------------------
+---------------------------------------------
 
 - Corresponds to the verison of the zope.configuration package shipped
   as part of the Zope X3.0.0 release.

Modified: zope.configuration/tags/3.0.0/setup.py
===================================================================
--- zope.configuration/tags/3.0.0/setup.py	2006-04-15 19:58:49 UTC (rev 67057)
+++ zope.configuration/tags/3.0.0/setup.py	2006-04-15 20:07:38 UTC (rev 67058)
@@ -24,7 +24,7 @@
     from distutils.core import setup, Extension
 
 setup(name='zope.configuration',
-      version='1.0',
+      version='3.0.0.0',
       url='http://svn.zope.org/zope.configuration',
       license='ZPL 2.1',
       description='Zope Configuration (ZCML)',
@@ -49,8 +49,7 @@
 
       namespace_packages=['zope',],
       tests_require = ['zope.testing'],
-      install_requires=['zope.deprecation',
-                        'zope.i18n',
+      install_requires=['zope.i18n',
                         'zope.interface',
                         'zope.schema',
                        ],


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

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




More information about the Checkins mailing list