From 3ceedc1bf977d3a4fd287839659b05441bbbed00 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Mon, 4 Nov 2019 09:40:08 +0800 Subject: [PATCH] python-pyjks: upgrade 17.1.1 -> 19.0.0 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pyjks.inc | 4 ++-- .../python/{python-pyjks_17.1.1.bb => python-pyjks_19.0.0.bb} | 0 .../{python3-pyjks_17.1.1.bb => python3-pyjks_19.0.0.bb} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python-pyjks_17.1.1.bb => python-pyjks_19.0.0.bb} (100%) rename meta-python/recipes-devtools/python/{python3-pyjks_17.1.1.bb => python3-pyjks_19.0.0.bb} (100%) diff --git a/meta-python/recipes-devtools/python/python-pyjks.inc b/meta-python/recipes-devtools/python/python-pyjks.inc index d866c5650..9a066f7f1 100644 --- a/meta-python/recipes-devtools/python/python-pyjks.inc +++ b/meta-python/recipes-devtools/python/python-pyjks.inc @@ -6,8 +6,8 @@ HOMEPAGE = "http://github.com/kurtbrose/pyjks" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=9694d6cc724caf7f7386be88a4a81958" -SRC_URI[md5sum] = "d53501e7c80d465969742bc6bee91d49" -SRC_URI[sha256sum] = "709c44a303dd6b2464078ebeb677417e717818d4b3dc3844a462bef9d215dcc8" +SRC_URI[md5sum] = "b6e8f3b91be355d15e3ba99de2cccf9b" +SRC_URI[sha256sum] = "9ce5b40289bcdffcd6a8e7118b333ba8ba2ec4c9ebc5e324885cc8a69767011a" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-pyjks_17.1.1.bb b/meta-python/recipes-devtools/python/python-pyjks_19.0.0.bb similarity index 100% rename from meta-python/recipes-devtools/python/python-pyjks_17.1.1.bb rename to meta-python/recipes-devtools/python/python-pyjks_19.0.0.bb diff --git a/meta-python/recipes-devtools/python/python3-pyjks_17.1.1.bb b/meta-python/recipes-devtools/python/python3-pyjks_19.0.0.bb similarity index 100% rename from meta-python/recipes-devtools/python/python3-pyjks_17.1.1.bb rename to meta-python/recipes-devtools/python/python3-pyjks_19.0.0.bb