source: main/waeup.kofa/trunk/versions.cfg @ 10107

Last change on this file since 10107 was 10107, checked in by uli, 12 years ago

Bump some recipe versions in order to make zc.buildout2 work with
kofa. Also switch to zc.buildout 2.1.0.

File size: 943 bytes
Line 
1# Versions of packages used by waeup.kofa
2[buildout]
3# default set of versions we use.
4extends= http://grok.zope.org/releaseinfo/grok-1.1.cfg
5
6versions = versions
7
8[versions]
9collective.recipe.sphinxbuilder = 0.7.0
10hurry.workflow = 0.11
11# Pinned to circumvent breakage in 0.4.x
12hurry.zoperesource = 0.6
13# Pinned to prevent buildout svn-error.
14lovely.recipe = 1.0.0
15megrok.layout = 1.0.2
16reportlab = 2.5
17transaction = 1.1.0
18z3c.testsetup = 0.6.1
19zc.buildout = 2.1.0
20zc.recipe.egg = 2.0.0a3
21zc.recipe.testrunner = 2.0.0
22zope.app.testing = 3.8.1
23# for support of @provider directive
24zope.interface = 3.6.3
25# for support of contextual default values
26zope.schema = 3.8.0
27zope.testing = 3.10.2
28zope.xmlpickle = 3.4.0
29# Require latest version...
30Sphinx = 1.0.7
31ZODB3 = 3.10.3
32docutils = 0.7
33Jinja2 = 2.3
34# for support of unicode encoded passwords
35zope.password = 3.6.1
36# include bugfix for hanging xmlrpcrequests under paster
37zope.publisher = 3.12.2
Note: See TracBrowser for help on using the repository browser.