From 03b64320764c5c54c60a8c05035743f65ca7d0ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Behrmann?= Date: Tue, 18 Nov 2025 10:04:13 +0100 Subject: [PATCH] NEWS: prepare changes for v236 --- NEWS | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/NEWS b/NEWS index 476baac..e7d416c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,36 @@ Python wrappers for libsystemd API +CHANGES WITH 236: + + * Building python-systemd has been modernised and the project now uses + pyproject.toml instead of setup.py. Meson has been adopted as the + project's build system. + + Note to packagers: meson-python is now a build dependency of + python-systemd. + + * The running of tests and building documentation has been integrated + with meson. + + Test can be run as + + meson test -C build + + and the documentation can be build with + + meson compile -C build html + + * Support for Python 2 as well as Python 3.7 and 3.8 has been dropped. + + * Various build warnings have been addressed and a fresh build should + be clean now. + + * All files use SPDX license headers now. + + Contributions from: Eric T. Johnson, Frantisek Sumsal, Guiorgy, + Jelle van der Waa, Jörg Behrmann, Nguyễn Hồng Quân, + Zbigniew Jędrzejewski-Szmek + CHANGES WITH 235: * Adapt the rename of systemd-activate to systemd-socket-activate