Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 May 2023 16:13:42 GMT
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: b6df6e0c6b81 - main - devel/py-typer: Update to 0.9.0
Message-ID:  <202305071613.347GDgEq040658@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit b6df6e0c6b815bd4f1781e3dbe0b138c0fe9fc67
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-05-07 16:03:58 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-05-07 16:03:58 +0000

    devel/py-typer: Update to 0.9.0
    
    Changes:        https://github.com/tiangolo/typer/releases
---
 devel/py-typer/Makefile | 5 +++--
 devel/py-typer/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/devel/py-typer/Makefile b/devel/py-typer/Makefile
index 62e90e13dba7..4d41bde536dd 100644
--- a/devel/py-typer/Makefile
+++ b/devel/py-typer/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	typer
-PORTVERSION=	0.8.0
+PORTVERSION=	0.9.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,8 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flit-core>=2<4:devel/py-flit-core@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=7.1.1<9.0.0:devel/py-click@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=7.1.1<9.0.0:devel/py-click@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.3:devel/py-typing-extensions@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/devel/py-typer/distinfo b/devel/py-typer/distinfo
index c162fcb6d20b..0f2991d56dbc 100644
--- a/devel/py-typer/distinfo
+++ b/devel/py-typer/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1683048852
-SHA256 (typer-0.8.0.tar.gz) = 7442b3a4369c8352b8bb684d04558b278b80fa92ae5d5760eb42c2f27c71f044
-SIZE (typer-0.8.0.tar.gz) = 256731
+TIMESTAMP = 1683227633
+SHA256 (typer-0.9.0.tar.gz) = 50922fd79aea2f4751a8e0408ff10d2662bd0c8bbfa84755a699f3bada2978b2
+SIZE (typer-0.9.0.tar.gz) = 273985



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305071613.347GDgEq040658>