diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-06-12 10:57:52 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-06-11 22:01:59 -0700 |
| commit | f782665cfb163b132a590a1ec926bb185b90a203 (patch) | |
| tree | 68e8680d94534720f5217f605cf5fa830bde8662 /meta-python/recipes-devtools/python/python3-pdm_2.15.4.bb | |
| parent | e724052584e4bf8c6b0122c095917e172819420d (diff) | |
| download | meta-openembedded-f782665cfb163b132a590a1ec926bb185b90a203.tar.gz | |
python3-pdm: upgrade 2.15.3 -> 2.15.4
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pdm_2.15.4.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pdm_2.15.4.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pdm_2.15.4.bb b/meta-python/recipes-devtools/python/python3-pdm_2.15.4.bb new file mode 100644 index 0000000000..364c7c81e9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pdm_2.15.4.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "A modern Python package and dependency manager supporting the latest PEP standards" | ||
| 2 | HOMEPAGE = "https://pdm-project.org/latest/" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | SECTION = "devel/python" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "58e225850567dcadce42418db4638996df2b1378cd0830cd48afda1b455d9c72" | ||
| 8 | |||
| 9 | inherit pypi python_setuptools_build_meta | ||
| 10 | |||
| 11 | DEPENDS += " \ | ||
| 12 | python3-pdm-backend-native \ | ||
| 13 | " | ||
| 14 | |||
| 15 | BBCLASSEXTEND = "native nativesdk" | ||
