pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-typer: update to 0.17.3.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Aug 31 12:27:27 2025 +0200
Changeset:	0cd95193ad73e94fccd0e42daddd052f38212dbb

Modified Files:
	py-typer/Makefile
	py-typer/distinfo

Log Message:
py-typer: update to 0.17.3.

0.17.3

    ✨ Allow annotated parsing with a subclass of Path. PR #1183 by @emfdavid.

0.17.2

    🐛 Avoid printing default: None in the help section when using Rich. PR #1120 by @mattmess1221.

0.17.1

    🐛 Fix markdown formatting in --help output. PR #815 by @gar1t.

0.17.0

Features

    ⚡️ Lazy-load rich_utils to reduce startup time. PR #1128 by @oefe.

Internal

    ⬆ Bump ruff from 0.12.9 to 0.12.10. PR #1280 by @dependabot[bot].
    ⬆ [pre-commit.ci] pre-commit autoupdate. PR #1281 by @pre-commit-ci[bot].
    ⬆ Update pytest-sugar requirement from <1.1.0,>=0.9.4 to >=0.9.4,<1.2.0. PR #1279 by @dependabot[bot].

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0cd95193ad73e94fccd0e42daddd052f38212dbb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-typer/Makefile | 4 ++--
 py-typer/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/py-typer/Makefile b/py-typer/Makefile
index 41db9810d6..cc6bda71d9 100644
--- a/py-typer/Makefile
+++ b/py-typer/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	typer-0.16.1
+DISTNAME=	typer-0.17.3
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=t/typer/}
@@ -18,7 +18,7 @@ DEPENDS+=	${PYPKGPREFIX}-rich>=10.11.0:../../comms/py-rich
 
 USE_LANGUAGES=	# none
 
-# as of 0.16.0
+# as of 0.17.3
 # 5 errors
 # due to py-shellingham looking for /proc/R/stat
 
diff --git a/py-typer/distinfo b/py-typer/distinfo
index df188316d6..07e92b6d8b 100644
--- a/py-typer/distinfo
+++ b/py-typer/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (typer-0.16.1.tar.gz) = 2c905ce19a59fb2fcbf192b180bb87b69bcdb2f62d1fc0172043a519c93e06ed
-SHA512 (typer-0.16.1.tar.gz) = 3867a82ea480d81733111088622a7946b771666ee46b0def5eb7e928b71444a16dcb37a54fb6c52872ec83254c27eb7d7e23ff15462d4e27e3933971c96dd608
-Size (typer-0.16.1.tar.gz) = 102836 bytes
+BLAKE2s (typer-0.17.3.tar.gz) = a430d995c4e4c1f5a46bd7e2107c46d816d8e930886fb7aa3512c82c4b9ec7f6
+SHA512 (typer-0.17.3.tar.gz) = 8180052dbdb98495887d2209263d4336dc3ea923eedbdc2e8752da596c1d80149fa50ae49b410a3434d685ad0a0810bf4a9f12b8829a6c5f6fdc80a1250f9854
+Size (typer-0.17.3.tar.gz) = 103517 bytes


Home | Main Index | Thread Index | Old Index