diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-03-26 15:12:28 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-03-30 09:04:34 -0700 |
| commit | 956e68a073a9852eaac307db1d08e24e1aa9c5d0 (patch) | |
| tree | ac02fe944bb679b16dca44125d510c391ffff876 /meta-python/recipes-devtools/python/python3-bitarray_1.8.0.bb | |
| parent | c42a7b7d973bd4c3b5c4c1dc029edad6efbd397c (diff) | |
| download | meta-openembedded-956e68a073a9852eaac307db1d08e24e1aa9c5d0.tar.gz | |
python3-bitarray: Upgrade 1.8.0 -> 1.8.1
Upgrade to release 1.8.1:
- moved implementation of and `hex2ba()` and `ba2hex()` to C-level
- add `bitarray.util.parity()`
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_1.8.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-bitarray_1.8.0.bb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bitarray_1.8.0.bb b/meta-python/recipes-devtools/python/python3-bitarray_1.8.0.bb deleted file mode 100644 index f38791716e..0000000000 --- a/meta-python/recipes-devtools/python/python3-bitarray_1.8.0.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" | ||
| 4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "fe4444d92b17073bf1f9f24e3015a0e5bb70a645c47df93ef8a9ce8be33fcbad" | ||
| 7 | |||
| 8 | inherit setuptools3 pypi | ||
| 9 | |||
| 10 | BBCLASSEXTEND = "native nativesdk" | ||
