diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-03-07 17:27:19 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-03-08 07:30:26 -0800 |
commit | 14b7e1c2918405fbad468f9f7131507480cfeeff (patch) | |
tree | 47456a67621958dc7b1af446d113b265396a6f72 /meta-python | |
parent | 9991671eb36e0b05f0bafa42a0bc603d96fdcc3f (diff) | |
download | meta-openembedded-14b7e1c2918405fbad468f9f7131507480cfeeff.tar.gz |
python3-bitarray: update to 1.7.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-bitarray_1.7.0.bb (renamed from meta-python/recipes-devtools/python/python3-bitarray_1.6.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bitarray_1.6.3.bb b/meta-python/recipes-devtools/python/python3-bitarray_1.7.0.bb index 16beab5512..c91b7443ef 100644 --- a/meta-python/recipes-devtools/python/python3-bitarray_1.6.3.bb +++ b/meta-python/recipes-devtools/python/python3-bitarray_1.7.0.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/ilanschnell/bitarray" | |||
3 | LICENSE = "PSF" | 3 | LICENSE = "PSF" |
4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d" | 4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "ae27ce4bef4f35b4cc2c0b0d9cf02ed49eee567c23d70cb5066ad215f9b62b3c" | 6 | SRC_URI[sha256sum] = "e31b472ac92e04ea943723cf781ec168e15049d91a3052203defb81652d2b086" |
7 | 7 | ||
8 | inherit setuptools3 pypi | 8 | inherit setuptools3 pypi |
9 | 9 | ||