diff options
author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-01-13 09:09:40 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-13 18:34:32 -0800 |
commit | d612ea4094945bde499c46df09ff33e38950a2dc (patch) | |
tree | 1d38f4603ac8cf71599896067a7c5fdaa65f5e1b | |
parent | 271f24dd4b0be5fd639587f6513c07c732fb60ee (diff) | |
download | meta-openembedded-d612ea4094945bde499c46df09ff33e38950a2dc.tar.gz |
python-bitarray: 1.2.0 -> 1.2.1
-PKG-INFO-Update: Version updated to 2019.
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python-bitarray.inc | 6 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-bitarray_1.2.1.bb (renamed from meta-python/recipes-devtools/python/python-bitarray_1.2.0.bb) | 0 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-bitarray_1.2.1.b (renamed from meta-python/recipes-devtools/python/python3-bitarray_1.2.0.bb) | 0 |
3 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 e156bd87ed..32da348c41 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=f1c84020645d906bd6569f6bcf071eca" | 4 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=dc301a25ebe210dcc53b0a2d5a038eae" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "ce21bdfb6d074bd051abd601667b238e" | 6 | SRC_URI[md5sum] = "a46bf869f6adf34f5b0dc82b469793b7" |
7 | SRC_URI[sha256sum] = "4f8706b651243c9faa981f075bcbdef2fab83e9b9bc9211ed2cb5849f9a68342" | 7 | SRC_URI[sha256sum] = "2ed675f460bb0d3d66fd8042a6f1f0d36cf213e52e72a745283ddb245da7b9cf" |
8 | 8 | ||
9 | inherit pypi | 9 | inherit pypi |
10 | 10 | ||
diff --git a/meta-python/recipes-devtools/python/python-bitarray_1.2.0.bb b/meta-python/recipes-devtools/python/python-bitarray_1.2.1.bb index f78c7abd23..f78c7abd23 100644 --- a/meta-python/recipes-devtools/python/python-bitarray_1.2.0.bb +++ b/meta-python/recipes-devtools/python/python-bitarray_1.2.1.bb | |||
diff --git a/meta-python/recipes-devtools/python/python3-bitarray_1.2.0.bb b/meta-python/recipes-devtools/python/python3-bitarray_1.2.1.b index 7ee444dc9e..7ee444dc9e 100644 --- a/meta-python/recipes-devtools/python/python3-bitarray_1.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-bitarray_1.2.1.b | |||