Z3c-autoinclude

Latest version: v0.4.1

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

Scan your dependencies

Page 1 of 3

0.4.2

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

Breaking changes:

- *add item here*

New features:

- *add item here*

Bug fixes:

- *add item here*

0.4.1

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

Bug fixes:

- zc.buildout is not an install dependency, only used in testing.

0.4.0

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

Breaking changes:

- Drop support for Python 3.4.

New features:

- When environment variable ``Z3C_AUTOINCLUDE_DEBUG`` is set,
log which packages are being automatically included.
Do this in a form that you can copy to a ``configure.zcml`` file.

- Add support for Python 3.8.

0.3.9

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

Bug fixes:

- Catch and ignore AttributeError for ``module.__file__``.
Fixes `issue 6 <https://github.com/zopefoundation/z3c.autoinclude/issues/6>`_.
[maurits]

0.3.8

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

New features:

- Add support for Python 3.6 and 3.7.

Bug fixes:

- Fix the ``includePlugins`` directive to read filenames
as native strings in Python 3.

0.3.7

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

- Add support for Python 3.4, Python 3.5 and PyPy.

- When choosing between multiple (equivalent) packages that offer the
same namespace and there are no namespace-only packages, choose
either the one whose project name matches the namespace (if there
are no dots in the namespace), or the first when sorted by project
name. Previously, the first in the list generated from the
combination of iterating ``sys.path`` and asking ``pkg_resources``
for distributions was picked. This should increase test
repeatability but is not expected to be otherwise noticeable. See
`PR 3 <https://github.com/zopefoundation/z3c.autoinclude/pull/3>`_
for discussion.

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.