[Checkins] SVN: zope.app.publisher/trunk/ metadata update
Shane Hathaway
shane at hathawaymix.org
Fri May 22 21:01:43 EDT 2009
Log message for revision 100268:
metadata update
Changed:
U zope.app.publisher/trunk/CHANGES.txt
U zope.app.publisher/trunk/setup.py
-=-
Modified: zope.app.publisher/trunk/CHANGES.txt
===================================================================
--- zope.app.publisher/trunk/CHANGES.txt 2009-05-23 01:01:14 UTC (rev 100267)
+++ zope.app.publisher/trunk/CHANGES.txt 2009-05-23 01:01:42 UTC (rev 100268)
@@ -2,11 +2,17 @@
Changes
=======
-3.7.1 (unreleased)
+3.8.0 (unreleased)
==================
-- There is no direct dependency on zope.app.component anymore (even in the tests).
+- There is no direct dependency on zope.app.component anymore (even in
+ the tests).
+- Moved the publicationtraverse module to zope.traversing, removing the
+ zope.app.publisher -> zope.app.publication dependency (which was a
+ cycle).
+
+
3.7.0 (2009-05-22)
==================
Modified: zope.app.publisher/trunk/setup.py
===================================================================
--- zope.app.publisher/trunk/setup.py 2009-05-23 01:01:14 UTC (rev 100267)
+++ zope.app.publisher/trunk/setup.py 2009-05-23 01:01:42 UTC (rev 100268)
@@ -19,7 +19,7 @@
open('CHANGES.txt').read())
setup(name='zope.app.publisher',
- version = '3.7.1dev',
+ version = '3.8.0',
url='http://pypi.python.org/pypi/zope.app.publisher/',
author='Zope Corporation and Contributors',
author_email='zope-dev at zope.org',
@@ -55,7 +55,7 @@
'zope.schema',
'zope.site',
'zope.security',
- 'zope.traversing',
+ 'zope.traversing >= 3.7.0',
'zope.componentvocabulary',
'zope.browser',
],
More information about the Checkins
mailing list