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.0.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.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-bitarray_2.1.0.bb | 10 |
1 files changed, 0 insertions, 10 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 deleted file mode 100644 index 12de2c97ae..0000000000 --- a/meta-python/recipes-devtools/python/python3-bitarray_2.1.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] = "97224a19325ecee49a3bf4df3ee0531d3af9cf288b67d089a7ef44a3c4ea3839" | ||
| 7 | |||
| 8 | inherit setuptools3 pypi | ||
| 9 | |||
| 10 | BBCLASSEXTEND = "native nativesdk" | ||
