Skip to content

Commit

Permalink
Make update.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed May 7, 2019
1 parent 3a1e108 commit 26de207
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 43 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,14 @@ test-performance:
code-analysis: ## Code Analysis
bin/code-analysis

.PHONY: Build Docs
docs: ## Build Docs
bin/sphinxbuilder

.PHONY: Test Release
test-release: ## Run Pyroma and Check Manifest
bin/pyroma -n 10 -d .

.PHONY: Release
release: ## Release
bin/fullrelease
Expand Down
4 changes: 3 additions & 1 deletion plone-4.3.x.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ extends =

[versions]
pytz = 2017.3
six = 1.11.0
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
future = 0.17.1
12 changes: 0 additions & 12 deletions plone-5.2.x.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,3 @@ extends =
http://dist.plone.org/release/5.2rc1/versions.cfg
find-links += http://dist.plone.org/thirdparty/
versions=versions

[versions]
plone.restapi =
# 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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# https://github.com/plone/buildout.coredev/blob/5.2/requirements.txt
# Keep this file in sync with: https://github.com/kitconcept/buildout/edit/master/requirements.txt
setuptools==40.8.0
zc.buildout==2.13.1
35 changes: 6 additions & 29 deletions versions.cfg
Original file line number Diff line number Diff line change
@@ -1,42 +1,19 @@
[versions]

# plone.rest
plone.rest = 1.4.0

# Build
# Buildout
setuptools =
zc.buildout =
zc.recipe.egg = 2.0.3

# Code-analysis
plone.recipe.codeanalysis = 3.0.1
coverage = 3.7.1
pep8 = 1.7.1
flake8 = 3.5.0
flake8-coding = 1.2.2
pycodestyle = 2.3.1
# Misc
plone.recipe.zope2instance = 4.4.0

# 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
# plone.recipe.varnish
plone.recipe.varnish = 1.3

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

# Tests
collective.xmltestreport = 1.3.4
plone.testing = 4.3.1

# Misc
plone.recipe.zope2instance = 4.4.0
plone.schema = 1.2.0
docutils = 0.13.1

0 comments on commit 26de207

Please sign in to comment.