diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-11-11 15:55:09 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-11 10:19:42 -0800 |
| commit | 860b5fdcaf49d31b2d3a0383e65c209393d5582e (patch) | |
| tree | 63edc2e949b35f8da7c6af5ba4a46c7271a3e859 /meta-python/recipes-devtools/python/python3-lz4_4.4.5.bb | |
| parent | 1ab3261c80fa3d8c2449e7dd67a5c24d3ff6dc95 (diff) | |
| download | meta-openembedded-860b5fdcaf49d31b2d3a0383e65c209393d5582e.tar.gz | |
python3-lz4: upgrade 4.4.4 -> 4.4.5
Changelog:
===========
- Enable CPython free-threaded wheel builds
- Correct the import of _compression for Python 3.14
- Keep GitHub Actions up to date with GitHub's Dependabot
- Build wheels for Python 3.14
- Fix typos discovered by codespell
- Bump pypa/cibuildwheel from 3.2.0 to 3.2.1 in the github-actions group across 1 directory
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-lz4_4.4.5.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-lz4_4.4.5.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-lz4_4.4.5.bb b/meta-python/recipes-devtools/python/python3-lz4_4.4.5.bb new file mode 100644 index 0000000000..e14d722861 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-lz4_4.4.5.bb | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | DESCRIPTION = "python bindings for the lz4 compression library by Yann Collet" | ||
| 2 | |||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6231efa4dd4811e62407314d90a57573" | ||
| 5 | |||
| 6 | DEPENDS += " \ | ||
| 7 | lz4 \ | ||
| 8 | python3-setuptools-scm-native \ | ||
| 9 | python3-pkgconfig-native \ | ||
| 10 | " | ||
| 11 | |||
| 12 | SRC_URI[sha256sum] = "5f0b9e53c1e82e88c10d7c180069363980136b9d7a8306c4dca4f760d60c39f0" | ||
| 13 | |||
| 14 | inherit pkgconfig pypi python_setuptools_build_meta ptest-python-pytest | ||
| 15 | |||
| 16 | RDEPENDS:${PN}-ptest += "\ | ||
| 17 | python3-coverage \ | ||
| 18 | python3-pytest-cov \ | ||
| 19 | python3-pytest-runner \ | ||
| 20 | python3-multiprocessing \ | ||
| 21 | python3-psutil \ | ||
| 22 | " | ||
| 23 | |||
| 24 | do_install_ptest:append () { | ||
| 25 | # The stream API is experimental and not enabled yet, so don't ship the test suite | ||
| 26 | rm -rf ${D}${PTEST_PATH}/tests/stream | ||
| 27 | } | ||
| 28 | |||
| 29 | BBCLASSEXTEND = "native nativesdk" | ||
