diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2022-01-10 21:38:15 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-01-11 17:50:55 -0800 |
| commit | 89a0340478fc2cbb60fc232d14ffe039e3b23048 (patch) | |
| tree | 4fe5e2b3c9cfbd0acb821cf5d73566e1d01ec827 /meta-python/recipes-devtools/python/python3-bitarray_2.3.5.bb | |
| parent | f8d3f2de49cfdf76956e01553d9682215d4e7508 (diff) | |
| download | meta-openembedded-89a0340478fc2cbb60fc232d14ffe039e3b23048.tar.gz | |
python3-bitarray: Upgrade 2.3.4 -> 2.3.5
Upgrade to release 2.3.5:
- Fixed bug for big-endian systems (such as IBM s390)
- Pass `zip_safe=False` to `setup()`
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-bitarray_2.3.5.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-bitarray_2.3.5.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bitarray_2.3.5.bb b/meta-python/recipes-devtools/python/python3-bitarray_2.3.5.bb new file mode 100644 index 0000000000..37fcfa1fe6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-bitarray_2.3.5.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | SUMMARY = "A high-level Python efficient arrays of booleans -- C extension" | ||
| 2 | HOMEPAGE = "https://github.com/ilanschnell/bitarray" | ||
| 3 | LICENSE = "PSF" | ||
| 4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "60285184cb02fdba5e1cc8605ac84e150a50f940e9383ab43564e5258d1f47bb" | ||
| 7 | |||
| 8 | inherit setuptools3 pypi | ||
| 9 | |||
| 10 | BBCLASSEXTEND = "native nativesdk" | ||
