[Checkins] SVN: five.localsitemanager/trunk/ - removed package dependencies that did collide with the KGS of Zope 2.12

Yvo Schubbe y.2009 at wcm-solutions.de
Fri Feb 13 04:49:01 EST 2009


Log message for revision 96487:
  - removed package dependencies that did collide with the KGS of Zope 2.12

Changed:
  U   five.localsitemanager/trunk/CHANGES.txt
  U   five.localsitemanager/trunk/setup.py

-=-
Modified: five.localsitemanager/trunk/CHANGES.txt
===================================================================
--- five.localsitemanager/trunk/CHANGES.txt	2009-02-13 06:12:34 UTC (rev 96486)
+++ five.localsitemanager/trunk/CHANGES.txt	2009-02-13 09:49:01 UTC (rev 96487)
@@ -4,6 +4,9 @@
 2.0 - Unreleased
 ----------------
 
+* Removed package dependencies that did collide with the KGS of Zope 2.12.
+  [yuppie]
+
 * Adjusted code to use the new zope.site and zope.container packages and use
   the ISite interface from zope.location.
   [hannosch]
@@ -20,6 +23,10 @@
 * Requiring zope.component >= 3.5.0.
   [icemac]
 
+
+1.0 - 2008-11-18
+----------------
+
 * Utilities registered with an absolute path were returned with the
   RequestContainer in the aq_chain. As the result of the first utility
   look-up is stored in the adapter look-up cache, subsequent utility
@@ -30,6 +37,7 @@
   RequestContainer is now also removed at look-up.
   [icemac]
 
+
 1.0c1 - 2008-08-27
 ------------------
 

Modified: five.localsitemanager/trunk/setup.py
===================================================================
--- five.localsitemanager/trunk/setup.py	2009-02-13 06:12:34 UTC (rev 96486)
+++ five.localsitemanager/trunk/setup.py	2009-02-13 09:49:01 UTC (rev 96487)
@@ -34,17 +34,7 @@
           ),
       install_requires=[
         'setuptools',
-        'zope.component >= 3.5.0',
-        'zope.container',
-        'zope.event',
-        'zope.interface',
-        'zope.location >= 3.5.0',
-        'zope.site >= 3.6.0',
-        'zope.traversing',
-        'Acquisition',
-        'Zope2',
-        'ZODB3',
+        'Zope2 >= 2.12.dev',
       ],
       zip_safe = False,
       )
-



More information about the Checkins mailing list