Changes ------- * 1480: Bump vendored pyparsing to 2.2.1.
40.4.0
Not secure
=======
Changes ------- * 1481: Join the sdist ``--dist-dir`` and the ``build_meta`` sdist directory argument to point to the same target (meaning the build frontend no longer needs to clean manually the dist dir to avoid multiple sdist presence, and setuptools no longer needs to handle conflicts between the two).
40.3.0
Not secure
=======
Changes ------- * 1402: Fixed a bug with namespace packages under Python 3.6 when one package in current directory hides another which is installed. * 1427: Set timestamp of ``.egg-info`` directory whenever ``egg_info`` command is run. * 1474: ``build_meta.get_requires_for_build_sdist`` now does not include the ``wheel`` package anymore. * 1486: Suppress warnings in pkg_resources.handle_ns.
Misc ---- * 1479: Remove internal use of six.binary_type.
40.2.0
Not secure
=======
Changes ------- * 1466: Fix handling of Unicode arguments in PEP 517 backend
40.1.1
Not secure
========
Changes ------- * 1465: Fix regression with ``egg_info`` command when tagging is used.