Skip to content

Commit

Permalink
Merge pull request #304 from plone/zc-buildout-280-51
Browse files Browse the repository at this point in the history
Use zc.buildout 2.8.0 and setuptools 34.2.0.
  • Loading branch information
jensens committed Feb 16, 2017
2 parents 95d4a57 + 4dc58be commit 773dcf0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
8 changes: 6 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
setuptools==33.1.1
zc.buildout==2.5.3
appdirs==1.4.0
packaging==16.8
pyparsing==2.1.10
setuptools==34.2.0
six==1.10.0
zc.buildout==2.8.0
3 changes: 2 additions & 1 deletion tests.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ exclude =
Acquisition
AuthEncoding
argh
argparse
appdirs
argparse
Babel
beautifulsoup4
Expand Down Expand Up @@ -503,6 +503,7 @@ exclude =
Products.ZSQLMethods
PyGithub
Pygments
pyparsing
python-dateutil
python-gettext
python-openid
Expand Down
9 changes: 6 additions & 3 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,12 @@ ZServer = 3.0

# Basics
# !! keep in sync with requirements.txt !!
setuptools = 33.1.1
zc.buildout = 2.5.3
appdirs = 1.4.0
packaging = 16.8
pyparsing = 2.1.10
setuptools = 34.2.0
six = 1.10.0
zc.buildout = 2.8.0

# recipes and extensions
collective.recipe.omelette = 0.16
Expand Down Expand Up @@ -120,7 +124,6 @@ pytz = 2016.10
repoze.xmliter = 0.6
requests = 2.12.5
simplejson = 3.10.0
six = 1.10.0
slimit = 0.8.1
WebOb = 1.6.3
future = 0.16.0
Expand Down

0 comments on commit 773dcf0

Please sign in to comment.