Date: Wed, 27 Nov 2024 02:41:14 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: 3b5023ef06ab - main - www/py-uvicorn: Update to 0.32.1 Message-ID: <202411270241.4AR2fExP019984@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=3b5023ef06ab6919dfb4337981d764028a535c27 commit 3b5023ef06ab6919dfb4337981d764028a535c27 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-11-27 02:35:06 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-11-27 02:35:06 +0000 www/py-uvicorn: Update to 0.32.1 Changes: https://github.com/encode/uvicorn/releases --- www/py-uvicorn/Makefile | 4 ++-- www/py-uvicorn/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www/py-uvicorn/Makefile b/www/py-uvicorn/Makefile index f54b7584d497..a3c9410a946f 100644 --- a/www/py-uvicorn/Makefile +++ b/www/py-uvicorn/Makefile @@ -1,5 +1,5 @@ PORTNAME= uvicorn -PORTVERSION= 0.32.0 +PORTVERSION= 0.32.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,7 +26,7 @@ CPE_VENDOR= encode OPTIONS_DEFINE= STANDARD STANDARD_DESC= Standard extra requirements -STANDARD_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httptools>=0.5.0:www/py-httptools@${PY_FLAVOR} \ +STANDARD_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httptools>=0.6.3:www/py-httptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dotenv>=0.13:www/py-python-dotenv@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=5.1:devel/py-pyyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uvloop>=0.14.0:devel/py-uvloop@${PY_FLAVOR} \ diff --git a/www/py-uvicorn/distinfo b/www/py-uvicorn/distinfo index 222c331d8557..2c8080056c95 100644 --- a/www/py-uvicorn/distinfo +++ b/www/py-uvicorn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1729594480 -SHA256 (uvicorn-0.32.0.tar.gz) = f78b36b143c16f54ccdb8190d0a26b5f1901fe5a3c777e1ab29f26391af8551e -SIZE (uvicorn-0.32.0.tar.gz) = 77564 +TIMESTAMP = 1732260970 +SHA256 (uvicorn-0.32.1.tar.gz) = ee9519c246a72b1c084cea8d3b44ed6026e78a4a309cbedae9c37e4cb9fbb175 +SIZE (uvicorn-0.32.1.tar.gz) = 77630
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411270241.4AR2fExP019984>