Skip to content

Commit

Permalink
Merge branch 'master' into pypy3
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Oct 5, 2017
2 parents 61343bb + e922713 commit 1dd8a7c
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 79 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,8 @@ python:
- pypy
- pypy3.5-5.8.0
install:
- pip install -U setuptools==33.1.1
- pip install -U setuptools==$(awk '$1 == "setuptools" {print $3}' ztk-versions.cfg)
- pip install -U six==$(awk '$1 == "six" {print $3}' ztk-versions.cfg)
- python bootstrap.py
- bin/buildout -n
script:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
@@ -1,7 +1,7 @@
The Zope Toolkit
================

.. image:: https://travis-ci.org/zopefoundation/zopetoolkit.png?branch=master
.. image:: https://travis-ci.org/zopefoundation/zopetoolkit.svg?branch=master
:target: https://travis-ci.org/zopefoundation/zopetoolkit

The Zope Toolkit is a set of libraries maintained by the Zope project for
Expand Down
163 changes: 86 additions & 77 deletions ztk-versions.cfg
@@ -1,119 +1,128 @@
[versions]
# ZTK
zope.annotation = 4.5
zope.annotation = 4.6.0
zope.applicationcontrol = 4.1.0
zope.authentication = 4.3
zope.browser = 2.1.0
zope.browsermenu = 4.2
zope.browserpage = 4.1.0
zope.browserresource = 4.1.0
zope.cachedescriptors = 4.2.0
zope.catalog = 4.1.0
zope.component = 4.3.0
zope.componentvocabulary = 2.0.0
zope.configuration = 4.0.3
zope.container = 4.1.0
zope.contentprovider = 4.0.0
zope.contenttype = 4.2.0
zope.copy = 4.0.3
zope.copypastemove = 4.0.0
zope.datetime = 4.1.0
zope.deferredimport = 4.1.0
zope.deprecation = 4.1.2
zope.browser = 2.2.0
zope.browsermenu = 4.3.0
zope.browserpage = 4.2.0
zope.browserresource = 4.2.1
zope.cachedescriptors = 4.3.0
zope.catalog = 4.2.1
zope.component = 4.4.1
zope.componentvocabulary = 2.1.0
zope.configuration = 4.1.0
zope.container = 4.2.1
zope.contentprovider = 4.1.0
zope.contenttype = 4.3.0
zope.copy = 4.1.0
zope.copypastemove = 4.1.0
zope.datetime = 4.2.0
zope.deferredimport = 4.2.0
zope.deprecation = 4.3.0
zope.dottedname = 4.2
zope.dublincore = 4.1.1
zope.dublincore = 4.2.0
zope.error = 4.4.0
zope.event = 4.3.0
zope.exceptions = 4.0.8
zope.filerepresentation = 4.1.0
zope.formlib = 4.3.0
zope.exceptions = 4.2.0
zope.filerepresentation = 4.2.0
zope.formlib = 4.4.0
zope.hookable = 4.1.0
zope.i18n = 4.1.0
zope.i18nmessageid = 4.0.3
zope.i18n = 4.2.0
zope.i18nmessageid = 4.1.0
zope.index = 4.3.0
zope.interface = 4.3.2
zope.interface = 4.4.3
zope.intid = 4.3.0
zope.keyreference = 4.1.0
zope.lifecycleevent = 4.1.0
zope.location = 4.0.3
zope.login = 2.0.0
zope.mimetype = 2.1.0
zope.minmax = 2.1.0
zope.pagetemplate = 4.2.1
zope.password = 4.2.0
zope.pluggableauth = 2.1.0
zope.principalannotation = 4.1.1
zope.principalregistry = 4.0.0
zope.processlifetime = 2.1.0
zope.proxy = 4.2.0
zope.ptresource = 4.0.0
zope.publisher = 4.3.0
zope.ramcache = 2.1.0
zope.schema = 4.4.2
zope.security = 4.0.3
zope.securitypolicy = 4.1.0
zope.sendmail = 4.0.1
zope.session = 4.1.0
zope.site = 4.0.0
zope.size = 4.1.0
zope.structuredtext = 4.1.0
zope.tal = 4.2.0
zope.tales = 4.1.1
zope.lifecycleevent = 4.2.0
zope.location = 4.1.0
zope.login = 2.1.0
zope.mimetype = 2.3.0
zope.minmax = 2.2.0
zope.pagetemplate = 4.3.0
zope.password = 4.3.1
zope.pluggableauth = 2.2.0
zope.principalannotation = 4.2.0
zope.principalregistry = 4.2.0
zope.processlifetime = 2.2.0
zope.proxy = 4.3.0
zope.ptresource = 4.1.0
zope.publisher = 4.3.2
zope.ramcache = 2.2.0
zope.schema = 4.5.0
zope.security = 4.2.0
zope.securitypolicy = 4.2.0
zope.sendmail = 4.1.0
zope.session = 4.2.0
zope.site = 4.1.0
zope.size = 4.2.0
zope.structuredtext = 4.2.0
zope.tal = 4.3.0
zope.tales = 4.2.0
zope.testing = 4.6.2
zope.testrunner = 4.7.0
zope.traversing = 4.1.0
zope.viewlet = 4.0.0
zope.traversing = 4.2.0
zope.viewlet = 4.1.0

# Direct dependencies
BTrees = 4.4.1
persistent = 4.2.1
persistent = 4.2.4.2
python-gettext = 3.0
pytz = 2016.6.1
setuptools = 33.1.1
six = 1.10.0
transaction = 2.0.3
pytz = 2017.2
setuptools = 36.5.0
six = 1.11.0
transaction = 2.1.2

# zope.password needs these
bcrypt = 3.1.3
cffi = 1.10.0
pycparser = 2.17
cffi = 1.11.1
pycparser = 2.18

# Python2-only
zope.untrustedpython = 4.0.0
# Required by zope.untrustedpython
RestrictedPython = 3.6.0

# Testing dependencies
ZODB = 5.1.1
ZConfig = 3.1.0
zdaemon = 4.1.0
ZODB = 5.3.0
ZConfig = 3.2.0
zdaemon = 4.2.0
zc.lockfile = 1.2.1
zodbpickle = 0.6.0
colorama = 0.3.7
zodbpickle = 0.7.0
colorama = 0.3.9

# Testing tools
coverage = 4.2
coverage = 4.4.1
nose = 1.3.7

# Documentation dependencies
Sphinx = 1.4.6
docutils = 0.12
Sphinx = 1.6.4
docutils = 0.14
imagesize = 0.7.1
alabaster = 0.7.9
babel = 2.3.4
Jinja2 = 2.8
MarkupSafe = 0.23
Pygments = 2.1.3
alabaster = 0.7.10
babel = 2.5.1
Jinja2 = 2.9.6
MarkupSafe = 1.0
Pygments = 2.2.0
snowballstemmer = 1.2.1
lxml = 3.6.4
lxml = 4.0.0
repoze.sphinx.autointerface = 0.8
z3c.recipe.sphinxdoc = 1.0.0
requests = 2.18.4
certifi = 2017.7.27.1
urllib3 = 1.22
idna = 2.6
chardet = 3.0.4
sphinxcontrib-programoutput = 0.11
sphinxcontrib-websupport = 1.0.1
sphinx-rtd-theme = 0.2.4
typing = 3.6.2
z3c.recipe.sphinxdoc = 1.1.0

# ZTK buildout dependencies
collective.recipe.cmd = 0.11
mr.developer = 1.34
mr.developer = 1.38
z3c.checkversions = 0.5
z3c.recipe.compattest = 1.0
zc.buildout = 2.9.4
zc.recipe.egg = 2.0.3
zc.buildout = 2.9.5
zc.recipe.egg = 2.0.4
zc.recipe.testrunner = 2.0.0

0 comments on commit 1dd8a7c

Please sign in to comment.