diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-10-28 09:37:37 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-28 13:10:20 -0700 |
commit | 29227dcf300cb1b3a0ee26d62810f54712addd4d (patch) | |
tree | 04e8dc3bf2adf93587c42bff37fbd897efd573b5 /meta-python/recipes-devtools/python/python-bitarray.inc | |
parent | 022a2d95cb3ccd887e90f15f169e66317685e729 (diff) | |
download | meta-openembedded-29227dcf300cb1b3a0ee26d62810f54712addd4d.tar.gz |
python-bitarray: upgrade 0.8.3 -> 1.0.1
-License-Update: Update PKG-INFO.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-bitarray.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-bitarray.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-bitarray.inc b/meta-python/recipes-devtools/python/python-bitarray.inc index 480f048b75..e7d49db806 100644 --- a/meta-python/recipes-devtools/python/python-bitarray.inc +++ b/meta-python/recipes-devtools/python/python-bitarray.inc | |||
@@ -1,10 +1,10 @@ | |||
1 | SUMMARY = "A high-level Python efficient arrays of booleans -- C extension" | 1 | SUMMARY = "A high-level Python efficient arrays of booleans -- C extension" |
2 | HOMEPAGE = "https://github.com/ilanschnell/bitarray" | 2 | HOMEPAGE = "https://github.com/ilanschnell/bitarray" |
3 | LICENSE = "PSF" | 3 | LICENSE = "PSF" |
4 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=f4ce1ae80a385140f0ddb2bcef410b06" | 4 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=d736cf16034030b4aab4ea179d91e778" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "f3131ac2a277f3b70dbb6132ca8f8889" | 6 | SRC_URI[md5sum] = "56f55188d8d5361834db0bc7120f8998" |
7 | SRC_URI[sha256sum] = "050cd30b810ddb3aa941e7ddfbe0d8065e793012d0a88cb5739ec23624b9895e" | 7 | SRC_URI[sha256sum] = "3eb500f8b9cde19e14472fcbee0195dbf0fbac006f8406a03f0cfb495dff20a0" |
8 | 8 | ||
9 | inherit pypi | 9 | inherit pypi |
10 | 10 | ||