diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2022-01-17 20:05:04 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-01-19 08:58:09 -0800 |
commit | 8b85bd4000c4275859fac80ad365cc20d6a40297 (patch) | |
tree | bcc2dff6d507984d69d0f4b3a4ed89de605cafb2 | |
parent | c9f4067545b3fb130031a61e0c0f7ef59b12d763 (diff) | |
download | meta-openembedded-8b85bd4000c4275859fac80ad365cc20d6a40297.tar.gz |
python3-jsmin: Upgrade 3.0.0 -> 3.0.1
Upgrade to release 3.0.1:
- Bump (patch) version
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-jsmin_3.0.1.bb (renamed from meta-python/recipes-devtools/python/python3-jsmin_3.0.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jsmin_3.0.0.bb b/meta-python/recipes-devtools/python/python3-jsmin_3.0.1.bb index 733c9639c7..51b17066ee 100644 --- a/meta-python/recipes-devtools/python/python3-jsmin_3.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-jsmin_3.0.1.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "MIT" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3a3301ce2ad647e172f4a1016c67324d" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3a3301ce2ad647e172f4a1016c67324d" |
6 | 6 | ||
7 | inherit setuptools3 pypi ptest | 7 | inherit setuptools3 pypi ptest |
8 | SRC_URI[sha256sum] = "88fc1bd6033a47c5911dbcada7d279c7a8b7ad0841909590f6a742c20c4d2e08" | 8 | SRC_URI[sha256sum] = "c0959a121ef94542e807a674142606f7e90214a2b3d1eb17300244bbb5cc2bfc" |
9 | 9 | ||
10 | BBCLASSEXTEND = "native nativesdk" | 10 | BBCLASSEXTEND = "native nativesdk" |
11 | 11 | ||