diff options
| -rw-r--r-- | CHANGES.rst | 5 | ||||
| -rw-r--r-- | setup.py | 7 |
2 files changed, 6 insertions, 6 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index eb201f4..482514f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,10 +2,11 @@ Changes ========= -5.1.2 (unreleased) +5.2.0 (unreleased) ================== -- Nothing changed yet. +- The extra ``untrustedpython`` now for Python 3, too, installs + ``zope.untrustedpython``. 5.1.1 (2020-03-23) @@ -127,7 +127,7 @@ TESTS_REQUIRE = [ setup(name='zope.security', - version='5.1.2.dev0', + version='5.2.0.dev0', author='Zope Foundation and Contributors', author_email='zope-dev@zope.org', description='Zope Security Framework', @@ -182,10 +182,9 @@ setup(name='zope.security', 'pytz': [ "pytz" ], - 'untrustedpython:python_version == "2.7"': [ - 'zope.untrustedpython', + 'untrustedpython': [ + 'zope.untrustedpython >= 5.0.dev0', ], - 'untrustedpython:python_version >= "3.3"': [], 'zcml': [ 'zope.configuration' ], |
