pkgsrc-WIP-changes archive

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

py-typer: update to 0.23.1



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Feb 16 13:11:28 2026 +0100
Changeset:	0d8c2f80765d2901956c9ce897b44b529611273e

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

Log Message:
py-typer: update to 0.23.1

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

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

diffstat:
 TODO              | 3 +--
 py-typer/Makefile | 9 +++++----
 py-typer/distinfo | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs:
diff --git a/TODO b/TODO
index d337a9cfe2..995715eda5 100644
--- a/TODO
+++ b/TODO
@@ -124,7 +124,6 @@ Suggested package updates
 	o py-rpyc-3.2.1
 	o py-sentry-23.7.1
 	o py-smop-0.29
-	o py-typer-0.23.1
 	o py-vanguards-0.3.1
 	o py-xpra-2.2.1
 	o py-zeitgeist-0.9.16
@@ -163,7 +162,7 @@ Suggested package updates
 	o vidalia-devel-0.3.3
 	o virtualbox-7.2
 	o wkhtmltopdf-0.12.4
-	o wlroots-0.18
+	o wlroots-0.20
 	o xaralx-bin-0.7.1692
 	o xdg-desktop-portal-1.19.1
 	o xf86-input-libinput-1.5.0
diff --git a/py-typer/Makefile b/py-typer/Makefile
index c91fae3925..a1a14ee79b 100644
--- a/py-typer/Makefile
+++ b/py-typer/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	typer-0.21.1
+DISTNAME=	typer-0.23.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=t/typer/}
@@ -11,16 +11,17 @@ COMMENT=	Library for building CLI tools
 LICENSE=	mit
 
 TOOL_DEPENDS+=	${PYPKGPREFIX}-pdm_backend>=0:../../devel/py-pdm_backend
+DEPENDS+=	${PYPKGPREFIX}-annotated_doc>=0.0.2:../../wip/py-annotated_doc
 DEPENDS+=	${PYPKGPREFIX}-click>=8.0.0:../../devel/py-click
-DEPENDS+=	${PYPKGPREFIX}-typing-extensions>=3.7.4.3:../../devel/py-typing-extensions
 DEPENDS+=	${PYPKGPREFIX}-shellingham>=1.3.0:../../misc/py-shellingham
 DEPENDS+=	${PYPKGPREFIX}-rich>=10.11.0:../../comms/py-rich
 
 USE_LANGUAGES=	# none
 
-# as of 0.21.1
-# 34 errors
+# as of 0.23.1
+# 35 errors
 # due to py-shellingham looking for /proc/R/stat
+# https://github.com/sarugaku/shellingham/issues/99
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-typer/distinfo b/py-typer/distinfo
index c22cf0f17c..beb825a089 100644
--- a/py-typer/distinfo
+++ b/py-typer/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (typer-0.21.1.tar.gz) = c89c6a1d2d2e98c4ed842d4b415128811d9ce419e932fb978693e166a74cb166
-SHA512 (typer-0.21.1.tar.gz) = 59d4ce30615838723cd935053b511a4caba9f698b33f8232cf7ae2b5421eee90cbaea288d6aac172efdaa19c14a548a7b928fa54367e50b0916c65ba31505389
-Size (typer-0.21.1.tar.gz) = 110371 bytes
+BLAKE2s (typer-0.23.1.tar.gz) = 056fbeacf129ecbb5ddf0c81cb07979d0ee7ca545e1d0565c69b4a03f20feafe
+SHA512 (typer-0.23.1.tar.gz) = f6d40ef01a602491895192b2158a22b224468eec13215fe6d547e680b235de199101af08f58ea37ffbd6683a409c84c7c233ec164db7f6031045cbda1685a296
+Size (typer-0.23.1.tar.gz) = 120047 bytes


Home | Main Index | Thread Index | Old Index