summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-01-17 12:48:14 +0100
committerGyorgy Sarvari <skandigraun@gmail.com>2026-01-30 18:59:28 +0100
commitc03adad7ea2866a9ed81469348b7636b6c192162 (patch)
tree15997c24e8cedcd2f5736f7e96e6070427413899 /meta-python
parent8a3e79cf68667499fc64e80f0e812cf3acc16330 (diff)
downloadmeta-openembedded-c03adad7ea2866a9ed81469348b7636b6c192162.tar.gz
python3-blivet: upgrade 3.4.3 -> 3.4.4
Bugfix release. Changelog: - Use LVM PV format current_size in LVMVolumeGroupDevice._remove - Correctly set vg_name after adding/removing a PV from a VG - Do not crash when changing disklabel on disks with active devices - ActionDestroyDevice should not obsolete ActionRemoveMember - Correctly set compression and deduplication for existing VDO pools - Correctly cancel configure actions in cancel() - Set partition flags after setting parted filesystem Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-extended/python-blivet/python3-blivet_3.4.4.bb (renamed from meta-python/recipes-extended/python-blivet/python3-blivet_3.4.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivet_3.4.3.bb b/meta-python/recipes-extended/python-blivet/python3-blivet_3.4.4.bb
index bd57604f26..4491a53126 100644
--- a/meta-python/recipes-extended/python-blivet/python3-blivet_3.4.3.bb
+++ b/meta-python/recipes-extended/python-blivet/python3-blivet_3.4.4.bb
@@ -17,7 +17,7 @@ SRC_URI += "\
17 file://0010-invoking-mkfs-with-infinite-timeout.patch \ 17 file://0010-invoking-mkfs-with-infinite-timeout.patch \
18 file://0011-invoking-dd-with-infinite-timeout.patch \ 18 file://0011-invoking-dd-with-infinite-timeout.patch \
19" 19"
20SRC_URI[sha256sum] = "1b05b77f3ee35d82c7a577a168c9ba0204d3e9a87eb1975e5f9af47700eeff48" 20SRC_URI[sha256sum] = "835a63f0939d460298cf73ee9167d4e7de2bd076b2b3e82c432f2c01c85d81b2"
21 21
22inherit pypi features_check systemd setuptools3_legacy 22inherit pypi features_check systemd setuptools3_legacy
23 23