pkgsrc-WIP-changes archive

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

py-typer: update to 0.21.0.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Dec 28 22:33:44 2025 +0100
Changeset:	6e210517c99000389d8e6a61a7b330a2298d8d3f

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

Log Message:
py-typer: update to 0.21.0.

Breaking Changes

    ➖ Drop support for Python 3.8. PR #1464 by @tiangolo.
    ➖ Drop support for Python 3.8 in CI. PR #1463 by @YuriiMotov and @tiangolo.

Docs

    📝 Update code examples to Python 3.9. PR #1459 by @YuriiMotov.

Internal

    💚 Move ruff dependency to shared requirements-docs-tests.txt to fix "Build docs" workflow in CI. PR #1458 by @YuriiMotov.
    ⬆ Bump markdown-include-variants from 0.0.5 to 0.0.8. PR #1442 by @dependabot[bot].
    👷 Add pre-commit workflow. PR #1453 by @tiangolo.
    👷 Configure coverage, error on main tests, don't wait for Smokeshow. PR #1448 by @YuriiMotov.
    👷 Run Smokeshow always, even on test failures. PR #1447 by @YuriiMotov.
    🔨 Add Typer script to generate example variants for Python files. PR #1452 by @tiangolo.

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

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

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

diffs:
diff --git a/py-typer/Makefile b/py-typer/Makefile
index 89e0e30235..e5a4628c93 100644
--- a/py-typer/Makefile
+++ b/py-typer/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	typer-0.20.1
+DISTNAME=	typer-0.21.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=t/typer/}
@@ -18,8 +18,8 @@ DEPENDS+=	${PYPKGPREFIX}-rich>=10.11.0:../../comms/py-rich
 
 USE_LANGUAGES=	# none
 
-# as of 0.20.0
-# 9 errors
+# as of 0.21.0
+# 18 errors
 # due to py-shellingham looking for /proc/R/stat
 
 .include "../../lang/python/wheel.mk"
diff --git a/py-typer/distinfo b/py-typer/distinfo
index 92ceea7a1c..31d0a43484 100644
--- a/py-typer/distinfo
+++ b/py-typer/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (typer-0.20.1.tar.gz) = 9c3328077e5641a9c25ae1f78f4ab7feb895a7a4b1453278e5bf127dc874c69e
-SHA512 (typer-0.20.1.tar.gz) = f77b35b648c020fa0ac748502c6ec2273a8952aba997e1363163c4f754e4c992fa183208bd82a5b533a3b415659340f77b757668494f47f39b8077e5e30c80e9
-Size (typer-0.20.1.tar.gz) = 105968 bytes
+BLAKE2s (typer-0.21.0.tar.gz) = 573fd66b67c9ae289ab8b5b637d362572e41166a30b178413d1f16dd6e388bc8
+SHA512 (typer-0.21.0.tar.gz) = 2cbcb31fa98e4c18a62a598b04dce584d9f63b92bf4d0b1376aaa24e327e33b383f6fa840870f37cf7a4e9f35e159c6b9eb570870c1008d97ce2acee0d87346c
+Size (typer-0.21.0.tar.gz) = 106781 bytes


Home | Main Index | Thread Index | Old Index