Hi, a new version of your favourite python wrappers for libsystemd is here. Mostly bigfixes. New stuff is an exhaustive test suite and wrappers for sd_pid_notify & sd_pid_notify_with_fds.
https://github.com/systemd/python-systemd/releases/tag/v231 CHANGES WITH 231: * Various build fixes and cleanups: documentation can be generated with 'make sphinx-html', pip install works out of the box. * Tests that cover most of the python code were added. As a result, a bug in sd_is_mq was fixed in systemd 227. * Functions sd_pid_notify and sd_pid_notify_with_fds are now wrapped as optional arguments to notify(), when compiled against a new-enough libsystemd. Contributions from: David Strauss, Evgeny Vereshchagin, Jacek Konieczny, Jeroen Dekkers, Zbigniew Jędrzejewski-Szmek -- Zbyszek _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
