diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-08-01 15:41:32 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-08-01 08:46:48 -0700 |
| commit | 61dd618932cf2b8426397a0667e0db3efb87807e (patch) | |
| tree | 50b356e1c69b9a137c5c1c648516447a34b521c6 /meta-python/recipes-devtools/python/python3-dill_0.3.6.bb | |
| parent | 5779ec238a0fe41da5fe0ba0caa79c567a9ae6b3 (diff) | |
| download | meta-openembedded-61dd618932cf2b8426397a0667e0db3efb87807e.tar.gz | |
python3-dill: upgrade 0.3.6 -> 0.3.7
License-Update:
align LICENSE wording with BSD-3-Clause
Copyright updated to 2023.
Changelog:
==========
Fix _is_builtin_module
minor changes from PR #554
align LICENSE wording with BSD-3-Clause
Python 3 Metaclasses [Support ABC and Enums - Part 1]
Abstract Base Classes [Support ABC and Enums - Part 2]
fix typo
Bump requests from 2.27.1 to 2.31.0 in /docs
Fixed crashed in _dill._is_builtin_module when a module's file is None
Bump pygments from 2.11.2 to 2.15.0 in /docs
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-dill_0.3.6.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-dill_0.3.6.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dill_0.3.6.bb b/meta-python/recipes-devtools/python/python3-dill_0.3.6.bb deleted file mode 100644 index bec4643064..0000000000 --- a/meta-python/recipes-devtools/python/python3-dill_0.3.6.bb +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 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=61f24e44fc855bde43ed5a1524a37bc4" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "e5db55f3687856d8fbdab002ed78544e1c4559a130302693d839dfe8f93f2373" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | PYPI_PACKAGE_EXT = "tar.gz" | ||
| 11 | |||
| 12 | RDEPENDS:${PN} += "\ | ||
| 13 | ${PYTHON_PN}-multiprocessing \ | ||
| 14 | ${PYTHON_PN}-logging \ | ||
| 15 | ${PYTHON_PN}-profile \ | ||
| 16 | ${PYTHON_PN}-core \ | ||
| 17 | " | ||
