[Checkins] SVN: five.pt/trunk/ pin sourcecodegen to at least 0.6.14

Leonardo Rochael Almeida leorochael at gmail.com
Mon Sep 19 05:24:45 EST 2011


Log message for revision 122839:
  pin sourcecodegen to at least 0.6.14

Changed:
  U   five.pt/trunk/setup.py
  U   five.pt/trunk/versions.cfg

-=-
Modified: five.pt/trunk/setup.py
===================================================================
--- five.pt/trunk/setup.py	2011-09-19 10:03:54 UTC (rev 122838)
+++ five.pt/trunk/setup.py	2011-09-19 10:24:44 UTC (rev 122839)
@@ -26,7 +26,7 @@
       install_requires=[
           'setuptools',
           'z3c.pt>=2.1.1',
-          'sourcecodegen',
+          'sourcecodegen>=0.6.14',
       ],
       entry_points="""
       [z3c.autoinclude.plugin]

Modified: five.pt/trunk/versions.cfg
===================================================================
--- five.pt/trunk/versions.cfg	2011-09-19 10:03:54 UTC (rev 122838)
+++ five.pt/trunk/versions.cfg	2011-09-19 10:24:44 UTC (rev 122839)
@@ -3,7 +3,7 @@
 extends = http://download.zope.org/Zope2/index/2.12.19/versions.cfg
 
 [versions]
-sourcecodegen = 0.6.12
+sourcecodegen = 0.6.14
 ordereddict = 1.1
 z3c.pt = 2.1.4
 



More information about the checkins mailing list