From 49f764e617aaa2dc872173c57b0704ba76669c02 Mon Sep 17 00:00:00 2001 From: alperak Date: Sat, 27 Jan 2024 15:24:14 +0300 Subject: 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 Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-toolz_0.12.0.bb | 14 -------------- .../recipes-devtools/python/python3-toolz_0.12.1.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-toolz_0.12.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-toolz_0.12.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-toolz_0.12.0.bb b/meta-python/recipes-devtools/python/python3-toolz_0.12.0.bb deleted file mode 100644 index 4025fa3e0e..0000000000 --- a/meta-python/recipes-devtools/python/python3-toolz_0.12.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "A set of utility functions for iterators, functions, and dictionaries." -HOMEPAGE = "https://github.com/pytoolz/toolz" -SECTION = "devel/python" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ca09cab178326d18433aae982d1edf5d" - -SRC_URI[sha256sum] = "88c570861c440ee3f2f6037c4654613228ff40c93a6c25e0eba70d17282c6194" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += " \ - python3-json \ - python3-math \ -" diff --git a/meta-python/recipes-devtools/python/python3-toolz_0.12.1.bb b/meta-python/recipes-devtools/python/python3-toolz_0.12.1.bb new file mode 100644 index 0000000000..f1763ee518 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-toolz_0.12.1.bb @@ -0,0 +1,14 @@ +SUMMARY = "A set of utility functions for iterators, functions, and dictionaries." +HOMEPAGE = "https://github.com/pytoolz/toolz" +SECTION = "devel/python" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ca09cab178326d18433aae982d1edf5d" + +SRC_URI[sha256sum] = "ecca342664893f177a13dac0e6b41cbd8ac25a358e5f215316d43e2100224f4d" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + python3-json \ + python3-math \ +" -- cgit v1.2.3-54-g00ecf