summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-fastnumbers_5.0.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-03-04 19:05:19 +0800
committerKhem Raj <raj.khem@gmail.com>2023-03-04 10:41:27 -0800
commitc98434e86b424f27980a44d52e1f1bf3c00078ff (patch)
treebffb936f06673e1f0515101ae5b95f1acf961a19 /meta-python/recipes-devtools/python/python3-fastnumbers_5.0.1.bb
parent61e57bea5d0659bdc1abbde81fa0d650f5ec625d (diff)
downloadmeta-openembedded-c98434e86b424f27980a44d52e1f1bf3c00078ff.tar.gz
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 #61, #63 and #67) Added try_array to enable very fast conversions directly to numpy arrays (issues #62 and #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 #66) Significantly simplified the type annotations (by 4000+ lines!) Fixed ------- Increased code coverage and fixed missing headers in codecov reaport (issue #64) Add back missing key option in type hints for deprecated fast_* functions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-fastnumbers_5.0.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-fastnumbers_5.0.1.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-fastnumbers_5.0.1.bb b/meta-python/recipes-devtools/python/python3-fastnumbers_5.0.1.bb
new file mode 100644
index 0000000000..7494c45f06
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-fastnumbers_5.0.1.bb
@@ -0,0 +1,10 @@
1SUMMARY = "Super-fast and clean conversions to numbers."
2SECTION = "devel/python"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=58db8ac9e152dd9b700f4d39ff40a31a"
5
6PYPI_PACKAGE = "fastnumbers"
7
8SRC_URI[sha256sum] = "9e4fd92cdf263a8e0865af19c40ae9df45a9bc0eb5e22fefea871140e7e0262f"
9
10inherit pypi setuptools3