aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pystemd_0.8.0.bb
AgeCommit message (Collapse)Author
2020-10-04python3-pystemd: Upgrade 0.7.0 -> 0.8.0Leon Anavi
Upgrade to release 0.8.0: - add initial support for python 3.7 and 3.8 - added options StandardOutputFile, StandardOutputFileToAppend, StandardErrorFile and StandardErrorFileToAppend to known unit signatures. - Added type stubs for pystemd.daemon, pystemd.dbuslib, pystemd.systemd1.Unit and pystemd.systemd1.Manager because we still "support python 3.4. - fix issue when char is unsigned, and <char *> -1 returns 255. - added slice_ option to pystemd.run to specify the cgroup where the unit is created. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>