| Message ID | 20260921070656.521680-8-richard.purdie@linuxfoundation.org |
|---|---|
| State | New |
| Headers | show |
| Series | [01/20] ffmpeg: upgrade 9.0.1 -> 9.0.2 | expand |
diff --git a/meta/recipes-devtools/python/python3-pdm_2.29.1.bb b/meta/recipes-devtools/python/python3-pdm_2.29.2.bb similarity index 80% rename from meta/recipes-devtools/python/python3-pdm_2.29.1.bb rename to meta/recipes-devtools/python/python3-pdm_2.29.2.bb index 4520e677ee5..83e9508612d 100644 --- a/meta/recipes-devtools/python/python3-pdm_2.29.1.bb +++ b/meta/recipes-devtools/python/python3-pdm_2.29.2.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" SECTION = "devel/python" LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2" -SRC_URI[sha256sum] = "6bb5d893d301edb2b83d46042039634bf36c96c57cc7edad22a59521a41df9f8" +SRC_URI[sha256sum] = "bad9705e9482e7d877a53380ff25273b01e9c1d313ee6ce7b215a6562a9d8bdd" inherit pypi python_pdm
- Fix writing lock files specified as bare relative filenames with `pdm lock --lockfile`. - Preserve local paths containing spaces and their extras and environment markers when importing requirements files. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- .../python/{python3-pdm_2.29.1.bb => python3-pdm_2.29.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pdm_2.29.1.bb => python3-pdm_2.29.2.bb} (80%)