summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2024-01-27 15:24:14 +0300
committerKhem Raj <raj.khem@gmail.com>2024-01-27 09:48:35 -0800
commit49f764e617aaa2dc872173c57b0704ba76669c02 (patch)
tree62d6cf88585021788b7de7ec83d0132daaab21cc /meta-python/recipes-devtools/python
parent49f53ac04134ce313a5dccb1af8cf0c600f1a7d8 (diff)
downloadmeta-openembedded-49f764e617aaa2dc872173c57b0704ba76669c02.tar.gz
python3-toolz: upgrade 0.12.0 -> 0.12.1
Changelog: * Add support for Python 3.12 and PyPy 3.10 * Drop support for Python 3.5 and 3.6 * Fix typos (#565, #568) * Use codecov for coverage instead of coveralls Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-toolz_0.12.1.bb (renamed from meta-python/recipes-devtools/python/python3-toolz_0.12.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-toolz_0.12.0.bb b/meta-python/recipes-devtools/python/python3-toolz_0.12.1.bb
index 4025fa3e0e..f1763ee518 100644
--- a/meta-python/recipes-devtools/python/python3-toolz_0.12.0.bb
+++ b/meta-python/recipes-devtools/python/python3-toolz_0.12.1.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
4LICENSE = "BSD-3-Clause" 4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ca09cab178326d18433aae982d1edf5d" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ca09cab178326d18433aae982d1edf5d"
6 6
7SRC_URI[sha256sum] = "88c570861c440ee3f2f6037c4654613228ff40c93a6c25e0eba70d17282c6194" 7SRC_URI[sha256sum] = "ecca342664893f177a13dac0e6b41cbd8ac25a358e5f215316d43e2100224f4d"
8 8
9inherit pypi setuptools3 9inherit pypi setuptools3
10 10