git: da0b5f3d6995 - main - www/py-uvicorn: Update to 0.21.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 17:39:24 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=da0b5f3d6995264e2b9b0fa742fe105808c8f756 commit da0b5f3d6995264e2b9b0fa742fe105808c8f756 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:20:53 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:31:01 +0000 www/py-uvicorn: Update to 0.21.1 - Update WWW and clean up pkg-descr Changes: https://github.com/encode/uvicorn/releases --- www/py-uvicorn/Makefile | 6 +++--- www/py-uvicorn/distinfo | 6 +++--- www/py-uvicorn/pkg-descr | 2 -- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/www/py-uvicorn/Makefile b/www/py-uvicorn/Makefile index a24a306cc966..8e9bf5e66f72 100644 --- a/www/py-uvicorn/Makefile +++ b/www/py-uvicorn/Makefile @@ -1,13 +1,13 @@ PORTNAME= uvicorn -PORTVERSION= 0.20.0 -PORTREVISION= 2 +PORTVERSION= 0.21.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Lightning-fast ASGI server -WWW= https://www.uvicorn.org/ +WWW= https://www.uvicorn.org/ \ + https://github.com/encode/uvicorn LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/www/py-uvicorn/distinfo b/www/py-uvicorn/distinfo index cc8a1074f052..0f7d208d259e 100644 --- a/www/py-uvicorn/distinfo +++ b/www/py-uvicorn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669058013 -SHA256 (uvicorn-0.20.0.tar.gz) = a4e12017b940247f836bc90b72e725d7dfd0c8ed1c51eb365f5ba30d9f5127d8 -SIZE (uvicorn-0.20.0.tar.gz) = 36809 +TIMESTAMP = 1679498856 +SHA256 (uvicorn-0.21.1.tar.gz) = 0fac9cb342ba099e0d582966005f3fdba5b0290579fed4a6266dc702ca7bb032 +SIZE (uvicorn-0.21.1.tar.gz) = 37176 diff --git a/www/py-uvicorn/pkg-descr b/www/py-uvicorn/pkg-descr index 07b336519a60..d385bc2fbb76 100644 --- a/www/py-uvicorn/pkg-descr +++ b/www/py-uvicorn/pkg-descr @@ -8,5 +8,3 @@ asyncio frameworks. Uvicorn currently supports HTTP/1.1 and WebSockets. Support for HTTP/2 is planned. - -See also: https://github.com/encode/uvicorn