Zope-proxy

Latest version: v4.3.0

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

Scan your dependencies

Page 3 of 4

4.0.0

------------------

- Add support for PyPy.

N.B.: the C extension is *not* built under PyPy.

- Add a pure-Python reference / fallback implementations of
``zope.proxy.ProxyBase`` and the proxy module API functions.

N.B.: the pure-Python proxy implements all regular features of
``ProxyBase``; however, it does not exclude access to the wrapped object
in the same way that the C version does. If you need that information
hiding (e.g., to implement security sandboxing), you still need to use
the C version.

- Add support for continuous integration using ``tox`` and ``jenkins``.

- 100% unit test coverage.

- Add Sphinx documentation: moved doctest examples to API reference.

- Add 'setup.py docs' alias (installs ``Sphinx`` and dependencies).

- Add 'setup.py dev' alias (runs ``setup.py develop`` plus installs
``nose`` and ``coverage``).

- Replace deprecated ``zope.interface.implements`` usage with equivalent
``zope.interface.implementer`` decorator.

- Drop support for Python 2.4 and 2.5.

- Add Python 3.2 support.

3.6.1

------------------

- Make tests compatible with Python 2.7.

3.6.0

------------------

- Remove test extra and the remaining dependency on zope.testing.

- Remove use of 'zope.testing.doctestunit' in favor of stdlib's 'doctest.

3.5.0

------------------

- Add support to bootstrap on Jython.

- Use ``zope.container`` instead of ``zope.app.container``.

3.4.2

------------------

- Make C code compatible with Python 2.5 on 64bit architectures.

3.4.1

------------------

- Bug: Update ``setup.py`` script to conform to common layout. Also updated
some of the fields.

- Bug: Honor pre-cooked indices for tuples and lists in the ``__getslice__()``
and ``__setslice__()`` methods. See
http://docs.python.org/ref/sequence-methods.html.

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.