Skip to content

Commit 6c2525c

Browse files
wangmingyu84kraj
authored andcommitted
python3-fastnumbers: upgrade 4.0.1 -> 5.0.1
Changelog: =========== Added -------- Added the map option to all try_* functions to enable very fast conversions of lists or other iterables (issues openembedded#61, openembedded#63 and openembedded#67) Added try_array to enable very fast conversions directly to numpy arrays (issues openembedded#62 and openembedded#65) Changed --------- Move to a model where the return code is a value or error instead of a model where one has to check the error state after getting a value (issue openembedded#66) Significantly simplified the type annotations (by 4000+ lines!) Fixed ------- Increased code coverage and fixed missing headers in codecov reaport (issue openembedded#64) Add back missing key option in type hints for deprecated fast_* functions Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
1 parent c551054 commit 6c2525c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta-python/recipes-devtools/python/python3-fastnumbers_4.0.1.bb renamed to meta-python/recipes-devtools/python/python3-fastnumbers_5.0.1.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=58db8ac9e152dd9b700f4d39ff40a31a"
55

66
PYPI_PACKAGE = "fastnumbers"
77

8-
SRC_URI[sha256sum] = "3e7d74b1debb44c4803c0fea59a63d0785d6a26ebcb902e2262b3c3fba81b400"
8+
SRC_URI[sha256sum] = "9e4fd92cdf263a8e0865af19c40ae9df45a9bc0eb5e22fefea871140e7e0262f"
99

1010
inherit pypi setuptools3

0 commit comments

Comments
 (0)