diff options
author | wiz <wiz@pkgsrc.org> | 2016-10-03 12:19:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-10-03 12:19:31 +0000 |
commit | 6f1ab1547e965878311da7979b0a4b65b97f3218 (patch) | |
tree | 86d4f297a00fe140fb1de37cce1437e176541d28 /doc/CHANGES-2016 | |
parent | 16486cef830d4959b190df81379b14172d2abee0 (diff) | |
download | pkgsrc-6f1ab1547e965878311da7979b0a4b65b97f3218.tar.gz |
Updated py-setuptools to 28.1.0.
v28.1.0
-------
* #803: Bump certifi to 2016.9.26.
v28.0.0
-------
* #733: Do not search excluded directories for packages.
This introduced a backwards incompatible change in ``find_packages()``
so that ``find_packages(exclude=['foo']) == []``, excluding subpackages of ``foo``.
Previously, ``find_packages(exclude=['foo']) == ['foo.bar']``,
even though the parent ``foo`` package was excluded.
* #795: Bump certifi.
* #719: Suppress decoding errors and instead log a warning
when metadata cannot be decoded.
v27.3.1
-------
* #790: In MSVC monkeypatching, explicitly patch each
function by name in the target module instead of inferring
the module from the function's ``__module__``. Improves
compatibility with other packages that might have previously
patched distutils functions (i.e. NumPy).
v27.3.0
-------
* #794: In test command, add installed eggs to PYTHONPATH
when invoking tests so that subprocesses will also have the
dependencies available. Fixes `tox 330
<https://github.com/tox-dev/tox/issues/330>`_.
* #795: Update vendored pyparsing 2.1.9.
Diffstat (limited to 'doc/CHANGES-2016')
0 files changed, 0 insertions, 0 deletions