[Checkins] SVN: zope.schema/trunk/ added the doctests to the long description + preparing 3.5.0a1 release

Michael Howitz mh at gocept.com
Fri Oct 10 05:26:05 EDT 2008


Log message for revision 91971:
  added the doctests to the long description + preparing 3.5.0a1 release

Changed:
  U   zope.schema/trunk/CHANGES.txt
  U   zope.schema/trunk/setup.py
  U   zope.schema/trunk/src/zope/schema/README.txt

-=-
Modified: zope.schema/trunk/CHANGES.txt
===================================================================
--- zope.schema/trunk/CHANGES.txt	2008-10-10 09:19:36 UTC (rev 91970)
+++ zope.schema/trunk/CHANGES.txt	2008-10-10 09:26:04 UTC (rev 91971)
@@ -1,9 +1,12 @@
-Changes
-=======
+=========
+ Changes
+=========
 
-3.5.0a1 (unreleased)
+3.5.0a1 (2008/10/10)
 --------------------
 
+- Added the doctests to the long description.
+
 - Removed use of deprecated 'sets' module when running under Python 2.6.
 
 - Removed spurious doctest failure when running under Python 2.6.
@@ -15,9 +18,11 @@
 
 - zope.schema now works on Python2.5
 
+
 3.4.0 (2007/09/28)
 ------------------
 
+
 Added BeforeObjectAssignedEvent that is triggered before the object
 field sets a value.
 

Modified: zope.schema/trunk/setup.py
===================================================================
--- zope.schema/trunk/setup.py	2008-10-10 09:19:36 UTC (rev 91970)
+++ zope.schema/trunk/setup.py	2008-10-10 09:26:04 UTC (rev 91971)
@@ -30,8 +30,13 @@
       author_email='zope3-dev at zope.org',
       long_description=(read('src', 'zope', 'schema', 'README.txt')
                         + '\n\n' +
+                        read('src', 'zope', 'schema', 'fields.txt')
+                        + '\n\n' +
+                        read('src', 'zope', 'schema', 'sources.txt')
+                        + '\n\n' +
+                        read('src', 'zope', 'schema', 'validation.txt')
+                        + '\n\n' +
                         read('CHANGES.txt')),
-
       packages=find_packages('src'),
       package_dir = {'': 'src'},
       namespace_packages=['zope',],

Modified: zope.schema/trunk/src/zope/schema/README.txt
===================================================================
--- zope.schema/trunk/src/zope/schema/README.txt	2008-10-10 09:19:36 UTC (rev 91970)
+++ zope.schema/trunk/src/zope/schema/README.txt	2008-10-10 09:26:04 UTC (rev 91971)
@@ -21,6 +21,7 @@
 
 .. _Zope 3 sprint: http://dev.zope.org/Zope3/ZopeBBQ2002Sprint
 
+.. contents::
 
 Simple Usage
 ------------



More information about the Checkins mailing list