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

Last change on this file since 13687 was 13657, checked in by uli, 9 years ago

Merge changes from branch uli-upgrade-dependencies back into trunk.

These changes replace the old bootstrap.py script with a more recent version.

Apart from that only some testing packages have been upgraded, to get a
minimal set of changes.

Tests with existing instances and docker succeeded when done in a fresh
virtualenv. That means, that for existing instances it might be neccessary
to create a new virtualenv and to run bootstrap.py and buildout from
this new virtualenv afterwards.

File size: 3.4 KB
Line 
1# Versions of packages used by waeup.kofa
2[buildout]
3# default set of versions we use.
4#extends= http://grok.zope.org/releaseinfo/grok-1.1.cfg
5extends = grok-1.1.cfg
6
7versions = versions
8
9[versions]
10collective.recipe.sphinxbuilder = 0.8.2
11collective.recipe.template = 1.10
12hurry.workflow = 0.11
13# Pinned to circumvent breakage in 0.4.x
14hurry.zoperesource = 0.6
15# Pinned to prevent buildout svn-error.
16lovely.recipe = 1.0.0
17mechanize = 0.2.5
18megrok.layout = 1.0.2
19reportlab = 2.5
20setuptools = 19.2
21transaction = 1.1.0
22z3c.testsetup = 0.6.1
23zc.buildout = 2.5.0
24zc.recipe.egg = 2.0.0a3
25zc.recipe.testrunner = 2.0.0
26zope.app.testing = 3.9.0
27# for support of @provider directive
28zope.interface = 3.6.3
29# for support of contextual default values
30zope.schema = 3.8.0
31zope.testbrowser = 4.0.4
32zope.testing = 3.10.2
33zope.xmlpickle = 3.4.0
34# Require latest version...
35Sphinx = 1.3.3
36Pygments = 2.0
37ZODB3 = 3.10.3
38docutils = 0.11
39Jinja2 = 2.3
40# for support of unicode encoded passwords
41zope.password = 3.6.1
42# include bugfix for hanging xmlrpcrequests under paster
43zope.publisher = 3.12.2
44# Pillow >= 2.0 supports Python 2.6, 2.7, 3.x
45# Pillow < 1.x supports Python 2.4, 2.5, 2.6, 2.7
46Pillow = 2.0.0
47mock = 1.0.1
48
49# Added by buildout at 2013-04-29 11:28:31.957221
50Beaker = 1.6.4
51Twisted = 13.0.0
52dolmen.beaker = 0.1
53hurry.resource = 0.10
54repoze.profile = 2.0
55repoze.sphinx.autointerface = 0.7.1
56unittest2 = 0.5.1
57# z3c.coverage 2.0 is out but does not cope with non-ASCII in sources
58z3c.coverage = 1.3.1
59zc.async = 1.5.4
60zc.dict = 1.2.1
61zc.twist = 1.3.1
62zc.z3monitor = 0.8.0
63zope.bforest = 1.2
64
65# Required by:
66# z3c.coverage==2.0.0
67coverage = 3.6
68
69# Required by:
70# waeup.kofa==0.2dev
71hurry.file = 1.2.1
72
73# Required by:
74# waeup.kofa==0.2dev
75hurry.jquery = 1.4.3.1
76
77# Required by:
78# waeup.kofa==0.2dev
79hurry.jqueryui = 1.8.5.1
80
81# Required by:
82# waeup.kofa==0.2dev
83hurry.query = 1.1.1
84
85# Required by:
86# grokui.base==0.2
87megrok.menu = 0.4
88
89# Required by:
90# dolmen.beaker==0.1
91pycryptopp = 0.6.0.1206569328141510525648634803928199668821045408958
92
93# Required by:
94# repoze.profile==2.0
95pyprof2calltree = 1.1.0
96
97# Required by:
98# zc.async==1.5.4
99rwproperty = 1.0
100
101# Required by:
102# zope.testrunner==4.3.3
103six = 1.4
104
105# Required by:
106# waeup.kofa==0.2dev
107ulif.loghandlers = 0.1.1
108
109# Required by:
110# waeup.kofa==0.2dev
111unicodecsv = 0.9.4
112
113# Required by:
114# zc.async==1.5.4
115uuid = 1.30
116
117# Required by:
118# zc.z3monitor==0.8.0
119zc.monitor = 0.3.1
120
121# Required by:
122# zc.monitor==0.3.1
123zc.ngi = 2.0.1
124
125# Required by:
126# zc.async==1.5.4
127zc.queue = 1.3
128
129# Required by:
130# waeup.kofa==0.2dev
131zope.errorview = 0.11
132
133# Required by:
134# zc.recipe.testrunner==2.0.0
135zope.testrunner = 4.3.3
136
137# Added by buildout at 2014-01-13 12:49:22.642212
138mr.developer = 1.27
139plone.recipe.command = 1.1
140z3c.recipe.staticlxml = 0.10
141
142# Required by:
143# z3c.recipe.staticlxml==0.10
144zc.recipe.cmmi = 1.3.5
145
146# Added by buildout at 2014-02-04 15:17:58.515390
147zc.zodbrecipes = 0.6.2
148
149# Added by buildout at 2014-02-13 07:53:24.402989
150WebOb = 1.3.1
151diazo = 1.0.5
152repoze.xmliter = 0.5
153
154# Required by:
155# diazo==1.0.5
156experimental.cssselect = 0.3
157
158# Required by:
159# diazo==1.0.5
160# experimental.cssselect==0.3
161lxml = 3.3.1
162
163# Added by buildout at 2014-09-19 13:29:39.427594
164
165# Required by:
166# waeup.kofa==1.3dev
167psutil = 2.1.1
168
169# Added by buildout at 2015-03-31 08:03:10.950282
170Babel = 1.3
171alabaster = 0.7.3
172snowballstemmer = 1.2.0
173sphinx-rtd-theme = 0.1.7
174
175# Added by buildout at 2015-03-31 10:11:41.296069
176horae.sphinx.grok = 1.0a1
Note: See TracBrowser for help on using the repository browser.