From 61dd618932cf2b8426397a0667e0db3efb87807e Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 1 Aug 2023 15:41:32 +0800 Subject: 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 Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-dill_0.3.6.bb | 17 ----------------- .../recipes-devtools/python/python3-dill_0.3.7.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-dill_0.3.6.bb create mode 100644 meta-python/recipes-devtools/python/python3-dill_0.3.7.bb (limited to 'meta-python/recipes-devtools/python') 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 @@ -SUMMARY = "Serialize all of python" -HOMEPAGE = "https://pypi.org/project/dill/" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=61f24e44fc855bde43ed5a1524a37bc4" - -SRC_URI[sha256sum] = "e5db55f3687856d8fbdab002ed78544e1c4559a130302693d839dfe8f93f2373" - -inherit pypi setuptools3 - -PYPI_PACKAGE_EXT = "tar.gz" - -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-multiprocessing \ - ${PYTHON_PN}-logging \ - ${PYTHON_PN}-profile \ - ${PYTHON_PN}-core \ -" diff --git a/meta-python/recipes-devtools/python/python3-dill_0.3.7.bb b/meta-python/recipes-devtools/python/python3-dill_0.3.7.bb new file mode 100644 index 0000000000..b6b788110d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dill_0.3.7.bb @@ -0,0 +1,17 @@ +SUMMARY = "Serialize all of python" +HOMEPAGE = "https://pypi.org/project/dill/" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=19de1f406e29e68f579e7e82e0758ce3" + +SRC_URI[sha256sum] = "cc1c8b182eb3013e24bd475ff2e9295af86c1a38eb1aff128dac8962a9ce3c03" + +inherit pypi setuptools3 + +PYPI_PACKAGE_EXT = "tar.gz" + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-multiprocessing \ + ${PYTHON_PN}-logging \ + ${PYTHON_PN}-profile \ + ${PYTHON_PN}-core \ +" -- cgit v1.2.3-54-g00ecf