Zope.cachedescriptors

Latest version: v5.1

Safety actively analyzes 722898 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

4.2.0

==================

- Add support for Python 3.5.

- Drop support for Python 2.6 and 3.2.

- The properties from the ``property`` module all preserve the
documentation string of the underlying function, and all except
``cachedIn`` preserve everything that ``functools.update_wrapper``
preserves.

- ``property.CachedProperty`` is usable as a decorator, with or
without dependent attribute names.

- ``method.cachedIn`` preserves the documentation string of the
underlying function, and everything else that ``functools.wraps`` preserves.

4.1.0

==================

- Add support for PyPy and PyPy3.

- Add support for Python 3.4.

- Add support for testing on Travis.

4.0.0

==================

- Drop support for Python 2.4 and 2.5.

- Add support for Python 3.2 and 3.3.

3.5.1

==================

- Remove undeclared testing dependency on zope.testing.

3.5.0

==================

- Remove dependency on ZODB by allowing to specify storage factory for
``zope.cachedescriptors.method.cachedIn`` which is now ``dict`` by default.
If you need to use BTree instead, you must pass it as ``factory`` argument
to the ``zope.cachedescriptors.method.cachedIn`` decorator.

- Remove zpkg-related file.

- Clean up package description and documentation a bit.

- Change package mailing list address to zope-dev at zope.org, as
zope3-dev at zope.org is now retired.

3.4.0

==================

Initial release as an independent package

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.