Skip to content

Commit

Permalink
add plone.versioncheck
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed May 5, 2017
1 parent 50ce4db commit 11737b8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*.py?
.installed.cfg
.mr.developer.cfg
.plone.versioncheck*
.tox
/bin/
/build/
Expand Down
9 changes: 8 additions & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[buildout]
extensions = mr.developer
extensions = mr.developer plone.versioncheck

allow-picked-versions = false
develop = .
Expand All @@ -17,6 +17,7 @@ parts =
sphinx
checkversions
requirements
versioncheck
sources-dir = develop
auto-checkout =

Expand Down Expand Up @@ -144,3 +145,9 @@ command =
${zopepy:bin-directory}/${zopepy:interpreter} util.py
update-command = ${:command}
stop-on-error = yes

[versioncheck]
# use after buildout run, for help: ./bin/versioncheck --help
recipe = zc.recipe.egg:scripts
eggs = plone.versioncheck

5 changes: 5 additions & 0 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,25 @@ appdirs = 1.4.3
Babel = 2.4.0
beautifulsoup4 = 4.5.3
buildout.wheel = 0.2.0
CacheControl = 0.12.2
collective.recipe.cmd = 0.11
collective.recipe.sphinxbuilder = 1.0
colorama = 0.3.9
coverage = 4.3.4
docutils = 0.13.1
extras = 1.0.0
imagesize = 0.7.1
Jinja2 = 2.9.6
lockfile = 0.12.2
lxml = 3.7.3
MarkupSafe = 1.0
mr.developer = 1.38
msgpack-python = 0.4.8
nose = 1.3.7
packaging = 16.8
pip = 9.0.1
plone.recipe.command = 1.1
plone.versioncheck = 1.6.3
pluggy = 0.4.0
py = 1.4.33
Pygments = 2.2.0
Expand Down

0 comments on commit 11737b8

Please sign in to comment.