Commit Graph

669 Commits

Author SHA1 Message Date
Rudi Heitbaum abd25ac605 MarkupSafe: update to 2.1.1 2022-03-16 13:33:32 +00:00
Rudi Heitbaum 320f66c691 Mako: update to 1.2.0 2022-03-16 13:33:32 +00:00
Rudi Heitbaum a5d33902aa MarkupSafe: update to 2.1.0 2022-03-05 11:54:54 +00:00
heitbaum e86c3175d0 meson: update to 0.61.2 2022-03-05 11:54:54 +00:00
Rudi Heitbaum bf11fc297c dbussy: update to 60d3c15 2022-02-26 09:28:55 +00:00
CvH e61831dc60 Merge pull request #6196 from heitbaum/6196
packages updates: python
2022-02-05 10:27:14 +01:00
heitbaum 8d120a78db meson: update to 0.61.1
update 0.60.3 (2021-12-23) to 0.61.1 (2022-01-17)

release notes:
- https://mesonbuild.com/Release-notes-for-0-61-0.html
- https://github.com/mesonbuild/meson/compare/0.61.0...0.61.1
2022-02-05 04:36:30 +00:00
heitbaum dc7cd76d02 pycryptodome: update to 3.14.1
update from 3.12.0 to 3.14.1
Release notes:
- https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst
2022-02-05 02:59:40 +00:00
heitbaum 31daef62a7 Pillow: update to 9.0.1
release notes:
- https://pillow.readthedocs.io/en/latest/releasenotes/9.0.0.html
- https://pillow.readthedocs.io/en/latest/releasenotes/9.0.1.html
2022-02-05 00:57:38 +00:00
Aleksandr V. Piskunov d6bc2d9371 waf: use binary from source archive
Commit bde858fe3c changed waf package URL to
tar.bz2 source archive, adjusting makeinstall_host() to use waf binary from
that archive.
2022-02-02 11:18:14 +02:00
heitbaum 4e2e4df290 Jinja2: initial package
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>
2022-01-05 11:14:40 +00:00
heitbaum 218a144889 simplejson: update to 3.17.6 2022-01-02 00:42:35 +00:00
heitbaum 0e03848a8a pycryptodome: update to 3.12.0 2022-01-02 00:42:35 +00:00
heitbaum 1ccce00fd1 meson: update to 0.60.3
milestone:
- https://github.com/mesonbuild/meson/milestone/72?closed=1
2021-12-24 10:58:45 +00:00
heitbaum 555236ed7f Mako: update to 1.1.6 2021-12-24 10:58:22 +00:00
heitbaum bde858fe3c waf: update to 2.0.23 2021-12-24 10:57:17 +00:00
Christian Hewitt 98b1b328fc Merge pull request #5945 from mglae/le11_dbussy_a69
dbussy: update to a694e3b, status cleanup fix
2021-12-05 06:13:56 +04:00
mglae 7de3b27da4 dbussy: update to a694e3b, status cleanup fix 2021-12-04 15:30:41 +01:00
heitbaum bded7fe121 meson: update to 0.60.2
patch required to fix:
- https://gitlab.freedesktop.org/xdg/shared-mime-info/-/issues/170
2021-11-28 11:56:17 +00:00
heitbaum de32158aa7 simplejson: update to 3.17.5
update 3.17.2 (2020-07-17) to 3.17.5 (2021-08-24)

changes:
- https://github.com/simplejson/simplejson/blob/master/CHANGES.txt
2021-10-16 19:33:55 +11:00
heitbaum 3e41725603 pycryptodome: update to 3.11.0
update 3.10.1 (2021-02-09) to 3.11.0 (2021-10-08)

changelog:
- https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst
2021-10-16 19:33:55 +11:00
heitbaum 8107fa46f8 Pillow: update to 8.4.0
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
2021-10-16 19:33:55 +11:00
heitbaum a9b2921899 Mako: update to 1.1.5
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.
2021-10-16 19:31:09 +11:00
heitbaum ddb04cf269 MarkupSafe: update to 2.0.1
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.
2021-10-16 19:27:25 +11:00
heitbaum 77637926f7 meson: update to 0.59.2 2021-10-14 20:53:35 +11:00