diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-11-26 13:22:11 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-11-27 11:54:04 -0800 |
commit | 515f9767121105bdce64f13577d91f16b153cb4d (patch) | |
tree | 4a431b5cfa97c919682dcbb0316dd0fdd759d793 | |
parent | 8cdf980c0b8ed1c780b830f4d32f2c0f7e95159f (diff) | |
download | meta-openembedded-515f9767121105bdce64f13577d91f16b153cb4d.tar.gz |
python3-fastnumbers: Upgrade 3.0.0 -> 3.1.0
Upgrade to release 3.1.0:
- query_type function to determine what as type fastnumbers will
interpret a given input
- Support for Python 3.9 (eliminate use of private Python C
function that is now hidden in 3.9)
License-Update: Update year
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-fastnumbers_3.0.0.bb | 9 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-fastnumbers_3.1.0.bb | 10 |
2 files changed, 10 insertions, 9 deletions
diff --git a/meta-python/recipes-devtools/python/python3-fastnumbers_3.0.0.bb b/meta-python/recipes-devtools/python/python3-fastnumbers_3.0.0.bb deleted file mode 100644 index b0ecb9d560..0000000000 --- a/meta-python/recipes-devtools/python/python3-fastnumbers_3.0.0.bb +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | SUMMARY = "Super-fast and clean conversions to numbers." | ||
2 | SECTION = "devel/python" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f797665cf3d3e0fdc0d488f5200c6f55" | ||
5 | |||
6 | PYPI_PACKAGE = "fastnumbers" | ||
7 | SRC_URI[sha256sum] = "93ce2f9516fbf2bbf46c85e4abef783cc569e5fbbc665352efb9cdddbae517ec" | ||
8 | |||
9 | inherit pypi setuptools3 | ||
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 new file mode 100644 index 0000000000..5c913ffef8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-fastnumbers_3.1.0.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | SUMMARY = "Super-fast and clean conversions to numbers." | ||
2 | SECTION = "devel/python" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6a96e5ad780a0eea866ecccec4463517" | ||
5 | |||
6 | PYPI_PACKAGE = "fastnumbers" | ||
7 | |||
8 | SRC_URI[sha256sum] = "7cc4f96981ccd3cf212b6ea7b84ef621620b62da8b454f420aa2e81c8529e68f" | ||
9 | |||
10 | inherit pypi setuptools3 | ||