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 | |
| 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')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-bitarray_2.8.3.bb (renamed from meta-python/recipes-devtools/python/python3-bitarray_2.8.2.bb) | 5 |
1 files changed, 3 insertions, 2 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.3.bb index 39d2b6a717..acacdab6de 100644 --- a/meta-python/recipes-devtools/python/python3-bitarray_2.8.2.bb +++ b/meta-python/recipes-devtools/python/python3-bitarray_2.8.3.bb | |||
| @@ -1,9 +1,10 @@ | |||
| 1 | SUMMARY = "A high-level Python efficient arrays of booleans -- C extension" | 1 | SUMMARY = "efficient arrays of booleans -- C extension" |
| 2 | DESCRIPTION = "A high-level Python efficient arrays of booleans -- C extension" | ||
| 2 | HOMEPAGE = "https://github.com/ilanschnell/bitarray" | 3 | HOMEPAGE = "https://github.com/ilanschnell/bitarray" |
| 3 | LICENSE = "PSF-2.0" | 4 | LICENSE = "PSF-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d" | 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d" |
| 5 | 6 | ||
| 6 | SRC_URI[sha256sum] = "f90b2f44b5b23364d5fbade2c34652e15b1fcfe813c46f828e008f68a709160f" | 7 | SRC_URI[sha256sum] = "e15587b2bdf18d32eb3ba25f5f5a51bedd0dc06b3112a4c53dab5e7753bc6588" |
| 7 | 8 | ||
| 8 | inherit setuptools3 pypi | 9 | inherit setuptools3 pypi |
| 9 | 10 | ||
