Skip to content

Commit

Permalink
Bump zope.interface dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Mar 18, 2021
1 parent 2947616 commit f2df17f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@
structures instead of plain dicts and lists. This helps make it
scalable to larger registry sizes.

To take advantage of this, you need zope.interface 5.3 or later
(earlier versions continue to work, but do not allow this
optimization).
This requires zope.interface 5.3.0a1 or later.

New registries (and their primary user, ``PersistentComponents`` and
New registries (and their primary users, ``PersistentComponents`` and
zope.site's ``LocalSiteManager``) take full advantage of this
automatically. For existing persistent registries to take advantage
of this, you must call their ``rebuild()`` method and commit the
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def read(*rnames):
'zope.deprecation >= 4.3.0',
'zope.event',
'zope.hookable >= 4.2.0',
'zope.interface >= 4.1.0',
'zope.interface >= 5.3.0a1',
],
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit f2df17f

Please sign in to comment.