Date: Sat, 7 May 2022 00:46:15 GMT From: Wen Heping <wen@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b9cefec4a456 - main - www/py-fastapi: Update to 0.76.0 Message-ID: <202205070046.2470kF0q084460@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=b9cefec4a456771e57efb5ad1638b02539fef5eb commit b9cefec4a456771e57efb5ad1638b02539fef5eb Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2022-05-07 00:44:58 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2022-05-07 00:44:58 +0000 www/py-fastapi: Update to 0.76.0 --- www/py-fastapi/Makefile | 6 +++--- www/py-fastapi/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/py-fastapi/Makefile b/www/py-fastapi/Makefile index f13dd4448039..be5b09f744b8 100644 --- a/www/py-fastapi/Makefile +++ b/www/py-fastapi/Makefile @@ -1,5 +1,5 @@ PORTNAME= fastapi -PORTVERSION= 0.75.2 +PORTVERSION= 0.76.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +10,8 @@ COMMENT= High-performance Python API Framework LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydantic>0:devel/py-pydantic@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}starlette>0:www/py-starlette@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydantic>=1.6.2:devel/py-pydantic@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}starlette>=0.18.0:www/py-starlette@${PY_FLAVOR} USES= cpe python:3.6+ CPE_VENDOR= ${PORTNAME}_project diff --git a/www/py-fastapi/distinfo b/www/py-fastapi/distinfo index 74c223f894f5..10492391d4cd 100644 --- a/www/py-fastapi/distinfo +++ b/www/py-fastapi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1650667637 -SHA256 (fastapi-0.75.2.tar.gz) = b5dac161ee19d33346040d3f44d8b7a9ac09b37df9efff95891f5e7641fa482f -SIZE (fastapi-0.75.2.tar.gz) = 6833509 +TIMESTAMP = 1651882185 +SHA256 (fastapi-0.76.0.tar.gz) = a5f99f6e827c7108a8efaf1d7f19d6cf2d735ad984f5e44d33ccec6ee88a7da1 +SIZE (fastapi-0.76.0.tar.gz) = 6855878
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205070046.2470kF0q084460>