Skip to content

Commit

Permalink
re #1: Update to current versions of dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
sallner committed Aug 18, 2017
1 parent a49a967 commit d273537
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,22 @@
parts = test
extends = https://raw.githubusercontent.com/zopefoundation/Zope/4.0a6/versions-prod.cfg
develop = .
extensions = mr.developer
sources = sources
sources-dir = auto-checkout-sources
auto-checkout =
Zope2

[test]
recipe = zc.recipe.testrunner
eggs =
five.formlib
defaults = ['-c', '--module', 'five.formlib']

[sources]
Zope2 = git https://github.com/zopefoundation/Zope

[versions]
Zope2 =
zope.formlib =

mr.developer = 1.38
zope.formlib = 4.5
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
'zope.browsermenu',
'zope.component',
'zope.event',
'zope.formlib>=4.0',
'zope.formlib>=4.5',
'zope.i18nmessageid',
'zope.interface',
'zope.lifecycleevent',
'zope.location',
'zope.publisher',
'zope.schema',
'ExtensionClass',
'Zope2>=2.13',
'Zope2>=2.13, <4.0a1, >=4.0a7.dev0',
],
zip_safe=False,
)

0 comments on commit d273537

Please sign in to comment.