File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
Python wrappers for libsystemd API
2
2
3
+ CHANGES WITH 233:
4
+
5
+ * Tests are fixed and should pass on various old and new
6
+ systems alike.
7
+
8
+ * journal.stream() can be used without arguments and defaults
9
+ to LOG_LEVEL.
10
+
11
+ Contributions from Robert James Hernandez,
12
+ Zbigniew Jędrzejewski-Szmek
13
+
14
+
3
15
CHANGES WITH 232:
4
16
5
17
* Wrappers for sd_journal_enumerate_unique, has_runtime_files,
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ def lib(*names, **kw):
40
40
+ '\n ' .join (results ) + '\n ' )
41
41
sys .exit (status )
42
42
43
- version = '232 '
43
+ version = '233 '
44
44
defines = {'define_macros' :[('PACKAGE_VERSION' , '"{}"' .format (version ))]}
45
45
46
46
_journal = Extension ('systemd/_journal' ,
You can’t perform that action at this time.
0 commit comments