Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Mar 2026 18:24:09 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c5f61957f20e - main - devel/py-typer: Update to 0.24.0
Message-ID:  <69af1049.1eaa8.2f9fe98c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c5f61957f20e84e3b844ec9d56deb606ad6dadfc

commit c5f61957f20e84e3b844ec9d56deb606ad6dadfc
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-03-09 17:58:04 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-03-09 18:19:00 +0000

    devel/py-typer: Update to 0.24.0
    
    Changes:        https://github.com/fastapi/typer/releases
                    https://typer.tiangolo.com/release-notes/
---
 devel/py-typer/Makefile                   | 10 +++++-----
 devel/py-typer/distinfo                   |  6 +++---
 devel/py-typer/files/patch-pyproject.toml | 11 ++++++++++-
 3 files changed, 18 insertions(+), 9 deletions(-)

diff --git a/devel/py-typer/Makefile b/devel/py-typer/Makefile
index 3951c48dfdd1..c6d07ed012ee 100644
--- a/devel/py-typer/Makefile
+++ b/devel/py-typer/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	typer
-PORTVERSION=	0.21.1
+PORTVERSION=	0.24.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,10 +13,10 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pdm-backend>=0:devel/py-pdm-backend@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=8.0.0:devel/py-click@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}rich>=10.11.0:textproc/py-rich@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}shellingham>=1.3.0:devel/py-shellingham@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.3:devel/py-typing-extensions@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}annotated-doc>=0.0.2:devel/py-annotated-doc@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}click>=8.0.0:devel/py-click@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}rich>=12.3.0:textproc/py-rich@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}shellingham>=1.3.0:devel/py-shellingham@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/devel/py-typer/distinfo b/devel/py-typer/distinfo
index f0ec31a083fc..09b0e24ffb0b 100644
--- a/devel/py-typer/distinfo
+++ b/devel/py-typer/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1768625701
-SHA256 (typer-0.21.1.tar.gz) = ea835607cd752343b6b2b7ce676893e5a0324082268b48f27aa058bdb7d2145d
-SIZE (typer-0.21.1.tar.gz) = 110371
+TIMESTAMP = 1771421660
+SHA256 (typer-0.24.0.tar.gz) = f9373dc4eff901350694f519f783c29b6d7a110fc0dcc11b1d7e353b85ca6504
+SIZE (typer-0.24.0.tar.gz) = 118380
diff --git a/devel/py-typer/files/patch-pyproject.toml b/devel/py-typer/files/patch-pyproject.toml
index 9cd870f3aa99..ee226823cb76 100644
--- a/devel/py-typer/files/patch-pyproject.toml
+++ b/devel/py-typer/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig	2025-12-19 16:48:42 UTC
+--- pyproject.toml.orig	2026-02-16 22:08:46 UTC
 +++ pyproject.toml
 @@ -6,10 +6,7 @@ name = "typer"
  
@@ -12,3 +12,12 @@
  dynamic = []
  description = "Typer, build great CLIs. Easy to code. Based on Python type hints."
  authors = [
+@@ -37,7 +34,7 @@ dependencies = [
+     "Programming Language :: Python :: 3.14",
+ ]
+ dependencies = [
+-    "click >= 8.2.1",
++    "click >= 8.0.0",
+     "shellingham >=1.3.0",
+     "rich >=12.3.0",
+     "annotated-doc >=0.0.2",


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69af1049.1eaa8.2f9fe98c>