diff options
| author | alperak <alperyasinak1@gmail.com> | 2024-01-27 15:24:14 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-01-27 09:48:35 -0800 |
| commit | 49f764e617aaa2dc872173c57b0704ba76669c02 (patch) | |
| tree | 62d6cf88585021788b7de7ec83d0132daaab21cc /meta-python/recipes-devtools/python/python3-toolz_0.12.1.bb | |
| parent | 49f53ac04134ce313a5dccb1af8cf0c600f1a7d8 (diff) | |
| download | meta-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/python3-toolz_0.12.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-toolz_0.12.1.bb | 14 |
1 files changed, 14 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "A set of utility functions for iterators, functions, and dictionaries." | ||
| 2 | HOMEPAGE = "https://github.com/pytoolz/toolz" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ca09cab178326d18433aae982d1edf5d" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "ecca342664893f177a13dac0e6b41cbd8ac25a358e5f215316d43e2100224f4d" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | RDEPENDS:${PN} += " \ | ||
| 12 | python3-json \ | ||
| 13 | python3-math \ | ||
| 14 | " | ||
