systemd >= v249 requires Jinja2 for templating
- refer: systemd/systemd - PR19630: Use jinja2 for templating
- m4 use is dropped, and the two parallel substitution systems in meson are unified.
Co-authored-by: CvH <1355173+CvH@users.noreply.github.com>
update 8.1.2 (2021-03-06) to 8.4.0 (2021-10-15)
Pillow is released quarterly on January 2nd, April 1st, July 1st and
October 15th. Patch releases are created if the latest release contains
severe bugs, or if security fixes are put together before a scheduled
release. See Versioning for more information.
Regular October 15th (2021) quarterly release - This is a Main Release.
release notes:
- https://pillow.readthedocs.io/en/latest/releasenotes/8.4.0.html
- https://github.com/python-pillow/Pillow/releases
update 1.1.4 (2021-01-15) to 1.1.5 (2021-08-21)
changelog:
- https://docs.makotemplates.org/en/latest/changelog.html
bug:tests:
- Fixed some issues with running the test suite which would be revealed by running tests in random order.
update 1.1.1 (2019-02-24) to 2.0.1 (2021-05-19)
changes:
- https://github.com/pallets/markupsafe/blob/main/CHANGES.rst
Version 2.0.1 - Released 2021-05-18
- Mark top-level names as exported so type checking understands imports in user projects.
- Fix some types that weren't available in Python 3.6.0.
Version 2.0.0 -Released 2021-05-11
- Drop Python 2.7, 3.4, and 3.5 support.
- Markup.unescape uses `html.unescape` to support HTML5 character references.
- Add type annotations for static typing tools.