Skip to content

Commit

Permalink
Merge branch 'master' into zmi_description_not_absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 9, 2019
2 parents 618dd72 + 081991c commit b3bf5fe
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 57 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -15,9 +15,6 @@ matrix:
- python: "3.7"
env: TOXENV=py37
dist: xenial
- python: "3.7-dev"
env: TOXENV=py37
dist: xenial
- python: "3.8-dev"
env: TOXENV=py38
dist: xenial
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.rst
Expand Up @@ -53,6 +53,8 @@ Other changes
- Remove obsolete environment variable "Z_DEBUG_MODE"
(`#445 <https://github.com/zopefoundation/Zope/issues/445>`_)

- Update dependencies to newest versions.

Breaking changes
++++++++++++++++

Expand Down
1 change: 0 additions & 1 deletion buildout.cfg
Expand Up @@ -19,7 +19,6 @@ parts =
requirements
sources-dir = develop
auto-checkout =
RestrictedPython

[testenv]
PYTHONHASHSEED = random
Expand Down
26 changes: 13 additions & 13 deletions constraints.txt
Expand Up @@ -12,13 +12,13 @@ PasteDeploy==2.0.1
Persistence==3.0b4
Products.BTreeFolder2==4.1
Products.ZCTextIndex==4.0.2
Products.ZCatalog==4.2
Products.ZCatalog==4.3
Record==3.5
RestrictedPython==4.0b7
RestrictedPython==4.0b8
WSGIProxy2==0.4.5
WebOb==1.8.4
WebOb==1.8.5
WebTest==2.0.32
ZConfig==3.3.0
ZConfig==3.4.0
ZEO==5.2.0
ZODB==5.5.1
ZServer==4.0b3 ; python_version < '3.0'
Expand All @@ -29,18 +29,18 @@ funcsigs==1.0.2
future==0.17.1
ipaddress==1.0.22
mock==2.0.0
pbr==5.1.1
pbr==5.1.2
persistent==4.4.3
pytz==2018.7
pytz==2018.9
shutilwhich==1.1.0
six==1.12.0
transaction==2.4.0
waitress==1.1.0
z3c.pt==3.1.0
waitress==1.2.1
z3c.pt==3.2.0
zExceptions==4.1
zc.lockfile==1.4
zdaemon==4.3
zodbpickle==1.0.2
zodbpickle==1.0.3
zope.annotation==4.7.0
zope.browser==2.3
zope.browsermenu==4.4
Expand Down Expand Up @@ -75,16 +75,16 @@ zope.ptresource==4.2.0
zope.publisher==5.0.1
zope.ramcache==2.3
zope.schema==4.9.3
zope.security==4.3.0
zope.sendmail==4.2
zope.security==4.3.1
zope.sendmail==4.2.1
zope.sequencesort==4.1.2
zope.site==4.2.2
zope.size==4.3
zope.structuredtext==4.3
zope.tal==4.4
zope.tales==4.3
zope.testbrowser==5.3.1
zope.testbrowser==5.3.2
zope.testing==4.7
zope.testrunner==4.9.2
zope.traversing==4.3.1
zope.viewlet==4.2
zope.viewlet==4.2.1
26 changes: 13 additions & 13 deletions requirements-full.txt
Expand Up @@ -13,13 +13,13 @@ PasteDeploy==2.0.1
Persistence==3.0b4
Products.BTreeFolder2==4.1
Products.ZCTextIndex==4.0.2
Products.ZCatalog==4.2
Products.ZCatalog==4.3
Record==3.5
RestrictedPython==4.0b7
RestrictedPython==4.0b8
WSGIProxy2==0.4.5
WebOb==1.8.4
WebOb==1.8.5
WebTest==2.0.32
ZConfig==3.3.0
ZConfig==3.4.0
ZEO==5.2.0
ZODB==5.5.1
Zope2==4.0b1
Expand All @@ -29,18 +29,18 @@ funcsigs==1.0.2
future==0.17.1
ipaddress==1.0.22
mock==2.0.0
pbr==5.1.1
pbr==5.1.2
persistent==4.4.3
pytz==2018.7
pytz==2018.9
shutilwhich==1.1.0
six==1.12.0
transaction==2.4.0
waitress==1.1.0
z3c.pt==3.1.0
waitress==1.2.1
z3c.pt==3.2.0
zExceptions==4.1
zc.lockfile==1.4
zdaemon==4.3
zodbpickle==1.0.2
zodbpickle==1.0.3
zope.annotation==4.7.0
zope.browser==2.3
zope.browsermenu==4.4
Expand Down Expand Up @@ -75,16 +75,16 @@ zope.ptresource==4.2.0
zope.publisher==5.0.1
zope.ramcache==2.3
zope.schema==4.9.3
zope.security==4.3.0
zope.sendmail==4.2
zope.security==4.3.1
zope.sendmail==4.2.1
zope.sequencesort==4.1.2
zope.site==4.2.2
zope.size==4.3
zope.structuredtext==4.3
zope.tal==4.4
zope.tales==4.3
zope.testbrowser==5.3.1
zope.testbrowser==5.3.2
zope.testing==4.7
zope.testrunner==4.9.2
zope.traversing==4.3.1
zope.viewlet==4.2
zope.viewlet==4.2.1
24 changes: 12 additions & 12 deletions versions-prod.cfg
Expand Up @@ -21,30 +21,30 @@ Missing = 4.1
mock = 2.0.0
MultiMapping = 4.1
PasteDeploy = 2.0.1
pbr = 5.1.1
pbr = 5.1.2
Persistence = 3.0b4
persistent = 4.4.3
Products.BTreeFolder2 = 4.1
Products.ZCatalog = 4.3
Products.ZCTextIndex = 4.0.2
pytz = 2018.7
pytz = 2018.9
Record = 3.5
RestrictedPython = 4.0b7
RestrictedPython = 4.0b8
shutilwhich = 1.1.0
six = 1.12.0
transaction = 2.4.0
waitress = 1.1.0
WebOb = 1.8.4
waitress = 1.2.1
WebOb = 1.8.5
WebTest = 2.0.32
WSGIProxy2 = 0.4.5
z3c.pt = 3.1.0
z3c.pt = 3.2.0
zc.lockfile = 1.4
ZConfig = 3.3.0
ZConfig = 3.4.0
zdaemon = 4.3
ZEO = 5.2.0
zExceptions = 4.1
ZODB = 5.5.1
zodbpickle = 1.0.2
zodbpickle = 1.0.3
zope.annotation = 4.7.0
zope.browser = 2.3
zope.browsermenu = 4.4
Expand Down Expand Up @@ -79,17 +79,17 @@ zope.ptresource = 4.2.0
zope.publisher = 5.0.1
zope.ramcache = 2.3
zope.schema = 4.9.3
zope.security = 4.3.0
zope.sendmail = 4.2
zope.security = 4.3.1
zope.sendmail = 4.2.1
zope.sequencesort = 4.1.2
zope.site = 4.2.2
zope.size = 4.3
zope.structuredtext = 4.3
zope.tal = 4.4
zope.tales = 4.3
zope.testbrowser = 5.3.1
zope.testbrowser = 5.3.2
zope.testing = 4.7
zope.testrunner = 4.9.2
zope.traversing = 4.3.1
zope.viewlet = 4.2
zope.viewlet = 4.2.1
ZServer = 4.0b3
32 changes: 17 additions & 15 deletions versions.cfg
Expand Up @@ -8,8 +8,9 @@ versions = versions
alabaster = 0.7.12
appdirs = 1.4.3
Babel = 2.6.0
beautifulsoup4 = 4.6.3
bleach = 3.0.2
backports.functools-lru-cache = 1.5
beautifulsoup4 = 4.7.1
bleach = 3.1.0
buildout.wheel = 0.2.0
certifi = 2018.11.29
cffi = 1.11.5
Expand All @@ -24,38 +25,39 @@ filelock = 3.0.10
idna = 2.8
imagesize = 1.1.0
Jinja2 = 2.10
lxml = 4.2.5
lxml = 4.3.1
manuel = 1.10.1
MarkupSafe = 1.1.0
mr.developer = 1.38
nose = 1.3.7
packaging = 18.0
pip = 18.1
pkginfo = 1.4.2
packaging = 19.0
pip = 19.0.2
pkginfo = 1.5.0.1
plone.recipe.command = 1.1
pluggy = 0.8.0
pluggy = 0.8.1
py = 1.7.0
pycparser = 2.19
Pygments = 2.3.0
pyparsing = 2.3.0
Pygments = 2.3.1
pyparsing = 2.3.1
python-gettext = 4.0
readme-renderer = 24.0
requests = 2.21.0
requests-toolbelt = 0.8.0
requests-toolbelt = 0.9.1
snowballstemmer = 1.2.1
Sphinx = 1.8.2
soupsieve = 1.7.3
Sphinx = 1.8.4
sphinxcontrib-websupport = 1.1.0
toml = 0.10.0
tox = 3.6.0
tqdm = 4.28.1
tox = 3.7.0
tqdm = 4.31.0
twine = 1.12.1
typing = 3.6.6
urllib3 = 1.24.1
virtualenv = 16.1.0
virtualenv = 16.4.0
webencodings = 0.5.1
wheel = 0.32.3
z3c.checkversions = 1.1
zc.recipe.egg = 2.0.7
zc.recipe.testrunner = 2.0.0
zest.releaser = 6.15.3
zest.releaser = 6.16.0
zodbupdate = 1.1

0 comments on commit b3bf5fe

Please sign in to comment.