summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2026-01-09 17:59:24 +0200
committerKhem Raj <raj.khem@gmail.com>2026-01-12 08:53:49 -0800
commitbcfeba2a135b50ae2d92274969759ad66b2a0e5c (patch)
tree142714e570cf0cafd3f9d7b80b23ea63613959f6 /meta-python/recipes-devtools/python
parent3ee544e7591b36a49550a263a0ec4d64b5e490e8 (diff)
downloadmeta-openembedded-bcfeba2a135b50ae2d92274969759ad66b2a0e5c.tar.gz
python3-typer: Upgrade 0.21.0 -> 0.21.1
Upgrade to release 0.21.1: - Fix escaping in help text when rich is installed but not used. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-typer_0.21.1.bb (renamed from meta-python/recipes-devtools/python/python3-typer_0.21.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-typer_0.21.0.bb b/meta-python/recipes-devtools/python/python3-typer_0.21.1.bb
index cbd0df4b64..0bf2c0ec4f 100644
--- a/meta-python/recipes-devtools/python/python3-typer_0.21.0.bb
+++ b/meta-python/recipes-devtools/python/python3-typer_0.21.1.bb
@@ -7,7 +7,7 @@ HOMEPAGE = "https://github.com/fastapi/typer"
7LICENSE = "MIT" 7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=173d405eb704b1499218013178722617" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=173d405eb704b1499218013178722617"
9 9
10SRC_URI[sha256sum] = "c87c0d2b6eee3b49c5c64649ec92425492c14488096dfbc8a0c2799b2f6f9c53" 10SRC_URI[sha256sum] = "ea835607cd752343b6b2b7ce676893e5a0324082268b48f27aa058bdb7d2145d"
11 11
12inherit pypi python_pdm ptest 12inherit pypi python_pdm ptest
13 13