[Checkins] SVN: Products.CMFCalendar/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:04 EDT 2008


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

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

-=-
Modified: Products.CMFCalendar/branches/2.1/setup.py
===================================================================
--- Products.CMFCalendar/branches/2.1/setup.py	2008-08-28 09:06:53 UTC (rev 90528)
+++ Products.CMFCalendar/branches/2.1/setup.py	2008-08-28 09:07:03 UTC (rev 90529)
@@ -48,7 +48,7 @@
           'Products.CMFDefault',
           'Products.CMFTopic',
           'Products.DCWorkflow',
-          'Products.GenericSetup==1.3.3',
+          'Products.GenericSetup >= 1.3.3, <= 1.3.999',
           ],
       entry_points="""
       [zope2.initialize]



More information about the Checkins mailing list