[Checkins] SVN: zope.publisher/branches/3.5/ Pin buildout to the Zope 3.4.0 KGS index.

Tres Seaver tseaver at palladion.com
Mon Apr 6 10:58:03 EDT 2009


Log message for revision 98931:
  Pin buildout to the Zope 3.4.0 KGS index.
  

Changed:
  U   zope.publisher/branches/3.5/CHANGES.txt
  U   zope.publisher/branches/3.5/buildout.cfg
  U   zope.publisher/branches/3.5/setup.py

-=-
Modified: zope.publisher/branches/3.5/CHANGES.txt
===================================================================
--- zope.publisher/branches/3.5/CHANGES.txt	2009-04-06 14:47:58 UTC (rev 98930)
+++ zope.publisher/branches/3.5/CHANGES.txt	2009-04-06 14:58:03 UTC (rev 98931)
@@ -4,12 +4,8 @@
 3.5.7 (unreleased)
 ------------------
 
-- Pin transitive dependency on ``zope.app.component`` to a version less than
-  ``3.7.0``, which conflicts with this release.
+- Pin buildout to the Zope 3.4.0 KGS index.
 
-- Pin dependency on ``zope.component`` to a version less than
-  ``3.6.0``, which removed BBB interfaces used by this release.
-
 3.5.6 (2009-02-14)
 ------------------
 

Modified: zope.publisher/branches/3.5/buildout.cfg
===================================================================
--- zope.publisher/branches/3.5/buildout.cfg	2009-04-06 14:47:58 UTC (rev 98930)
+++ zope.publisher/branches/3.5/buildout.cfg	2009-04-06 14:58:03 UTC (rev 98931)
@@ -2,7 +2,7 @@
 develop = .
 parts = test
 
-find-links = http://download.zope.org/distribution/
+index = http://download.zope.org/zope3.4/3.4.0/index/
 
 [test]
 recipe = zc.recipe.testrunner

Modified: zope.publisher/branches/3.5/setup.py
===================================================================
--- zope.publisher/branches/3.5/setup.py	2009-04-06 14:47:58 UTC (rev 98930)
+++ zope.publisher/branches/3.5/setup.py	2009-04-06 14:58:03 UTC (rev 98931)
@@ -40,16 +40,7 @@
       zip_safe = False,
       install_requires=[
         'setuptools',
-        'zope.component<=3.5.99',     # 3.6.0 removes BBB interfaces.
-        'zope.app.component<=3.6.99', # transitive: later versions require
-                                      # zope.publisher >= 3.6.0.
-        'zope.app.security<=3.6.99',  # transitive: later versions require
-                                      # zope.component >= 3.6.0.
-        'zope.app.authentication<=3.5.99',  # transitive: later versions
-                                      # require zope.component >= 3.6.0.
-        'zope.traversing<3.5.3',      # 3.5.3 depends on newer zope.publisher
-        'zope.container<=3.6.99',     # transitive;  newer versions
-                                      # depend on zope.publisher >= 3.6.0
+        'zope.component',
         'zope.event',
         'zope.exceptions',
         'zope.i18n',



More information about the Checkins mailing list