From a7cd4edade93c5746839887da41c53fa85f66f17 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 31 Oct 2019 15:18:03 +0800 Subject: python-javaobj-py3: upgrade 0.2.4 -> 0.3.0 -License-Update: The old version of the license file was deleted in the new version, so choose another file containing the license information for verification. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-javaobj-py3.inc | 6 +++--- meta-python/recipes-devtools/python/python-javaobj-py3_0.2.4.bb | 2 -- meta-python/recipes-devtools/python/python-javaobj-py3_0.3.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-javaobj-py3_0.2.4.bb | 2 -- meta-python/recipes-devtools/python/python3-javaobj-py3_0.3.0.bb | 2 ++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-javaobj-py3_0.2.4.bb create mode 100644 meta-python/recipes-devtools/python/python-javaobj-py3_0.3.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-javaobj-py3_0.2.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-javaobj-py3_0.3.0.bb diff --git a/meta-python/recipes-devtools/python/python-javaobj-py3.inc b/meta-python/recipes-devtools/python/python-javaobj-py3.inc index a0e802ca7b..b10f00bbaf 100644 --- a/meta-python/recipes-devtools/python/python-javaobj-py3.inc +++ b/meta-python/recipes-devtools/python/python-javaobj-py3.inc @@ -5,10 +5,10 @@ DESCRIPTION = "python-javaobj is a python library that provides functions\ representation is a standard data interchange format in Java world." HOMEPAGE = "https://github.com/tcalmant/python-javaobj" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://javaobj.py;beginline=21;endline=33;md5=8b504419ce78f8133b21b4d4a89ef7e9" +LIC_FILES_CHKSUM = "file://setup.py;beginline=15;endline=27;md5=af9ce26ac2de1b7436eb08c9308b4a1e" -SRC_URI[md5sum] = "f669bb8099380e3dd84db3d542aa5b68" -SRC_URI[sha256sum] = "b8b0d310fd97e1c7914d7911ee9d3f4b3d84d2a674aa95a4b0da3d8f155fc1bb" +SRC_URI[md5sum] = "1c6189a0d9aef51d74bfc52cd2953991" +SRC_URI[sha256sum] = "a57469e4f0d0eeba7482ad9839595db6e99ca4ac6630a4c8064dda75a2182549" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-javaobj-py3_0.2.4.bb b/meta-python/recipes-devtools/python/python-javaobj-py3_0.2.4.bb deleted file mode 100644 index ed34740e80..0000000000 --- a/meta-python/recipes-devtools/python/python-javaobj-py3_0.2.4.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-javaobj-py3.inc -inherit setuptools diff --git a/meta-python/recipes-devtools/python/python-javaobj-py3_0.3.0.bb b/meta-python/recipes-devtools/python/python-javaobj-py3_0.3.0.bb new file mode 100644 index 0000000000..ed34740e80 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-javaobj-py3_0.3.0.bb @@ -0,0 +1,2 @@ +require python-javaobj-py3.inc +inherit setuptools diff --git a/meta-python/recipes-devtools/python/python3-javaobj-py3_0.2.4.bb b/meta-python/recipes-devtools/python/python3-javaobj-py3_0.2.4.bb deleted file mode 100644 index 0ec23ba991..0000000000 --- a/meta-python/recipes-devtools/python/python3-javaobj-py3_0.2.4.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-javaobj-py3.inc -inherit setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-javaobj-py3_0.3.0.bb b/meta-python/recipes-devtools/python/python3-javaobj-py3_0.3.0.bb new file mode 100644 index 0000000000..0ec23ba991 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-javaobj-py3_0.3.0.bb @@ -0,0 +1,2 @@ +require python-javaobj-py3.inc +inherit setuptools3 -- cgit v1.2.3-54-g00ecf