Ignore:
Timestamp:
12 Jan 2016, 02:20:45 (9 years ago)
Author:
uli
Message:

Replace bootstrap.py and upgrade versions of some packages.

This is to enable flawless installs. The bootstrap.py version
used is the one from

https://bootstrap.pypa.io/bootstrap-buildout.py

fetched Jan 2016.

The upgaded packages are required to satisfy newer
setuptools and zc.buildout versions.

Sphinx version was replaced, because the version pinned
before (a developer version) is not available anymore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/uli-upgrade-dependencies/versions.cfg

    r13575 r13600  
    1515# Pinned to prevent buildout svn-error.
    1616lovely.recipe = 1.0.0
     17mechanize = 0.2.5
    1718megrok.layout = 1.0.2
    1819reportlab = 2.5
     20setuptools = 19.2
    1921transaction = 1.1.0
    2022z3c.testsetup = 0.6.1
    21 zc.buildout = 2.1.0
     23zc.buildout = 2.5.0
    2224zc.recipe.egg = 2.0.0a3
    2325zc.recipe.testrunner = 2.0.0
    24 zope.app.testing = 3.8.1
     26zope.app.testing = 3.9.0
    2527# for support of @provider directive
    2628zope.interface = 3.6.3
    2729# for support of contextual default values
    2830zope.schema = 3.8.0
     31zope.testbrowser = 4.0.4
    2932zope.testing = 3.10.2
    3033zope.xmlpickle = 3.4.0
    3134# Require latest version...
    32 Sphinx => 1.3.1
     35Sphinx = 1.3.3
    3336Pygments = 2.0
    3437ZODB3 = 3.10.3
     
    172175# Added by buildout at 2015-03-31 10:11:41.296069
    173176horae.sphinx.grok = 1.0a1
    174 
    175 # Added by buildout at 2015-11-24 17:19:20.220424
    176 Sphinx = 1.4a0.dev-20151124
Note: See TracChangeset for help on using the changeset viewer.