Skip to content

Commit

Permalink
make update
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Mar 29, 2020
1 parent 8e480f5 commit 52d4ff8
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 45 deletions.
32 changes: 5 additions & 27 deletions plone-4.3.x.cfg
Expand Up @@ -8,32 +8,10 @@ extends =
pytz = 2017.3
zope.interface = 4.1.0
# fixes zlib failure: https://stackoverflow.com/questions/34631806/fail-during-installation-of-pillow-python-module-in-linux
# Pillow = 5.4.1
Pillow = 5.4.1
future = 0.17.1
six = 1.11.0

# Required for Python 2.7 compatibility
more-itertools = <6.0.0
zipp = >=0.5, <2a

# plone.restapi specific
plone.schema = 1.2.0

# zest.releaser
zest.releaser = 6.20.1
twine = 1.11.0
requests = 2.18.4
towncrier = 19.2.0
zestreleaser.towncrier = 1.1.0
# docutils = 0.13.1

# Sphinx
Sphinx = 1.6.5
docutils = 0.14
Pygments = 2.5.1
sphinxcontrib-httpexample = 0.7.0
sphinxcontrib-httpdomain = 1.5.0
sphinx-rtd-theme = 0.2.4
Jinja2 = 2.10
Babel = 2.5.1
astunparse = 1.6.2
# fixes: SyntaxError: invalid syntax (more.py, line 340)
zipp = 0.5.2
# more-itertools >= 6.0.0 dropped python2.7 support
more-itertools = 5.0.0
2 changes: 1 addition & 1 deletion plone-5.1.x.cfg
Expand Up @@ -28,4 +28,4 @@ sphinxcontrib-httpdomain = 1.5.0
sphinx-rtd-theme = 0.2.4
Jinja2 = 2.10
Babel = 2.5.1
astunparse = 1.6.2
astunparse = 1.6.2
8 changes: 0 additions & 8 deletions plone-5.2.x.cfg
Expand Up @@ -2,13 +2,5 @@
extends =
base.cfg
http://dist.plone.org/release/5.2.1/versions.cfg
versions.cfg
find-links += http://dist.plone.org/thirdparty/
versions=versions

[versions]
plone.restapi =
urllib3 = 1.21.1
idna = 2.5
lxml = 4.4.2

2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,3 +1,3 @@
# Keep this file in sync with: https://github.com/kitconcept/buildout/edit/master/requirements.txt
setuptools==41.2.0
setuptools==42.0.2
zc.buildout==2.13.2
34 changes: 26 additions & 8 deletions versions.cfg
Expand Up @@ -2,15 +2,33 @@
# Buildout
setuptools =
zc.buildout =
# zc.recipe.egg = 2.0.3
zc.recipe.egg = 2.0.3

# plone.recipe.varnish
# plone.recipe.varnish = 1.3
plone.recipe.varnish = 1.3

# Code-analysis
# plone.recipe.codeanalysis = 3.0.1
# coverage = 3.7.1
# pep8 = 1.7.1
# flake8 = 3.7.9
# flake8-coding = 1.3.2
# pycodestyle = 2.5.0
plone.recipe.codeanalysis = 3.0.1
coverage = 3.7.1
pep8 = 1.7.1
flake8 = 3.5.0
flake8-coding = 1.3.2
pycodestyle = 2.3.1

# Release
zest.releaser = 6.17.0
twine = 1.11.0
requests = 2.18.4
towncrier = 19.2.0
zestreleaser.towncrier = 1.1.0
docutils = 0.13.1

# Sphinx
Sphinx = 1.6.5
docutils = 0.14
Pygments = 2.2.0
sphinxcontrib-httpexample = 0.7.0
sphinxcontrib-httpdomain = 1.5.0
sphinx-rtd-theme = 0.2.4
Jinja2 = 2.10
Babel = 2.5.1

0 comments on commit 52d4ff8

Please sign in to comment.