File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ python3-xapp (2.4.2) wilma; urgency=medium
2
+
3
+ [ Michael Webster ]
4
+ * os.py: Add function to read the VERSION_CODENAME in /etc/os-release.
5
+ * os.py: rename get_os_release_codename() to get_os_release_info() and have it return a dictionary of os-release file's contents.
6
+
7
+ [ Clement Lefebvre ]
8
+ * Revert "os.py: rename get_os_release_codename() to get_os_release_info()"
9
+ * Revert "os.py: Add function to read the VERSION_CODENAME in /etc/os-release."
10
+
11
+ [ Matt Turnbull ]
12
+ * Make python installation configurable for distro packaging. (#23)
13
+
14
+ -- Clement Lefebvre <
[email protected] > Tue, 04 Jun 2024 14:38:38 +0100
15
+
1
16
python3-xapp (2.4.1) victoria; urgency=medium
2
17
3
18
[ Himadri Sekhar Basu ]
Original file line number Diff line number Diff line change 1
- project (' python-xapp' , version : ' 2.4.1 ' , meson_version : ' >=0.47.0' )
1
+ project (' python-xapp' , version : ' 2.4.2 ' , meson_version : ' >=0.47.0' )
2
2
3
3
pymod = import (' python' )
4
4
python3 = pymod.find_installation(get_option (' python_target' ))
You can’t perform that action at this time.
0 commit comments