summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-bitarray_1.7.1.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-03-15 10:47:24 +0200
committerKhem Raj <raj.khem@gmail.com>2021-03-17 12:04:57 -0700
commitc7677154966e5386f7f7316569cd75960f75bdef (patch)
tree086140cf07e0a9a4e8ddc371022c0640436d7def /meta-python/recipes-devtools/python/python3-bitarray_1.7.1.bb
parenta745940c82fc92f6475aef0bfda2191b36603d18 (diff)
downloadmeta-openembedded-c7677154966e5386f7f7316569cd75960f75bdef.tar.gz
python3-bitarray: Upgrade 1.7.0 -> 1.7.1
Upgrade to release 1.7.1: - raise TypeError when incorrect index is used during assignment, e.g. `a[1.5] = 1` - raise TypeError (not IndexError) when assigning slice to incorrect type, e.g. `a[1:4] = 1.2` - improve some docstrings and tests Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-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_1.7.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-bitarray_1.7.1.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bitarray_1.7.1.bb b/meta-python/recipes-devtools/python/python3-bitarray_1.7.1.bb
new file mode 100644
index 0000000000..f859283ab2
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-bitarray_1.7.1.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] = "e4de977d708b7024760266d827b8285e4405dce4293f25508c4556970139018a"
7
8inherit setuptools3 pypi
9
10BBCLASSEXTEND = "native nativesdk"