[Checkins] SVN: Products.CMFCore/branches/2.1/setup.py - more flexible GS pinning to allow following the GS 1.3 releases

Jens Vagelpohl jens at dataflake.org
Thu Aug 28 05:07:10 EDT 2008


Log message for revision 90530:
  - more flexible GS pinning to allow following the GS 1.3 releases

Changed:
  U   Products.CMFCore/branches/2.1/setup.py

-=-
Modified: Products.CMFCore/branches/2.1/setup.py
===================================================================
--- Products.CMFCore/branches/2.1/setup.py	2008-08-28 09:07:03 UTC (rev 90529)
+++ Products.CMFCore/branches/2.1/setup.py	2008-08-28 09:07:09 UTC (rev 90530)
@@ -46,7 +46,7 @@
         #'Zope >= 2.10.4',
         'setuptools',
         'five.localsitemanager>=0.3',
-        'Products.GenericSetup==1.3.3',
+        'Products.GenericSetup >= 1.3.3, <= 1.3.999',
         ],
       entry_points="""
       [zope2.initialize]



More information about the Checkins mailing list