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 <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Leon Anavi
2020-06-25 12:07:13 +03:00
committed by Khem Raj
parent af7c482ec0
commit fa3e364a51

View File

@@ -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