Skip to content

Commit

Permalink
Merge branch '2.13' into plone-hotfix20171128-redirect-213
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Dec 1, 2017
2 parents 0bd5e02 + 93fa034 commit 37c0bfb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions buildout.cfg
@@ -1,6 +1,7 @@
[buildout]
index = https://pypi.python.org/simple/
extensions = mr.developer
index = https://pypi.python.org/simple/

allow-hosts =
*.python.org
Expand Down
4 changes: 4 additions & 0 deletions doc/CHANGES.rst
Expand Up @@ -10,6 +10,10 @@ http://docs.zope.org/zope2/

- Made Redirect unavailable as url. Part of PloneHotfix20171128. [maurits]

- set explicit PyPI index, the old ``zc.buildout`` defaults no longer work

- Pin ``pytz`` to prevent unit test failures from ``DateTime``

- Update virtualenv based installation docs to mention pip<8.0 requirement.

- Explicitly require Manager role for ``AltDatabaseManager``. [maurits]
Expand Down
2 changes: 1 addition & 1 deletion version_ranges.cfg
Expand Up @@ -99,6 +99,6 @@ mechanize = < 0.3.dev
python-gettext = < 1.3.dev
zope.testbrowser = < 3.12.dev

# time zones, 2017.3 gives a test error in DateTime:
# pytz 2017.3 provokes a test failure in DateTime:
# AssertionError: legacy timezone Canada/East-Saskatchewan cannot be looked up
pytz = < 2017.3

0 comments on commit 37c0bfb

Please sign in to comment.