diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-12-24 17:26:53 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-12-24 08:23:09 -0800 |
commit | c901d9c44f3e08ba0e1e0f693c3f2ae4dead73f2 (patch) | |
tree | 738668f7a6796baa91d173467eec990e5c34d9f3 /meta-python | |
parent | d9112efa8495a04f42325cabb5933e860c6caf7f (diff) | |
download | meta-openembedded-c901d9c44f3e08ba0e1e0f693c3f2ae4dead73f2.tar.gz |
python3-typer: upgrade 0.14.0 -> 0.15.1
Changelog:
https://typer.tiangolo.com/release-notes/#docs
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-typer_0.15.1.bb (renamed from meta-python/recipes-devtools/python/python3-typer_0.14.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-typer_0.14.0.bb b/meta-python/recipes-devtools/python/python3-typer_0.15.1.bb index 4074f31eb8..6206427a70 100644 --- a/meta-python/recipes-devtools/python/python3-typer_0.14.0.bb +++ b/meta-python/recipes-devtools/python/python3-typer_0.15.1.bb | |||
@@ -7,7 +7,7 @@ HOMEPAGE = "https://github.com/tiangolo/typer" | |||
7 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=173d405eb704b1499218013178722617" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=173d405eb704b1499218013178722617" |
9 | 9 | ||
10 | SRC_URI[sha256sum] = "af58f737f8d0c0c37b9f955a6d39000b9ff97813afcbeef56af5e37cf743b45a" | 10 | SRC_URI[sha256sum] = "a0588c0a7fa68a1978a069818657778f86abe6ff5ea6abf472f940a08bfe4f0a" |
11 | 11 | ||
12 | inherit pypi python_setuptools_build_meta ptest | 12 | inherit pypi python_setuptools_build_meta ptest |
13 | 13 | ||