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

Maurits van Rees m.van.rees at zestsoftware.nl
Tue Jul 1 06:06:08 EDT 2008


Log message for revision 87877:
  Pinned the required PasteScript version in setup.py of grokproject.
  Refs https://bugs.launchpad.net/grok/+bug/242370
  

Changed:
  U   grokproject/trunk/CHANGES.txt
  U   grokproject/trunk/setup.py

-=-
Modified: grokproject/trunk/CHANGES.txt
===================================================================
--- grokproject/trunk/CHANGES.txt	2008-07-01 10:01:24 UTC (rev 87876)
+++ grokproject/trunk/CHANGES.txt	2008-07-01 10:06:08 UTC (rev 87877)
@@ -5,6 +5,7 @@
 ------------------
 
 * Pinned the required grok version in the generated setup.py.
+  Pinned the required PasteScript version in setup.py of grokproject.
   Refs https://bugs.launchpad.net/grok/+bug/242370
 
 * Actually added the required eggbasket section to the generated

Modified: grokproject/trunk/setup.py
===================================================================
--- grokproject/trunk/setup.py	2008-07-01 10:01:24 UTC (rev 87876)
+++ grokproject/trunk/setup.py	2008-07-01 10:06:08 UTC (rev 87877)
@@ -20,7 +20,7 @@
     packages=find_packages(),
     include_package_data=True,
     zip_safe=False,
-    install_requires=['PasteScript>=1.6', 'zc.buildout'],
+    install_requires=['PasteScript==1.6.3', 'zc.buildout'],
     tests_require=['zope.testing', 'zc.buildout', 'Cheetah', 'PasteScript'],
     test_suite='tests.test_suite',
     entry_points={



More information about the Checkins mailing list