diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2026-01-05 12:47:24 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-05 18:16:18 -0800 |
| commit | 8b5e1f5dbf6bfe9dd6725d5dd04cd4c6aff73c86 (patch) | |
| tree | ad3890bf97c4ad2d5dfa329853c0defe8862c7aa /meta-python/recipes-devtools/python/python3-filelock_3.20.2.bb | |
| parent | 05103ac2c16e7f46db6707b553be44e8b8a82000 (diff) | |
| download | meta-openembedded-8b5e1f5dbf6bfe9dd6725d5dd04cd4c6aff73c86.tar.gz | |
python3-filelock: Upgrade 3.20.1 -> 3.20.2
Upgrade to release 3.20.2:
- Support Unix systems without O_NOFOLLOW
- [pre-commit.ci] pre-commit autoupdate
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-filelock_3.20.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-filelock_3.20.2.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-filelock_3.20.2.bb b/meta-python/recipes-devtools/python/python3-filelock_3.20.2.bb new file mode 100644 index 0000000000..75eb16635c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-filelock_3.20.2.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | # SPDX-License-Identifier: MIT | ||
| 2 | # Copyright (C) 2023 iris-GmbH infrared & intelligent sensors | ||
| 3 | SUMMARY = "A single module, which implements a platform independent file lock in Python, which provides a simple way of inter-process communication" | ||
| 4 | HOMEPAGE = "https://py-filelock.readthedocs.io/" | ||
| 5 | LICENSE = "Unlicense" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=911690f51af322440237a253d695d19f" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "a2241ff4ddde2a7cebddf78e39832509cb045d18ec1a09d7248d6bfc6bfbbe64" | ||
| 9 | |||
| 10 | BBCLASSEXTEND = "native nativesdk" | ||
| 11 | |||
| 12 | inherit pypi python_hatchling | ||
| 13 | |||
| 14 | DEPENDS += "\ | ||
| 15 | python3-hatch-vcs-native \ | ||
| 16 | " | ||
| 17 | |||
| 18 | RDEPENDS:${PN} += " \ | ||
| 19 | python3-core \ | ||
| 20 | python3-logging \ | ||
| 21 | python3-asyncio \ | ||
| 22 | " | ||
