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 <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2025-05-31 10:07:31 -07:00
parent 0c4f09f725
commit c83eb3b1ba

View File

@@ -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