From 3fbcef4c02f80fdc52c6a5089d591b8121450cb4 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Wed, 13 Nov 2019 16:08:54 +0800 Subject: python-bitarray: upgrade 1.0.1 -> 1.1.0 -License-Update: Update PKG-INFO. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-bitarray.inc | 6 +++--- meta-python/recipes-devtools/python/python-bitarray_1.0.1.bb | 2 -- meta-python/recipes-devtools/python/python-bitarray_1.1.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-bitarray_1.0.1.bb | 2 -- meta-python/recipes-devtools/python/python3-bitarray_1.1.0.bb | 2 ++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-bitarray_1.0.1.bb create mode 100644 meta-python/recipes-devtools/python/python-bitarray_1.1.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-bitarray_1.0.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-bitarray_1.1.0.bb diff --git a/meta-python/recipes-devtools/python/python-bitarray.inc b/meta-python/recipes-devtools/python/python-bitarray.inc index e7d49db806..da5d11f1cb 100644 --- a/meta-python/recipes-devtools/python/python-bitarray.inc +++ b/meta-python/recipes-devtools/python/python-bitarray.inc @@ -1,10 +1,10 @@ SUMMARY = "A high-level Python efficient arrays of booleans -- C extension" HOMEPAGE = "https://github.com/ilanschnell/bitarray" LICENSE = "PSF" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=d736cf16034030b4aab4ea179d91e778" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=00f0d12ccaf4e6b0b4fe501663621fa3" -SRC_URI[md5sum] = "56f55188d8d5361834db0bc7120f8998" -SRC_URI[sha256sum] = "3eb500f8b9cde19e14472fcbee0195dbf0fbac006f8406a03f0cfb495dff20a0" +SRC_URI[md5sum] = "743d396a1012d6f7d791d8a526da302d" +SRC_URI[sha256sum] = "9f578314c7808eb1416620dc7d7977d4787a65a4f61b4c9685343a860712615b" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-bitarray_1.0.1.bb b/meta-python/recipes-devtools/python/python-bitarray_1.0.1.bb deleted file mode 100644 index f78c7abd23..0000000000 --- a/meta-python/recipes-devtools/python/python-bitarray_1.0.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-bitarray.inc diff --git a/meta-python/recipes-devtools/python/python-bitarray_1.1.0.bb b/meta-python/recipes-devtools/python/python-bitarray_1.1.0.bb new file mode 100644 index 0000000000..f78c7abd23 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-bitarray_1.1.0.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-bitarray.inc diff --git a/meta-python/recipes-devtools/python/python3-bitarray_1.0.1.bb b/meta-python/recipes-devtools/python/python3-bitarray_1.0.1.bb deleted file mode 100644 index 7ee444dc9e..0000000000 --- a/meta-python/recipes-devtools/python/python3-bitarray_1.0.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-bitarray.inc diff --git a/meta-python/recipes-devtools/python/python3-bitarray_1.1.0.bb b/meta-python/recipes-devtools/python/python3-bitarray_1.1.0.bb new file mode 100644 index 0000000000..7ee444dc9e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-bitarray_1.1.0.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-bitarray.inc -- cgit 1.2.3-korg