[Checkins] SVN: zope.schema/trunk/ Change package's mailing list address to zope-dev at zope.org.

Dan Korostelev nadako at gmail.com
Mon Mar 9 19:22:50 EDT 2009


Log message for revision 97741:
  Change package's mailing list address to zope-dev at zope.org.
  Fix package's documentation formatting.
  Remove zpkg stuff.
  

Changed:
  U   zope.schema/trunk/CHANGES.txt
  U   zope.schema/trunk/buildout.cfg
  U   zope.schema/trunk/setup.py
  D   zope.schema/trunk/src/zope/schema/DEPENDENCIES.cfg
  U   zope.schema/trunk/src/zope/schema/sources.txt

-=-
Modified: zope.schema/trunk/CHANGES.txt
===================================================================
--- zope.schema/trunk/CHANGES.txt	2009-03-09 23:12:07 UTC (rev 97740)
+++ zope.schema/trunk/CHANGES.txt	2009-03-09 23:22:50 UTC (rev 97741)
@@ -1,5 +1,5 @@
 =======
-Changes
+CHANGES
 =======
 
 3.5.3 (unreleased)
@@ -8,6 +8,13 @@
 - Make Choice and Bool fields implement IFromUnicode interface, because
   they do provide the ``fromUnicode`` method.
 
+- Change package's mailing list address to zope-dev at zope.org, as
+  zope3-dev at zope.org is now retired.
+
+- Fix package's documentation formatting.
+
+- Remove zpkg-related file.
+
 3.5.2 (2009-02-04)
 ------------------
 
@@ -16,7 +23,7 @@
 
 - Added an __all__ package attribute to expose documentation.
 
-3.5.1 (2009/01/31)
+3.5.1 (2009-01-31)
 ------------------
 
 - Stop using the old old set type.
@@ -30,8 +37,7 @@
   may require you to adapt your doctests for the new style, but now it makes
   much more sense for debugging for developers.
 
-
-3.5.0a2 (2008/12/11)
+3.5.0a2 (2008-12-11)
 --------------------
 
 - Move zope.testing to "test" extras_require, as it is not needed
@@ -42,7 +48,7 @@
   third-party code could be dependent on that order. The one
   example is z3c.form's converter.
 
-3.5.0a1 (2008/10/10)
+3.5.0a1 (2008-10-10)
 --------------------
 
 - Added the doctests to the long description.
@@ -58,21 +64,19 @@
 
 - zope.schema now works on Python2.5
 
-
-3.4.0 (2007/09/28)
+3.4.0 (2007-09-28)
 ------------------
 
-
 Added BeforeObjectAssignedEvent that is triggered before the object
 field sets a value.
 
-3.3.0 (2007/03/15)
+3.3.0 (2007-03-15)
 ------------------
 
 Corresponds to the version of the zope.schema package shipped as part of
 the Zope 3.3.0 release.
 
-3.2.1 (2006/03/26)
+3.2.1 (2006-03-26)
 ------------------
 
 Corresponds to the version of the zope.schema package shipped as part of
@@ -81,7 +85,7 @@
 Fixed missing import of 'VocabularyRegistryError'.  See
 http://www.zope.org/Collectors/Zope3-dev/544 .
 
-3.2.0 (2006/01/05)
+3.2.0 (2006-01-05)
 ------------------
 
 Corresponds to the version of the zope.schema package shipped as part of
@@ -90,7 +94,7 @@
 Added "iterable" sources to replace vocabularies, which are now deprecated
 and scheduled for removal in Zope 3.3.
 
-3.1.0 (2005/10/03)
+3.1.0 (2005-10-03)
 ------------------
 
 Corresponds to the version of the zope.schema package shipped as part of
@@ -101,7 +105,7 @@
 
 Added 'TimeDelta' and 'ASCIILine' field types.
 
-3.0.0 (2004/11/07)
+3.0.0 (2004-11-07)
 ------------------
 
 Corresponds to the version of the zope.schema package shipped as part of

Modified: zope.schema/trunk/buildout.cfg
===================================================================
--- zope.schema/trunk/buildout.cfg	2009-03-09 23:12:07 UTC (rev 97740)
+++ zope.schema/trunk/buildout.cfg	2009-03-09 23:22:50 UTC (rev 97741)
@@ -2,8 +2,6 @@
 develop = .
 parts = test
 
-find-links = http://download.zope.org/distribution/
-
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.schema

Modified: zope.schema/trunk/setup.py
===================================================================
--- zope.schema/trunk/setup.py	2009-03-09 23:12:07 UTC (rev 97740)
+++ zope.schema/trunk/setup.py	2009-03-09 23:22:50 UTC (rev 97741)
@@ -25,9 +25,9 @@
       version = '3.5.3dev',
       url='http://pypi.python.org/pypi/zope.schema',
       license='ZPL 2.1',
-      description='Zope3 Data Schemas',
+      description='Zope Data Schemas',
       author='Zope Corporation and Contributors',
-      author_email='zope3-dev at zope.org',
+      author_email='zope-dev at zope.org',
       long_description=(read('src', 'zope', 'schema', 'README.txt')
                         + '\n\n' +
                         read('src', 'zope', 'schema', 'fields.txt')

Deleted: zope.schema/trunk/src/zope/schema/DEPENDENCIES.cfg
===================================================================
--- zope.schema/trunk/src/zope/schema/DEPENDENCIES.cfg	2009-03-09 23:12:07 UTC (rev 97740)
+++ zope.schema/trunk/src/zope/schema/DEPENDENCIES.cfg	2009-03-09 23:22:50 UTC (rev 97741)
@@ -1,3 +0,0 @@
-zope.i18nmessageid
-zope.interface
-zope.testing

Modified: zope.schema/trunk/src/zope/schema/sources.txt
===================================================================
--- zope.schema/trunk/src/zope/schema/sources.txt	2009-03-09 23:12:07 UTC (rev 97740)
+++ zope.schema/trunk/src/zope/schema/sources.txt	2009-03-09 23:22:50 UTC (rev 97741)
@@ -1,6 +1,9 @@
-========
+=======
+Sources
+=======
+
 Concepts
-========
+--------
 
 Sources are designed with three concepts:
 
@@ -26,9 +29,8 @@
 binder that is called with the context and instanciates the source when
 it is actually used.
 
-=================
 Sources in Fields
-=================
+-----------------
 
 A choice field can be constructed with a source or source name.  When a source
 is used, it will be used as the source for valid values.



More information about the Checkins mailing list