[Checkins] SVN: grok/branches/gotcha-configuration-actions/ Require at least martian 0.9.1 and use it as the recommended version for now.

Philipp von Weitershausen philikon at philikon.de
Tue Oct 30 15:29:53 EDT 2007


Log message for revision 81227:
  Require at least martian 0.9.1 and use it as the recommended version for now.
  

Changed:
  _U  grok/branches/gotcha-configuration-actions/
  U   grok/branches/gotcha-configuration-actions/buildout.cfg
  U   grok/branches/gotcha-configuration-actions/setup.py
  U   grok/branches/gotcha-configuration-actions/versions.cfg

-=-

Property changes on: grok/branches/gotcha-configuration-actions
___________________________________________________________________
Name: svn:externals
   - martian svn+ssh://svn.zope.org/repos/main/martian/branches/philikon-moduleinfo-kwarg
bootstrap svn://svn.zope.org/repos/main/zc.buildout/trunk/bootstrap/

   + bootstrap svn://svn.zope.org/repos/main/zc.buildout/trunk/bootstrap/


Modified: grok/branches/gotcha-configuration-actions/buildout.cfg
===================================================================
--- grok/branches/gotcha-configuration-actions/buildout.cfg	2007-10-30 19:13:38 UTC (rev 81226)
+++ grok/branches/gotcha-configuration-actions/buildout.cfg	2007-10-30 19:29:52 UTC (rev 81227)
@@ -1,5 +1,5 @@
 [buildout]
-develop = . doc grokwiki martian
+develop = . doc grokwiki
 parts = docs grokwiki zopectl data test
 find-links = http://download.zope.org/distribution/
 extends = versions.cfg

Modified: grok/branches/gotcha-configuration-actions/setup.py
===================================================================
--- grok/branches/gotcha-configuration-actions/setup.py	2007-10-30 19:13:38 UTC (rev 81226)
+++ grok/branches/gotcha-configuration-actions/setup.py	2007-10-30 19:29:52 UTC (rev 81227)
@@ -42,7 +42,7 @@
     include_package_data = True,
     zip_safe=False,
     install_requires=['setuptools',
-                      'martian',
+                      'martian >= 0.9.1',
                       'simplejson',
                       'pytz',
                       'ZODB3',

Modified: grok/branches/gotcha-configuration-actions/versions.cfg
===================================================================
--- grok/branches/gotcha-configuration-actions/versions.cfg	2007-10-30 19:13:38 UTC (rev 81226)
+++ grok/branches/gotcha-configuration-actions/versions.cfg	2007-10-30 19:29:52 UTC (rev 81227)
@@ -5,7 +5,7 @@
 ZODB3 = 3.8.0b2
 docutils = 0.4
 ClientForm = 0.2.7
-#martian = 0.9
+martian = 0.9.1
 mechanize = 0.1.7b
 pytz = 2007g
 setuptools = 0.6c7



More information about the Checkins mailing list