From f0d9f528292e5e8339aed9a45cce303f4a4b4c66 Mon Sep 17 00:00:00 2001 From: wangmy Date: Wed, 10 Nov 2021 12:01:37 +0800 Subject: python3-fastnumbers: upgrade 3.1.0 -> 3.2.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-fastnumbers_3.1.0.bb | 10 ---------- .../recipes-devtools/python/python3-fastnumbers_3.2.1.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-fastnumbers_3.1.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-fastnumbers_3.2.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-fastnumbers_3.1.0.bb b/meta-python/recipes-devtools/python/python3-fastnumbers_3.1.0.bb deleted file mode 100644 index 5c913ffef..000000000 --- a/meta-python/recipes-devtools/python/python3-fastnumbers_3.1.0.bb +++ /dev/null @@ -1,10 +0,0 @@ -SUMMARY = "Super-fast and clean conversions to numbers." -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=6a96e5ad780a0eea866ecccec4463517" - -PYPI_PACKAGE = "fastnumbers" - -SRC_URI[sha256sum] = "7cc4f96981ccd3cf212b6ea7b84ef621620b62da8b454f420aa2e81c8529e68f" - -inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-fastnumbers_3.2.1.bb b/meta-python/recipes-devtools/python/python3-fastnumbers_3.2.1.bb new file mode 100644 index 000000000..0db33052f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-fastnumbers_3.2.1.bb @@ -0,0 +1,10 @@ +SUMMARY = "Super-fast and clean conversions to numbers." +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=6a96e5ad780a0eea866ecccec4463517" + +PYPI_PACKAGE = "fastnumbers" + +SRC_URI[sha256sum] = "44f92b42e7e9f2ed77ba5cb7d664f05c17e43d4586718ed6cd3b3fffa0e67f33" + +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf