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

Tres Seaver tseaver at palladion.com
Tue Apr 4 23:16:14 EDT 2006


Log message for revision 66471:
  Package zope.schema-3.0.0 as egg.

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

-=-
Modified: zope.schema/tags/3.0.0/CHANGES.txt
===================================================================
--- zope.schema/tags/3.0.0/CHANGES.txt	2006-04-05 03:09:43 UTC (rev 66470)
+++ zope.schema/tags/3.0.0/CHANGES.txt	2006-04-05 03:16:14 UTC (rev 66471)
@@ -1,35 +1,6 @@
 zope.schema Package Changelog
 =============================
 
-zope.schema version 3.2.1 (2006/03/26)
---------------------------------------
-
-- Corresponds to the verison of the zope.schema package shipped as part of
-  the Zope 3.2.1 release.
-
-- Fixed missing import of 'VocabularyRegistryError'.  See
-  http://www.zope.org/Collectors/Zope3-dev/544 .
-
-zope.schema version 3.2.0 (2006/01/05)
---------------------------------------
-
-- Corresponds to the verison of the zope.schema package shipped as part of
-  the Zope 3.2.0 release.
-
-- Added "iterable" sources to replace vocabularies, which are now deprecated
-  and scheduled for removal in Zope 3.3.
-
-zope.schema version 3.1.0 (2005/10/03)
---------------------------------------
-
-- Corresponds to the verison of the zope.schema package shipped as part of
-  the Zope 3.1.0 release.
-
-- Allowed 'Choice' fields to take either a 'vocabulary' or a 'source'
-  argument (sources are a simpler implementation).
-
-- Added 'TimeDelta' and 'ASCIILine' field types.
-
 zope.schema version 3.0.0 (2004/11/07)
 --------------------------------------
 

Modified: zope.schema/tags/3.0.0/setup.cfg.in
===================================================================
--- zope.schema/tags/3.0.0/setup.cfg.in	2006-04-05 03:09:43 UTC (rev 66470)
+++ zope.schema/tags/3.0.0/setup.cfg.in	2006-04-05 03:16:14 UTC (rev 66471)
@@ -1,6 +1,2 @@
 [development]
 depends = zope.testing
-
-[egg_info]
-tag_build = .dev
-tag_svn_revision = 1

Modified: zope.schema/tags/3.0.0/setup.py
===================================================================
--- zope.schema/tags/3.0.0/setup.py	2006-04-05 03:09:43 UTC (rev 66470)
+++ zope.schema/tags/3.0.0/setup.py	2006-04-05 03:16:14 UTC (rev 66471)
@@ -24,8 +24,8 @@
     from distutils.core import setup, Extension
 
 setup(name='zope.schema',
-      version='1.0',
-      url='http://svn.zope.org/zope.schema',
+      version='3.0.0',
+      url='http://svn.zope.org/zope.schema/tags/3.0.0',
       license='ZPL 2.1',
       description='Zope3 Data Schemas',
       author='Zope Corporation and Contributors',


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

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




More information about the Checkins mailing list