Changeset 6287


Ignore:
Timestamp:
6 Jun 2011, 14:31:27 (13 years ago)
Author:
uli
Message:

Require newer versions of zope.schema and zope.interface. They provide some bits we will make use of soon.

Location:
main/waeup.sirp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/buildout.cfg

    r6194 r6287  
    3333
    3434[versions]
    35 #zc.sourcefactory = 0.3.5
    36 #zope.testing = 3.7.0
     35collective.recipe.sphinxbuilder = 0.7.0
     36hurry.workflow = 0.10
     37# Pinned to circumvent breakage in 0.4.x
     38hurry.zoperesource = 0.6
     39# Pinned to prevent buildout svn-error.
     40lovely.recipe = 1.0.0
     41megrok.layout = 1.0.2
     42reportlab = 2.5
    3743z3c.testsetup = 0.6.1
    38 hurry.workflow = 0.10
    39 #hurry.query = 0.9.2
     44# for support of @provider directive
     45zope.interface = 3.6.3
     46# for support of contextual default values
     47zope.schema = 3.8.0
    4048zope.xmlpickle = 3.4.0
    41 #hurry.yui = 2.7.0
    42 hurry.zoperesource = 0.6 # Pinned to circumvent breakage in 0.4.x
    43 megrok.layout = 1.0.2
    44 lovely.recipe = 1.0.0    # Pinned to prevent buildout svn-error.
    45 collective.recipe.sphinxbuilder = 0.7.0
    46 reportlab = 2.5
    47 # Require lates version...
    48 Sphinx =
     49# Require latest version...
     50Sphinx =
    4951
    5052[app]
     
    6062[sirpctl]
    6163# See http://pypi.python.org/pypi/zc.recipe.egg for details...
    62 # Here we create the sirpctl script again, this time with a 
     64# Here we create the sirpctl script again, this time with a
    6365# fixed path to zdaemon.conf as argument.
    6466recipe = zc.recipe.egg
  • main/waeup.sirp/trunk/setup.py

    r6200 r6287  
    66install_requires =[
    77    'setuptools',
     8    'gp.fileupload',
    89    'grok',
    910    'grokcore.startup',
     
    2627    'zope.app.testing',        # XXX: test_permissions needs this
    2728    'zope.file',
     29    'zope.interface >= 3.6.0',
    2830    'zope.testbrowser',        # XXX: test_permissions needs this
    2931    'zope.i18n',
    3032    'zope.mimetype',
    3133    'zope.errorview',
     34    'zope.schema >= 3.8.0',
    3235    ],
    3336
Note: See TracChangeset for help on using the changeset viewer.