diff mbox series

[meta-python,22/38] python3-pdm-backend: upgrade 2.3.1 -> 2.3.2

Message ID 1721034151-540-22-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/38] botan: upgrade 3.4.0 -> 3.5.0 | expand

Commit Message

Mingyu Wang (Fujitsu) July 15, 2024, 9:02 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Detect src layout only if it exists and included by build config
- Use compatible is_relative_to for Python 3.8

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ython3-pdm-backend_2.3.1.bb => python3-pdm-backend_2.3.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pdm-backend_2.3.1.bb => python3-pdm-backend_2.3.2.bb} (80%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pdm-backend_2.3.1.bb b/meta-python/recipes-devtools/python/python3-pdm-backend_2.3.2.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-pdm-backend_2.3.1.bb
rename to meta-python/recipes-devtools/python/python3-pdm-backend_2.3.2.bb
index 554b6e8c9..bdc9384f6 100644
--- a/meta-python/recipes-devtools/python/python3-pdm-backend_2.3.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pdm-backend_2.3.2.bb
@@ -4,7 +4,7 @@  LICENSE = "MIT"
 SECTION = "devel/python"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=4a564297b3c5b629a528b92fd8ff61ea"
 
-SRC_URI[sha256sum] = "c03cfb3a803325c049b57ba2502b409479ebb22b6a4ee3746c1f688b939764e8"
+SRC_URI[sha256sum] = "b0c47e6a5f6bd7b0e2263eede0e6b2cf164a83ade81b7e73dc10f8254f60b828"
 
 inherit pypi python_setuptools_build_meta