From 8b729f9dbb2a6fec982ce31c9347b26012235014 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 17 Aug 2020 14:29:00 +0300 Subject: python3-bitarray: Upgrade 1.5.1 -> 1.5.2 Upgrade to release 1.5.2: - add PyType_Ready usage, issue #66 - speedup search() for bitarrays with length 1 in sparse bitarrays - add tests Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-bitarray_1.5.1.bb | 11 ----------- meta-python/recipes-devtools/python/python3-bitarray_1.5.2.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-bitarray_1.5.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-bitarray_1.5.2.bb diff --git a/meta-python/recipes-devtools/python/python3-bitarray_1.5.1.bb b/meta-python/recipes-devtools/python/python3-bitarray_1.5.1.bb deleted file mode 100644 index 70804ad180..0000000000 --- a/meta-python/recipes-devtools/python/python3-bitarray_1.5.1.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "A high-level Python efficient arrays of booleans -- C extension" -HOMEPAGE = "https://github.com/ilanschnell/bitarray" -LICENSE = "PSF" -LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d" - -SRC_URI[md5sum] = "7005b90013838954facbaa231d7cccd9" -SRC_URI[sha256sum] = "45bba08bc142781ec7e18a847735219390808f9b6279c356252edddaee1f5fcd" - -inherit setuptools3 pypi - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-bitarray_1.5.2.bb b/meta-python/recipes-devtools/python/python3-bitarray_1.5.2.bb new file mode 100644 index 0000000000..15393001a5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-bitarray_1.5.2.bb @@ -0,0 +1,11 @@ +SUMMARY = "A high-level Python efficient arrays of booleans -- C extension" +HOMEPAGE = "https://github.com/ilanschnell/bitarray" +LICENSE = "PSF" +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d" + +SRC_URI[md5sum] = "ccd872c5effef77bf4028c67c0619f6c" +SRC_URI[sha256sum] = "38fe66d5f7720835703a07fe8d0a4b5eda87f692f3cf4fb01543407b79857edf" + +inherit setuptools3 pypi + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf