diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-06-25 12:07:13 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-06-26 08:56:14 -0700 |
commit | fa3e364a518778cfa6ef41d36612e744481882bc (patch) | |
tree | cf3d1e5f405f082bf3e2bdb9796436bcf608b9c7 /meta-python/recipes-devtools/python/python3-pyjks_19.0.0.bb | |
parent | af7c482ec0e4b57587a96f0a77a9b816f526f00b (diff) | |
download | meta-openembedded-fa3e364a518778cfa6ef41d36612e744481882bc.tar.gz |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyjks_19.0.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyjks_19.0.0.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyjks_19.0.0.bb b/meta-python/recipes-devtools/python/python3-pyjks_19.0.0.bb deleted file mode 100644 index ee2f3075c..000000000 --- a/meta-python/recipes-devtools/python/python3-pyjks_19.0.0.bb +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | SUMMARY = "Pure-Python Java Keystore (JKS) library" | ||
2 | DESCRIPTION = "PyJKS enables Python projects to load and manipulate\ | ||
3 | Java KeyStore (JKS) data without a JVM dependency. PyJKS supports JKS,\ | ||
4 | JCEKS, BKS and UBER (BouncyCastle) keystores." | ||
5 | HOMEPAGE = "http://github.com/kurtbrose/pyjks" | ||
6 | LICENSE = "MIT" | ||
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9694d6cc724caf7f7386be88a4a81958" | ||
8 | |||
9 | SRC_URI[md5sum] = "b6e8f3b91be355d15e3ba99de2cccf9b" | ||
10 | SRC_URI[sha256sum] = "9ce5b40289bcdffcd6a8e7118b333ba8ba2ec4c9ebc5e324885cc8a69767011a" | ||
11 | |||
12 | inherit pypi setuptools3 | ||
13 | |||
14 | RDEPENDS_${PN} = "\ | ||
15 | ${PYTHON_PN}-javaobj-py3 \ | ||
16 | ${PYTHON_PN}-pyasn1 \ | ||
17 | ${PYTHON_PN}-pyasn1-modules \ | ||
18 | ${PYTHON_PN}-pycryptodome \ | ||
19 | ${PYTHON_PN}-twofish\ | ||
20 | " | ||
21 | |||
22 | BBCLASSEXTEND = "native nativesdk" | ||