diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2022-02-23 15:17:18 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-02-24 08:30:26 -0800 |
| commit | 2ffdf3c3408b3dfaa2cd5dd8cd73727c2d94a206 (patch) | |
| tree | 3998a2250db9d94f34c0d119a85d7ff4236d2172 /meta-python/recipes-devtools/python/python3-bitarray_2.3.7.bb | |
| parent | 3b64db47223006c6f6b4437a278bed0f3b568d42 (diff) | |
| download | meta-openembedded-2ffdf3c3408b3dfaa2cd5dd8cd73727c2d94a206.tar.gz | |
python3-bitarray: Upgrade 2.3.6 -> 2.3.7
Upgrade to release 2.3.7:
- add optional step argument to `.count()` method
- 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.3.7.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-bitarray_2.3.7.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bitarray_2.3.7.bb b/meta-python/recipes-devtools/python/python3-bitarray_2.3.7.bb new file mode 100644 index 0000000000..cac003a4fb --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-bitarray_2.3.7.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] = "4da790ab193e993107f3ff0aebc4f8d6ad5196a19071fbafad16b02898a44fd7" | ||
| 7 | |||
| 8 | inherit setuptools3 pypi | ||
| 9 | |||
| 10 | BBCLASSEXTEND = "native nativesdk" | ||
