From 1494b59f43d31e11d11816c80f5e7a0c8d0a0ed8 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 11 Aug 2020 14:44:23 +0300 Subject: python3-bitarray: Upgrade 1.4.2 -> 1.5.1 Upgrade to release 1.5.1: - support signed integers in `util.ba2int()` and `util.int2ba()` - deprecate `.length()` in favor of `len()` Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-bitarray_1.4.2.bb | 11 ----------- meta-python/recipes-devtools/python/python3-bitarray_1.5.1.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-bitarray_1.4.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-bitarray_1.5.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-bitarray_1.4.2.bb b/meta-python/recipes-devtools/python/python3-bitarray_1.4.2.bb deleted file mode 100644 index 925bdc8d93..0000000000 --- a/meta-python/recipes-devtools/python/python3-bitarray_1.4.2.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] = "2bc9489e9048db6a8705a7b9493e3015" -SRC_URI[sha256sum] = "16f9908c9388af616f2b298febbefa8315d648f522d195a7706d8ba1895c5680" - -inherit setuptools3 pypi - -BBCLASSEXTEND = "native nativesdk" 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 new file mode 100644 index 0000000000..70804ad180 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-bitarray_1.5.1.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] = "7005b90013838954facbaa231d7cccd9" +SRC_URI[sha256sum] = "45bba08bc142781ec7e18a847735219390808f9b6279c356252edddaee1f5fcd" + +inherit setuptools3 pypi + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf