[Checkins] SVN: grokproject/trunk/ Again depend only on a minimum version of PasteScript instead of an

Maurits van Rees m.van.rees at zestsoftware.nl
Wed Jul 2 17:00:24 EDT 2008


Log message for revision 87937:
  Again depend only on a minimum version of PasteScript instead of an
  explicit version, to avoid possible conflicts.
  

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

-=-
Modified: grokproject/trunk/CHANGES.txt
===================================================================
--- grokproject/trunk/CHANGES.txt	2008-07-02 20:58:53 UTC (rev 87936)
+++ grokproject/trunk/CHANGES.txt	2008-07-02 21:00:24 UTC (rev 87937)
@@ -11,9 +11,6 @@
 * Removed code that was factored out into z3c.recipe.eggbasket and
   already gets invoked by grokproject by doing a "buildout bootstrap".
 
-* 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
   buildout.cfg.  Fixes https://bugs.launchpad.net/grok/+bug/242368
 

Modified: grokproject/trunk/setup.py
===================================================================
--- grokproject/trunk/setup.py	2008-07-02 20:58:53 UTC (rev 87936)
+++ grokproject/trunk/setup.py	2008-07-02 21:00:24 UTC (rev 87937)
@@ -20,7 +20,7 @@
     packages=find_packages(),
     include_package_data=True,
     zip_safe=False,
-    install_requires=['PasteScript==1.6.3'],
+    install_requires=['PasteScript>=1.6'],
     tests_require=['zope.testing', 'Cheetah', 'PasteScript'],
     test_suite='tests.test_suite',
     entry_points={



More information about the Checkins mailing list