From c83eb3b1ba4ba501b8c44ac1cda58f981c2a2b11 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 31 May 2025 10:07:31 -0700 Subject: [PATCH] python3-typer: Upgrade to 0.16.0 Upgrades Add compatibility with Click 8.2. PR #1222 by @tiangolo. When using the CliRunner with Click < 8.2, to be able to access the stderr output, you needed to set the mix_stderr parameter to True. Since Click 8.2 (and Typer 0.160 this release supporting it) this is no longer necessary, so this parameter has been removed. Refactors Refactor tests for compatibility with Click 8.2. PR #1230 by @tiangolo. Internal Remove Google Analytics. PR #1229 by @tiangolo. Signed-off-by: Khem Raj --- .../{python3-typer_0.15.4.bb => python3-typer_0.16.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-typer_0.15.4.bb => python3-typer_0.16.0.bb} (89%) diff --git a/meta-python/recipes-devtools/python/python3-typer_0.15.4.bb b/meta-python/recipes-devtools/python/python3-typer_0.16.0.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-typer_0.15.4.bb rename to meta-python/recipes-devtools/python/python3-typer_0.16.0.bb index 26b0c042be..87e258ae1f 100644 --- a/meta-python/recipes-devtools/python/python3-typer_0.15.4.bb +++ b/meta-python/recipes-devtools/python/python3-typer_0.16.0.bb @@ -3,11 +3,11 @@ DESCRIPTION = "\ Typer is a library for building CLI applications that users will love using and developers will love creating. Based on Python type hints. \ It's also a command line tool to run scripts, automatically converting them to CLI applications. \ " -HOMEPAGE = "https://github.com/tiangolo/typer" +HOMEPAGE = "https://github.com/fastapi/typer" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=173d405eb704b1499218013178722617" -SRC_URI[sha256sum] = "89507b104f9b6a0730354f27c39fae5b63ccd0c95b1ce1f1a6ba0cfd329997c3" +SRC_URI[sha256sum] = "af377ffaee1dbe37ae9440cb4e8f11686ea5ce4e9bae01b84ae7c63b87f1dd3b" inherit pypi python_setuptools_build_meta ptest