summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-bitarray_2.1.0.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-06-14 16:24:33 +0300
committerKhem Raj <raj.khem@gmail.com>2021-06-15 08:47:07 -0700
commite6d8429511aca242d1c751ca7e2ddd6a22dba493 (patch)
tree5326cc17f5a74292f8dcf8c9c6db62179934457a /meta-python/recipes-devtools/python/python3-bitarray_2.1.0.bb
parent0ceacaa68e212cc06ea7371a206bdbe21033cc05 (diff)
downloadmeta-openembedded-e6d8429511aca242d1c751ca7e2ddd6a22dba493.tar.gz
python3-bitarray: Upgrade 2.1.0 -> 2.1.2
Upgrade to release 2.1.2: - support type hinting for all Python 3 versions (that bitarray supports, 3.5 and higher currently) - add explicit endianness to two tests Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-bitarray_2.1.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-bitarray_2.1.0.bb10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bitarray_2.1.0.bb b/meta-python/recipes-devtools/python/python3-bitarray_2.1.0.bb
deleted file mode 100644
index 12de2c97ae..0000000000
--- a/meta-python/recipes-devtools/python/python3-bitarray_2.1.0.bb
+++ /dev/null
@@ -1,10 +0,0 @@
1SUMMARY = "A high-level Python efficient arrays of booleans -- C extension"
2HOMEPAGE = "https://github.com/ilanschnell/bitarray"
3LICENSE = "PSF"
4LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d"
5
6SRC_URI[sha256sum] = "97224a19325ecee49a3bf4df3ee0531d3af9cf288b67d089a7ef44a3c4ea3839"
7
8inherit setuptools3 pypi
9
10BBCLASSEXTEND = "native nativesdk"