liminspace / django-mjml

The simplest way to use MJML in Django templates.
MIT License
263 stars 32 forks source link

Scheduled weekly dependency update for week 37 #60

Closed pyup-bot closed 6 years ago

pyup-bot commented 6 years ago

Update setuptools from 40.0.0 to 40.4.1.

Changelog ### 40.4.1 ``` ------- * 1480: Bump vendored pyparsing to 2.2.1. ``` ### 40.4.0 ``` ------- * 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 ``` ------- * 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. * 1479: Remove internal use of six.binary_type. ``` ### 40.2.0 ``` ------- * 1466: Fix handling of Unicode arguments in PEP 517 backend ``` ### 40.1.1 ``` -------- * 1465: Fix regression with `egg_info` command when tagging is used. ``` ### 40.1.0 ``` ------- * 1410: Deprecated ``upload`` and ``register`` commands. * 1312: Introduced find_namespace_packages() to find PEP 420 namespace packages. * 1420: Added find_namespace: directive to config parser. * 1418: Solved race in when creating egg cache directories. * 1450: Upgraded vendored PyParsing from 2.1.10 to 2.2.0. * 1451: Upgraded vendored appdirs from 1.4.0 to 1.4.3. * 1388: Fixed "Microsoft Visual C++ Build Tools" link in exception when Visual C++ not found. * 1389: Added support for scripts which have unicode content. * 1416: Moved several Python version checks over to using ``six.PY2`` and ``six.PY3``. * 1441: Removed spurious executable permissions from files that don't need them. ```
Links - PyPI: https://pypi.org/project/setuptools - Changelog: https://pyup.io/changelogs/setuptools/ - Repo: https://github.com/pypa/setuptools
pyup-bot commented 6 years ago

Closing this in favor of #61