diff options
Diffstat (limited to 'www/py-starlette')
-rw-r--r-- | www/py-starlette/Makefile | 8 | ||||
-rw-r--r-- | www/py-starlette/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/py-starlette/Makefile b/www/py-starlette/Makefile index 1aa3c6da0d18..6982b2c7de79 100644 --- a/www/py-starlette/Makefile +++ b/www/py-starlette/Makefile @@ -1,5 +1,5 @@ PORTNAME= starlette -PORTVERSION= 0.46.2 +PORTVERSION= 0.47.3 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -7,7 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Lightweight ASGI framework/toolkit WWW= https://www.starlette.io/ \ - https://github.com/encode/starlette + https://github.com/Kludex/starlette LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md @@ -32,8 +32,8 @@ FULL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}itsdangerous>=0:security/py-itsdangerou .include <bsd.port.pre.mk> -.if ${PYTHON_REL} < 31000 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.10.0:devel/py-typing-extensions@${PY_FLAVOR} +.if ${PYTHON_REL} < 31300 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.10.0:devel/py-typing-extensions@${PY_FLAVOR} .endif .include <bsd.port.post.mk> diff --git a/www/py-starlette/distinfo b/www/py-starlette/distinfo index 6f69dcfa78f0..0b6ba333ceab 100644 --- a/www/py-starlette/distinfo +++ b/www/py-starlette/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745178110 -SHA256 (starlette-0.46.2.tar.gz) = 7f7361f34eed179294600af672f565727419830b54b7b084efe44bb82d2fccd5 -SIZE (starlette-0.46.2.tar.gz) = 2580846 +TIMESTAMP = 1757120876 +SHA256 (starlette-0.47.3.tar.gz) = 6bc94f839cc176c4858894f1f8908f0ab79dfec1a6b8402f6da9be26ebea52e9 +SIZE (starlette-0.47.3.tar.gz) = 2584144 |