diff mbox series

[meta-python,19/25] python3-pdm: upgrade 2.15.4 -> 2.16.1

Message ID 1719816242-11839-19-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/25] ctags: upgrade 6.1.20240623.0 -> 6.1.20240630.0 | expand

Commit Message

Mingyu Wang (Fujitsu) July 1, 2024, 6:43 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- Fix new interface from pbs_installer regarding build_dir and best match
  auto-install strategy for pdm use (same as for pdm python install --list)
- Fix crash when pdm is used with importlib-metadata version 8.0.
- Add --no-extras to pdm export to strip extras from the requirements.
  Now the default behavior is to keep extras.
- Support PEP 723: running scripts with inline metadata in standalone
  environment with dependencies.
- pdm use and pdm python install now take requires-python into account
  (incl. from pyproject.toml) if python version not specified and pdm use
  provides auto installation by that.
- --no-isolation no longer installs build-requires nor dynamic build
  dependencies, to be consistent with pip.
- Add notifiers in CLI output when global project is being used.
- Use tool.pdm.resolution table when calculating the content hash of project
  file, previously only overrides table was used. This will change the hash
  already stored in the lockfile, so bump the lockfile version to 4.4.2.
- Add max retries on read timeout or bad connection.
- Don't update local files if they don't change.
- Don't list python versions that don't have any installation link for the
  current platform.
- Clarify the purposes of pdm outdated and --unconstrained option.
- Some clarifications on the interpreter selection and central package cache.

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

Patch

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