diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2023-11-13 16:29:09 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-13 10:49:42 -0800 |
| commit | 078646e1b51274295fbbabc340fe02223017c76f (patch) | |
| tree | d1bedb8e0630a823da22652110ee76b2a0a0f615 /meta-python/recipes-devtools/python/python3-bitarray_2.8.2.bb | |
| parent | 1c7691712f185aff821689d65a49d1cd085f54b6 (diff) | |
| download | meta-openembedded-078646e1b51274295fbbabc340fe02223017c76f.tar.gz | |
python3-bitarray: Upgrade 2.8.2 -> 2.8.3
Upgrade to version 2.8.3:
- Ensure readonly attribute is set correctly when creating new
objects
- Optimize sparse bitarray compression for raw block type
- Improve hash functions in Bloom filter example
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-bitarray_2.8.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-bitarray_2.8.2.bb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bitarray_2.8.2.bb b/meta-python/recipes-devtools/python/python3-bitarray_2.8.2.bb deleted file mode 100644 index 39d2b6a717..0000000000 --- a/meta-python/recipes-devtools/python/python3-bitarray_2.8.2.bb +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | SUMMARY = "A high-level Python efficient arrays of booleans -- C extension" | ||
| 2 | HOMEPAGE = "https://github.com/ilanschnell/bitarray" | ||
| 3 | LICENSE = "PSF-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "f90b2f44b5b23364d5fbade2c34652e15b1fcfe813c46f828e008f68a709160f" | ||
| 7 | |||
| 8 | inherit setuptools3 pypi | ||
| 9 | |||
| 10 | BBCLASSEXTEND = "native nativesdk" | ||
