[Checkins] SVN: zope.app.file/trunk/ - added table of contents to long description

Michael Howitz mh at gocept.com
Thu Aug 19 05:17:36 EDT 2010


Log message for revision 115781:
  - added table of contents to long description
  - fixed dependency version declaration
  

Changed:
  U   zope.app.file/trunk/CHANGES.txt
  U   zope.app.file/trunk/setup.py

-=-
Modified: zope.app.file/trunk/CHANGES.txt
===================================================================
--- zope.app.file/trunk/CHANGES.txt	2010-08-19 09:14:28 UTC (rev 115780)
+++ zope.app.file/trunk/CHANGES.txt	2010-08-19 09:17:36 UTC (rev 115781)
@@ -1,12 +1,11 @@
+Changes
 =======
-CHANGES
-=======
 
 3.5.2 (unreleased)
 ------------------
 
-- Updated ``ftesting.zcml`` to use the permission names now exported by
-  ``zope.dublincore``.
+- Updated ``ftesting.zcml`` to use the new permission names exported by
+  ``zope.dublincore`` 3.7.
 
 - Using python's `doctest` instead of deprecated `zope.testing.doctest`.
 

Modified: zope.app.file/trunk/setup.py
===================================================================
--- zope.app.file/trunk/setup.py	2010-08-19 09:14:28 UTC (rev 115780)
+++ zope.app.file/trunk/setup.py	2010-08-19 09:17:36 UTC (rev 115781)
@@ -33,10 +33,7 @@
       description='File and Image -- Zope 3 Content Components',
       long_description=(
           read('README.txt')
-          + '\n\n' +
-          'Detailed Documentation\n' +
-          '----------------------\n'
-          + '\n\n' +
+          + '\n\n.. contents::\n\n' +
           read('src', 'zope', 'app', 'file', 'browser', 'file.txt')
           + '\n\n' +
           read('src', 'zope', 'app', 'file', 'browser', 'url.txt')
@@ -71,7 +68,7 @@
                         'zope.app.publication',
                         'zope.contenttype>=3.5.0dev',
                         'zope.datetime',
-                        'zope.dublincore>=3.7.0',
+                        'zope.dublincore>=3.7',
                         'zope.event',
                         'zope.exceptions',
                         'zope.filerepresentation',



More information about the checkins mailing list