diff mbox series

[meta-python,19/43] python3-pdm: upgrade 2.15.3 -> 2.15.4

Message ID 1718161096-29710-19-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-python,01/43] python3-anyio: upgrade 4.3.0 -> 4.4.0 | expand

Commit Message

Mingyu Wang (Fujitsu) June 12, 2024, 2:57 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Build wheel from sdist if available, to make sure sdist is built properly.
  This behavior is consistent with pypa/build.
- Fix the issue of self-referencing extra dependencies failing to be resolved
  for local packages.
- Fix an issue of max recursion depth error when parsing a poetry project with
  circular dependencies on local packages.
- Fix a bug that VCS dependencies and --self don't work in the exported
  requirements.txt with hashes.
- Fix a cache miss when there exist built wheels for a given link.
- Don't try to store caches when --no-cache is given.

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pdm_2.15.3.bb b/meta-python/recipes-devtools/python/python3-pdm_2.15.4.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-pdm_2.15.3.bb
rename to meta-python/recipes-devtools/python/python3-pdm_2.15.4.bb
index 7551de866..364c7c81e 100644
--- a/meta-python/recipes-devtools/python/python3-pdm_2.15.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pdm_2.15.4.bb
@@ -4,7 +4,7 @@  LICENSE = "MIT"
 SECTION = "devel/python"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2"
 
-SRC_URI[sha256sum] = "c227d81f6bf109626a5643a7bb531c5f5b777a850c4eac8d08b472c1146beee5"
+SRC_URI[sha256sum] = "58e225850567dcadce42418db4638996df2b1378cd0830cd48afda1b455d9c72"
 
 inherit pypi python_setuptools_build_meta