[Checkins] SVN: grok/branches/philikon-decl-dir-rules/ Use and require newest releases of martian and grokcore.component.

Philipp von Weitershausen philikon at philikon.de
Wed May 14 12:24:10 EDT 2008


Log message for revision 86745:
  Use and require newest releases of martian and grokcore.component.
  
  

Changed:
  _U  grok/branches/philikon-decl-dir-rules/
  U   grok/branches/philikon-decl-dir-rules/buildout.cfg
  U   grok/branches/philikon-decl-dir-rules/setup.py
  U   grok/branches/philikon-decl-dir-rules/versions.cfg

-=-

Property changes on: grok/branches/philikon-decl-dir-rules
___________________________________________________________________
Name: svn:externals
   - bootstrap svn://svn.zope.org/repos/main/zc.buildout/trunk/bootstrap/
martian svn://svn.zope.org/repos/main/martian/branches/philikon-decl-dir-rules
grokcore.component svn://svn.zope.org/repos/main/grokcore.component/branches/philikon-decl-dir-rules


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



Modified: grok/branches/philikon-decl-dir-rules/buildout.cfg
===================================================================
--- grok/branches/philikon-decl-dir-rules/buildout.cfg	2008-05-14 16:21:36 UTC (rev 86744)
+++ grok/branches/philikon-decl-dir-rules/buildout.cfg	2008-05-14 16:24:09 UTC (rev 86745)
@@ -1,14 +1,10 @@
 [buildout]
-develop = . grokdocs grokwiki martian grokcore.component
+develop = . grokdocs grokwiki
 parts = docs interpreter grokwiki zopectl data test
 find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 versions = versions
 
-[versions]
-martian = 0.9.6dev
-grokcore.component = 1.3dev
-
 [docs]
 recipe = zc.recipe.egg
 eggs = grokdocs

Modified: grok/branches/philikon-decl-dir-rules/setup.py
===================================================================
--- grok/branches/philikon-decl-dir-rules/setup.py	2008-05-14 16:21:36 UTC (rev 86744)
+++ grok/branches/philikon-decl-dir-rules/setup.py	2008-05-14 16:24:09 UTC (rev 86745)
@@ -35,8 +35,8 @@
     include_package_data = True,
     zip_safe=False,
     install_requires=['setuptools',
-                      'martian >= 0.9.4',
-                      'grokcore.component >= 1.2',
+                      'martian >= 0.9.6',
+                      'grokcore.component >= 1.3',
                       'simplejson',
                       'pytz',
                       'ZODB3',

Modified: grok/branches/philikon-decl-dir-rules/versions.cfg
===================================================================
--- grok/branches/philikon-decl-dir-rules/versions.cfg	2008-05-14 16:21:36 UTC (rev 86744)
+++ grok/branches/philikon-decl-dir-rules/versions.cfg	2008-05-14 16:24:09 UTC (rev 86745)
@@ -5,8 +5,8 @@
 ZConfig = 2.5.1
 ZODB3 = 3.8
 docutils = 0.4
-martian = 0.9.5
-grokcore.component = 1.2.1
+martian = 0.9.6
+grokcore.component = 1.3
 mechanize = 0.1.7b
 pytz = 2007k
 simplejson = 1.7.1



More information about the Checkins mailing list