From bf66e74115ff86f38bd8681c7ed728c5f584a9f4 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 16 Aug 2023 09:41:02 +0800 Subject: python3-bitarray: upgrade 2.8.0 -> 2.8.1 Changelog: ============ * use reconstructor function for pickling, see #207 * simplify implementation of '.reverse()' Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-bitarray_2.8.0.bb | 10 ---------- meta-python/recipes-devtools/python/python3-bitarray_2.8.1.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-bitarray_2.8.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-bitarray_2.8.1.bb diff --git a/meta-python/recipes-devtools/python/python3-bitarray_2.8.0.bb b/meta-python/recipes-devtools/python/python3-bitarray_2.8.0.bb deleted file mode 100644 index 19d9f9ef9b..0000000000 --- a/meta-python/recipes-devtools/python/python3-bitarray_2.8.0.bb +++ /dev/null @@ -1,10 +0,0 @@ -SUMMARY = "A high-level Python efficient arrays of booleans -- C extension" -HOMEPAGE = "https://github.com/ilanschnell/bitarray" -LICENSE = "PSF-2.0" -LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d" - -SRC_URI[sha256sum] = "cd69a926a3363e25e94a64408303283c59085be96d71524bdbe6bfc8da2e34e0" - -inherit setuptools3 pypi - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-bitarray_2.8.1.bb b/meta-python/recipes-devtools/python/python3-bitarray_2.8.1.bb new file mode 100644 index 0000000000..cb94df5644 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-bitarray_2.8.1.bb @@ -0,0 +1,10 @@ +SUMMARY = "A high-level Python efficient arrays of booleans -- C extension" +HOMEPAGE = "https://github.com/ilanschnell/bitarray" +LICENSE = "PSF-2.0" +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d" + +SRC_URI[sha256sum] = "e68ceef35a88625d16169550768fcc8d3894913e363c24ecbf6b8c07eb02c8f3" + +inherit setuptools3 pypi + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf