From 550ece1b6164a8c065410075302609c43149d9bf Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Sun, 12 Feb 2023 17:07:18 +0800 Subject: python3-reedsolo: upgrade 1.6.1 -> 1.7.0 Changelog: =========== - Drop cythonization by default, to avoid installation issues for users with Cython installed but no C++ compiler. Cythonization needs to be requested explictly now, using pip install --upgrade reedsolo --install-option="--cythonize" --verbose. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python3-reedsolo/python3-reedsolo_1.6.1.bb | 10 ---------- .../python3-reedsolo/python3-reedsolo_1.7.0.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python3-reedsolo/python3-reedsolo_1.6.1.bb create mode 100644 meta-python/recipes-devtools/python3-reedsolo/python3-reedsolo_1.7.0.bb diff --git a/meta-python/recipes-devtools/python3-reedsolo/python3-reedsolo_1.6.1.bb b/meta-python/recipes-devtools/python3-reedsolo/python3-reedsolo_1.6.1.bb deleted file mode 100644 index 51651f3bcf..0000000000 --- a/meta-python/recipes-devtools/python3-reedsolo/python3-reedsolo_1.6.1.bb +++ /dev/null @@ -1,10 +0,0 @@ -SUMMARY = "Pure-Python Reed Solomon encoder/decoder" -HOMEPAGE = "https://github.com/tomerfiliba/reedsolomon" -LICENSE = "MIT-0 | Unlicense" -LIC_FILES_CHKSUM = "file://LICENSE;md5=ffde61aeb8917e70e0257e0a4b6d103c" - -SRC_URI[sha256sum] = "a7ce6b0efad8df491a70b87b6ab3543e751f7700dc4ac0b12081a456ef634f5d" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += "python3-core" diff --git a/meta-python/recipes-devtools/python3-reedsolo/python3-reedsolo_1.7.0.bb b/meta-python/recipes-devtools/python3-reedsolo/python3-reedsolo_1.7.0.bb new file mode 100644 index 0000000000..b6c40921c3 --- /dev/null +++ b/meta-python/recipes-devtools/python3-reedsolo/python3-reedsolo_1.7.0.bb @@ -0,0 +1,10 @@ +SUMMARY = "Pure-Python Reed Solomon encoder/decoder" +HOMEPAGE = "https://github.com/tomerfiliba/reedsolomon" +LICENSE = "MIT-0 | Unlicense" +LIC_FILES_CHKSUM = "file://LICENSE;md5=ffde61aeb8917e70e0257e0a4b6d103c" + +SRC_URI[sha256sum] = "c1359f02742751afe0f1c0de9f0772cc113835aa2855d2db420ea24393c87732" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += "python3-core" -- cgit v1.2.3-54-g00ecf