diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-06-14 16:24:33 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-06-15 08:47:07 -0700 |
| commit | e6d8429511aca242d1c751ca7e2ddd6a22dba493 (patch) | |
| tree | 5326cc17f5a74292f8dcf8c9c6db62179934457a /meta-python/recipes-devtools/python/python3-bitarray_2.1.2.bb | |
| parent | 0ceacaa68e212cc06ea7371a206bdbe21033cc05 (diff) | |
| download | meta-openembedded-e6d8429511aca242d1c751ca7e2ddd6a22dba493.tar.gz | |
python3-bitarray: Upgrade 2.1.0 -> 2.1.2
Upgrade to release 2.1.2:
- support type hinting for all Python 3 versions (that bitarray
supports, 3.5 and higher currently)
- add explicit endianness to two 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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-bitarray_2.1.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-bitarray_2.1.2.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bitarray_2.1.2.bb b/meta-python/recipes-devtools/python/python3-bitarray_2.1.2.bb new file mode 100644 index 0000000000..bc5c86631b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-bitarray_2.1.2.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] = "8745782cb201295963edbd7073072198e001dbe5132718234860b853c901ef66" | ||
| 7 | |||
| 8 | inherit setuptools3 pypi | ||
| 9 | |||
| 10 | BBCLASSEXTEND = "native nativesdk" | ||
