diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-11-04 13:28:54 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-11-06 08:47:17 -0800 |
commit | 1b512990182054f59a70abf1425862f56d47d6a8 (patch) | |
tree | 5d21809a361a06a08b30e87b73c02cdcad34ebe8 | |
parent | 3fbc67db429dd4576eca5882051e7a7b5ac07a8a (diff) | |
download | meta-openembedded-1b512990182054f59a70abf1425862f56d47d6a8.tar.gz |
python3-trustme: upgrade 0.9.0 -> 1.1.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-trustme_1.1.0.bb (renamed from meta-python/recipes-devtools/python/python3-trustme_0.9.0.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-trustme_0.9.0.bb b/meta-python/recipes-devtools/python/python3-trustme_1.1.0.bb index 6622f6220a..e925712f36 100644 --- a/meta-python/recipes-devtools/python/python3-trustme_0.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-trustme_1.1.0.bb | |||
@@ -4,8 +4,7 @@ HOMEPAGE = "https://pypi.org/project/trustme" | |||
4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d5a7af1a4b73e57431e25d15a2da745a" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d5a7af1a4b73e57431e25d15a2da745a" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "0e4d698e5aecaf8306cf440bf3dcbbe0" | 7 | SRC_URI[sha256sum] = "5375ad7fb427074bec956592e0d4ee2a4cf4da68934e1ba4bcf4217126bc45e6" |
8 | SRC_URI[sha256sum] = "5e07b23d70ceed64f3bb36ae4b9abc52354c16c98d45ab037bee2b5fbffe586c" | ||
9 | 8 | ||
10 | inherit pypi setuptools3 ptest | 9 | inherit pypi setuptools3 ptest |
11 | 10 | ||