diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-08-11 14:44:23 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-08-13 22:32:07 -0700 |
| commit | 1494b59f43d31e11d11816c80f5e7a0c8d0a0ed8 (patch) | |
| tree | 67cb197a235b9f5aad6e15d2a25a21cf127dcf3b /meta-python/recipes-devtools/python/python3-bitarray_1.4.2.bb | |
| parent | 6318dc40f461b56f64681f995f7b7e69b424c661 (diff) | |
| download | meta-openembedded-1494b59f43d31e11d11816c80f5e7a0c8d0a0ed8.tar.gz | |
python3-bitarray: Upgrade 1.4.2 -> 1.5.1
Upgrade to release 1.5.1:
- support signed integers in `util.ba2int()` and `util.int2ba()`
- deprecate `.length()` in favor of `len()`
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-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_1.4.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-bitarray_1.4.2.bb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bitarray_1.4.2.bb b/meta-python/recipes-devtools/python/python3-bitarray_1.4.2.bb deleted file mode 100644 index 925bdc8d93..0000000000 --- a/meta-python/recipes-devtools/python/python3-bitarray_1.4.2.bb +++ /dev/null | |||
| @@ -1,11 +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[md5sum] = "2bc9489e9048db6a8705a7b9493e3015" | ||
| 7 | SRC_URI[sha256sum] = "16f9908c9388af616f2b298febbefa8315d648f522d195a7706d8ba1895c5680" | ||
| 8 | |||
| 9 | inherit setuptools3 pypi | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "native nativesdk" | ||
