From fa3e364a518778cfa6ef41d36612e744481882bc Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 25 Jun 2020 12:07:13 +0300 Subject: [PATCH] python3-pyjks: Upgrade 19.0.0 -> 20.0.0 Upgrade to release 20.0.0: - Mirrors keytool support for keystores with empty passphrases - Add Python 3.7 and 3.8 to support matrix - Docs and examples fixes Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../{python3-pyjks_19.0.0.bb => python3-pyjks_20.0.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pyjks_19.0.0.bb => python3-pyjks_20.0.0.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-pyjks_19.0.0.bb b/meta-python/recipes-devtools/python/python3-pyjks_20.0.0.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-pyjks_19.0.0.bb rename to meta-python/recipes-devtools/python/python3-pyjks_20.0.0.bb index ee2f3075ca..520899b8e6 100644 --- a/meta-python/recipes-devtools/python/python3-pyjks_19.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyjks_20.0.0.bb @@ -6,8 +6,8 @@ HOMEPAGE = "http://github.com/kurtbrose/pyjks" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=9694d6cc724caf7f7386be88a4a81958" -SRC_URI[md5sum] = "b6e8f3b91be355d15e3ba99de2cccf9b" -SRC_URI[sha256sum] = "9ce5b40289bcdffcd6a8e7118b333ba8ba2ec4c9ebc5e324885cc8a69767011a" +SRC_URI[md5sum] = "1a6bce95484f1f62f8ff59755972c632" +SRC_URI[sha256sum] = "0378cec15fb11b2ed27ba54dad9fd987d48e6f62f49fcff138f5f7a8b312b044" inherit pypi setuptools3