diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-05-10 17:07:19 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-05-11 08:25:56 -0700 |
| commit | dfd68d4dbe453a0cb83a20cebb8e73d2f216ca62 (patch) | |
| tree | 5aa8a59d18f1f935520fa2c014324da4c3ba66fe /meta-python/recipes-devtools/python/python3-bitarray_2.1.0.bb | |
| parent | 077767f4aa59582027c1fd2b49d00e87a2d21c33 (diff) | |
| download | meta-openembedded-dfd68d4dbe453a0cb83a20cebb8e73d2f216ca62.tar.gz | |
python3-bitarray: Upgrade 2.0.1 -> 2.1.0
Upgrade to release 2.1.0:
- add `.find()` method
- `.find()`, `.index()`, `.search()` and `.itersearch()` now all
except both (sub-) bitarray as well as bool items to be searched
for
- improve encode/decode error messages
- add lexicographical permutations example
- add tests
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.1.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-bitarray_2.1.0.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bitarray_2.1.0.bb b/meta-python/recipes-devtools/python/python3-bitarray_2.1.0.bb new file mode 100644 index 0000000000..12de2c97ae --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-bitarray_2.1.0.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] = "97224a19325ecee49a3bf4df3ee0531d3af9cf288b67d089a7ef44a3c4ea3839" | ||
| 7 | |||
| 8 | inherit setuptools3 pypi | ||
| 9 | |||
| 10 | BBCLASSEXTEND = "native nativesdk" | ||
