[Checkins] SVN: zope.app.http/trunk/ remove unneeded dependency.

Martijn Faassen faassen at startifact.com
Tue Apr 13 11:14:42 EDT 2010


Log message for revision 110802:
  remove unneeded dependency.
  

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

-=-
Modified: zope.app.http/trunk/CHANGES.txt
===================================================================
--- zope.app.http/trunk/CHANGES.txt	2010-04-13 14:54:03 UTC (rev 110801)
+++ zope.app.http/trunk/CHANGES.txt	2010-04-13 15:14:42 UTC (rev 110802)
@@ -2,14 +2,15 @@
 CHANGES
 =======
 
-3.6.2 (unreleased)
-------------------
+3.7 (unreleased)
+-----------------
 
+- Remove unnecessary dependency on zope.app.publisher.
+
 - Fix for an edge case:
   If someone does a defaultView for the context object and someone comes with
   a not allowed method, the exception view fails on getAdapters
 
-
 3.6.1 (2010-01-08)
 ------------------
 

Modified: zope.app.http/trunk/setup.py
===================================================================
--- zope.app.http/trunk/setup.py	2010-04-13 14:54:03 UTC (rev 110801)
+++ zope.app.http/trunk/setup.py	2010-04-13 15:14:42 UTC (rev 110802)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.http',
-      version = '3.6.2dev',
+      version = '3.7dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='HTTP Behavior for the Zope Publisher',
@@ -63,7 +63,6 @@
                         'zope.publisher>=3.12',
                         'zope.container',
                         'zope.filerepresentation',
-                        'zope.app.publisher',  # for browser:defaultView
                         ],
       include_package_data=True,
       zip_safe=False,



More information about the checkins mailing list