File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 11Python wrappers for libsystemd API
22
3+ CHANGES WITH 236:
4+
5+ * Building python-systemd has been modernised and the project now uses
6+ pyproject.toml instead of setup.py. Meson has been adopted as the
7+ project's build system.
8+
9+ Note to packagers: meson-python is now a build dependency of
10+ python-systemd.
11+
12+ * The running of tests and building documentation has been integrated
13+ with meson.
14+
15+ Test can be run as
16+
17+ meson test -C build
18+
19+ and the documentation can be build with
20+
21+ meson compile -C build html
22+
23+ * Support for Python 2 as well as Python 3.7 and 3.8 has been dropped.
24+
25+ * Various build warnings have been addressed and a fresh build should
26+ be clean now.
27+
28+ * All files use SPDX license headers now.
29+
30+ Contributions from: Eric T. Johnson, Frantisek Sumsal, Guiorgy,
31+ Jelle van der Waa, Jörg Behrmann, Nguyễn Hồng Quân,
32+ Zbigniew Jędrzejewski-Szmek
33+
334CHANGES WITH 235:
435
536 * Adapt the rename of systemd-activate to systemd-socket-activate
You can’t perform that action at this time.
0 commit comments