[Checkins] SVN: grokproject/trunk/ Pinned the required grok version in the generated setup.py.

Maurits van Rees m.van.rees at zestsoftware.nl
Tue Jul 1 05:55:38 EDT 2008


Log message for revision 87875:
  Pinned the required grok version in the generated setup.py.
  Refs https://bugs.launchpad.net/grok/+bug/242370
  

Changed:
  U   grokproject/trunk/CHANGES.txt
  U   grokproject/trunk/grokproject/template/setup.py_tmpl

-=-
Modified: grokproject/trunk/CHANGES.txt
===================================================================
--- grokproject/trunk/CHANGES.txt	2008-07-01 09:45:50 UTC (rev 87874)
+++ grokproject/trunk/CHANGES.txt	2008-07-01 09:55:37 UTC (rev 87875)
@@ -4,6 +4,9 @@
 0.8 (unreleased)
 ------------------
 
+* Pinned the required grok version in the generated setup.py.
+  Refs https://bugs.launchpad.net/grok/+bug/242370
+
 * Actually added the required eggbasket section to the generated
   buildout.cfg.  Fixes https://bugs.launchpad.net/grok/+bug/242368
 

Modified: grokproject/trunk/grokproject/template/setup.py_tmpl
===================================================================
--- grokproject/trunk/grokproject/template/setup.py_tmpl	2008-07-01 09:45:50 UTC (rev 87874)
+++ grokproject/trunk/grokproject/template/setup.py_tmpl	2008-07-01 09:55:37 UTC (rev 87875)
@@ -19,7 +19,7 @@
       include_package_data=True,
       zip_safe=${repr(bool(zip_safe))|False},
       install_requires=['setuptools',
-                        'grok',
+                        'grok==${grokversion}',
                         'z3c.testsetup',
                         # Add extra requirements here
                         ],



More information about the Checkins mailing list