diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-04-22 17:18:30 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-04-23 19:34:59 -0700 |
| commit | cfd70b67f6c5e2d8f17fef6cbb32226552ea42ca (patch) | |
| tree | 74b83f4d81fb14af8c95547adca496c0cd88f18a /meta-python/recipes-devtools/python/python3-dill_0.4.0.bb | |
| parent | 3199dea62e29a9734e30bc25e4ba6008d1a49cc5 (diff) | |
| download | meta-openembedded-cfd70b67f6c5e2d8f17fef6cbb32226552ea42ca.tar.gz | |
python3-dill: Upgrade 0.3.9 -> 0.4.0
Upgrade to release 0.4.0:
- update travis badge link
- fix buiding documentation with sphinx 8.x
- add initial support for python 3.14
- Bump starlette from 0.37.2 to 0.40.0 in /docs
- fix typo in requirements.txt
- updated copyright for 2025
- Bump jinja2 from 3.1.4 to 3.1.5 in /docs
- support pypy-3.11
- update docs requirements; CI for pypy3.11
- fix CodeType support for PyPy3.11 7.3.19+
- move travis build of 3.9 to focal
- Bump jinja2 from 3.1.5 to 3.1.6 in /docs
License-Update: Updated copyright years
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-dill_0.4.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-dill_0.4.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dill_0.4.0.bb b/meta-python/recipes-devtools/python/python3-dill_0.4.0.bb new file mode 100644 index 0000000000..d421b1a887 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dill_0.4.0.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | SUMMARY = "Serialize all of python" | ||
| 2 | HOMEPAGE = "https://pypi.org/project/dill/" | ||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ed5ea77287d7d542949d6dd0bc288ac0" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "0633f1d2df477324f53a895b02c901fb961bdbf65a17122586ea7019292cbcf0" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += "\ | ||
| 11 | python3-multiprocessing \ | ||
| 12 | python3-logging \ | ||
| 13 | python3-profile \ | ||
| 14 | python3-core \ | ||
| 15 | " | ||
| 16 | |||
| 17 | BBCLASSEXTEND = "native nativesdk" | ||
