Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2021 03:52:11 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: ff4f42f1a83d - main - devel/py-typer: Update to 0.4.0
Message-ID:  <202109210352.18L3qBUP033985@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=ff4f42f1a83de48977f95b0e24c63c0d437cf77b

commit ff4f42f1a83de48977f95b0e24c63c0d437cf77b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-09-21 03:12:58 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-09-21 03:44:44 +0000

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

diff --git a/devel/py-typer/Makefile b/devel/py-typer/Makefile
index 1ef691b5a809..1b1b87dabfe6 100644
--- a/devel/py-typer/Makefile
+++ b/devel/py-typer/Makefile
@@ -1,7 +1,7 @@
 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 
 PORTNAME=	typer
-PORTVERSION=	0.3.2
+PORTVERSION=	0.4.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ COMMENT=	Library for building CLI applications
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=7.1.1<7.2.0:devel/py-click@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=7.1.1<9.0.0:devel/py-click@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
diff --git a/devel/py-typer/distinfo b/devel/py-typer/distinfo
index 2a9d1f79d453..891db92cf6c5 100644
--- a/devel/py-typer/distinfo
+++ b/devel/py-typer/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1624630040
-SHA256 (typer-0.3.2.tar.gz) = 5455d750122cff96745b0dec87368f56d023725a7ebc9d2e54dd23dc86816303
-SIZE (typer-0.3.2.tar.gz) = 206705
+TIMESTAMP = 1632037162
+SHA256 (typer-0.4.0.tar.gz) = 63c3aeab0549750ffe40da79a1b524f60e08a2cbc3126c520ebf2eeaf507f5dd
+SIZE (typer-0.4.0.tar.gz) = 218979



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