summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-09-30 15:42:44 +0800
committerKhem Raj <raj.khem@gmail.com>2024-09-30 07:34:25 -0700
commit413ea6728e94286dbfb0b7da59f412712b505150 (patch)
treeb91e84b00f214fd0a1f831dedfc852f8b73096c4 /meta-python
parenteadf37a02efae680aa659eff42b9dc51b22cadfe (diff)
downloadmeta-openembedded-413ea6728e94286dbfb0b7da59f412712b505150.tar.gz
python3-dill: upgrade 0.3.8 -> 0.3.9
Changelog: =========== - further skip BufferedRandomType if does not exist - remove stray import of dbm in objects - Add UnpicklingError import for dill.load_session() to fix #648 - Bump idna from 3.4 to 3.7 in /docs - Bump jinja2 from 3.1.3 to 3.1.4 in /docs - Bump requests from 2.31.0 to 2.32.0 in /docs - Bump tornado from 6.3.3 to 6.4.1 in /docs - update docs requirements to rtfd 10.27.0 - Bump certifi from 2024.2.2 to 2024.7.4 in /docs - fix fencepost error when getting source inside decorator in interpreter (fixes #603) - type check for Integral, bool by value - diff USE_NUMPY imports numpy.ma - adjust testing to account for frame.f_locals as a proxy in 3.13 - better handle import strings of numpy scalars - handle a ThreadHandleType - more extensive testing for dill.source - add formal support for python 3.13 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-dill_0.3.9.bb (renamed from meta-python/recipes-devtools/python/python3-dill_0.3.8.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dill_0.3.8.bb b/meta-python/recipes-devtools/python/python3-dill_0.3.9.bb
index 3481ec06bd..bc5a7e5003 100644
--- a/meta-python/recipes-devtools/python/python3-dill_0.3.8.bb
+++ b/meta-python/recipes-devtools/python/python3-dill_0.3.9.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/dill/"
3LICENSE = "BSD-3-Clause" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=a41509b57cc475ed93f8cb1dbbfaeec1" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=a41509b57cc475ed93f8cb1dbbfaeec1"
5 5
6SRC_URI[sha256sum] = "3ebe3c479ad625c4553aca177444d89b486b1d84982eeacded644afc0cf797ca" 6SRC_URI[sha256sum] = "81aa267dddf68cbfe8029c42ca9ec6a4ab3b22371d1c450abc54422577b4512c"
7 7
8inherit pypi python_setuptools_build_meta 8inherit pypi python_setuptools_build_meta
9 9