Re: [systemd-devel] [ANNOUNCE] python-systemd v231

2015-10-29 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Oct 29, 2015 at 02:16:02AM +0100, Michael Biebl wrote: > Oops, the make check output was cut off > > 2015-10-29 2:14 GMT+01:00 Michael Biebl : > > $ make check > > python setup.py build > > running build > > running build_py > > package init file 'systemd/test/__init__.py' not found (or no

Re: [systemd-devel] [ANNOUNCE] python-systemd v231

2015-10-28 Thread Michael Biebl
Oops, the make check output was cut off 2015-10-29 2:14 GMT+01:00 Michael Biebl : > $ make check > python setup.py build > running build > running build_py > package init file 'systemd/test/__init__.py' not found (or not a regular file) > package init file 'systemd/test/__init__.py' not found (or

Re: [systemd-devel] [ANNOUNCE] python-systemd v231

2015-10-28 Thread Michael Biebl
Hi 2015-10-28 17:44 GMT+01:00 Zbigniew Jędrzejewski-Szmek : > * Tests that cover most of the python code were added. As a > result, a bug in sd_is_mq was fixed in systemd 227. Is there something special I need to do to run the test-suite and make it pass: $ make check python se

[systemd-devel] [ANNOUNCE] python-systemd v231

2015-10-28 Thread Zbigniew Jędrzejewski-Szmek
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