summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-fastnumbers_5.1.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-12-15 08:17:38 +0800
committerKhem Raj <raj.khem@gmail.com>2023-12-14 17:03:49 -0800
commit236bf067d420b1a7747697989a06735f34924fe6 (patch)
tree78297bfc7449faeab4b25a0db3a74f874937b2c5 /meta-python/recipes-devtools/python/python3-fastnumbers_5.1.0.bb
parent8ec035da44d652f872e910ccf0220d47c667cdb2 (diff)
downloadmeta-openembedded-236bf067d420b1a7747697989a06735f34924fe6.tar.gz
python3-fastnumbers: upgrade 5.0.1 -> 5.1.0
Changelog: ========== -Added the denoise option to convert floats to int without numerical noise -Support for Python 3.12 -The changelog now only explictly exists in the repository License-Update: Copyright year updated to 2023 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.1.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-fastnumbers_5.1.0.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-fastnumbers_5.1.0.bb b/meta-python/recipes-devtools/python/python3-fastnumbers_5.1.0.bb
new file mode 100644
index 0000000000..01aa8b3b44
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-fastnumbers_5.1.0.bb
@@ -0,0 +1,10 @@
1SUMMARY = "Super-fast and clean conversions to numbers."
2SECTION = "devel/python"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=d32431d1b650010945da4e078011c8fa"
5
6PYPI_PACKAGE = "fastnumbers"
7
8SRC_URI[sha256sum] = "e092d33f8b95c3171a2fb34e579efe0c54b0290dd7f96ffaa2762437601d90a7"
9
10inherit pypi setuptools3