summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-bitarray_2.1.2.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.2.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.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-bitarray_2.1.2.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bitarray_2.1.2.bb b/meta-python/recipes-devtools/python/python3-bitarray_2.1.2.bb
new file mode 100644
index 0000000000..bc5c86631b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-bitarray_2.1.2.bb
@@ -0,0 +1,10 @@
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] = "8745782cb201295963edbd7073072198e001dbe5132718234860b853c901ef66"
7
8inherit setuptools3 pypi
9
10BBCLASSEXTEND = "native nativesdk"