Commit Graph

190 Commits

Author SHA1 Message Date
Rudi Heitbaum
301e535ce0 waf: update to 2.0.24 2022-06-04 04:19:01 +00:00
Rudi Heitbaum
12a9dc069b meson: update to 0.62.2
log:
- https://github.com/mesonbuild/meson/milestone/81?closed=1
2022-06-04 04:19:01 +00:00
Rudi Heitbaum
bf174101be ninja: update to 1.11.0
release notes:
- https://groups.google.com/g/ninja-build/c/R2oCyDctDf8/m/-U94Y5I8AgAJ
2022-05-21 11:25:27 +00:00
Rudi Heitbaum
c11c3233de meson: update to 0.62.1
milestone:
- https://github.com/mesonbuild/meson/milestone/79?closed=1

includes a wayland validation:
- wayland: Make sure wayland-scanner has same version as wayland libraries
2022-05-06 08:31:30 +00:00
Rudi Heitbaum
c1d6dc89ef Jinja2: update to 3.1.2 2022-04-30 07:27:49 +00:00
Rudi Heitbaum
69bae04a73 Jinja2: update to 3.1.1 2022-03-27 11:22:35 +00:00
Rudi Heitbaum
6cff6b7b3b meson: update to 0.62.0
Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
2022-03-27 11:22:15 +00:00
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
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
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
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
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
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
heitbaum
19b6b2cc61 meson: update to 0.59.1
update from 0.57.1 (22 Feb 2021) to 0.59.1 (18 August 2021)
changelogs:
- https://github.com/mesonbuild/meson/milestone/60?closed=1 # 0.57.2
- https://github.com/mesonbuild/meson/milestone/58?closed=1 # 0.58.0
- https://github.com/mesonbuild/meson/milestone/61?closed=1 # 0.58.1
- https://github.com/mesonbuild/meson/milestone/63?closed=1 # 0.58.2
- https://github.com/mesonbuild/meson/milestone/62?closed=1 # 0.59.0
- https://github.com/mesonbuild/meson/milestone/64?closed=1 # 0.59.1

release notes:
- https://mesonbuild.com/Release-notes-for-0-57-0.html
- https://mesonbuild.com/Release-notes-for-0-58-0.html
- https://mesonbuild.com/Release-notes-for-0-59-0.html
2021-09-11 23:21:26 +10:00
CvH
4f8d8eabd3 Merge pull request #5276 from arthur-liberman/fix-glib
Update build system for new meson and fix up glib package
2021-08-11 13:19:20 +02:00
CvH
e91a81a384 Merge pull request #5086 from heitbaum/set
setuptools: update to 52.0.0
2021-08-11 13:13:02 +02:00
Arthur Liberman
ffaff3013a meson: update to 0.57.1 2021-03-27 15:16:21 +03:00