git: b7023de3dae1 - main - www/py-fastapi: Update to 0.70.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Oct 2021 20:59:30 UTC
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=b7023de3dae1fe6505fa23b7034e9c6c9a912d4d commit b7023de3dae1fe6505fa23b7034e9c6c9a912d4d Author: Neel Chauhan <nc@FreeBSD.org> AuthorDate: 2021-10-11 20:59:11 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2021-10-11 20:59:26 +0000 www/py-fastapi: Update to 0.70.0 --- www/py-fastapi/Makefile | 2 +- www/py-fastapi/distinfo | 6 +++--- www/py-fastapi/files/patch-setup.py | 11 ----------- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/www/py-fastapi/Makefile b/www/py-fastapi/Makefile index 623d74424515..f666faac5e5a 100644 --- a/www/py-fastapi/Makefile +++ b/www/py-fastapi/Makefile @@ -1,5 +1,5 @@ PORTNAME= fastapi -PORTVERSION= 0.68.2 +PORTVERSION= 0.70.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-fastapi/distinfo b/www/py-fastapi/distinfo index 7856b5d252ec..4bb001b82134 100644 --- a/www/py-fastapi/distinfo +++ b/www/py-fastapi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1633533287 -SHA256 (fastapi-0.68.2.tar.gz) = 38526fc46bda73f7ec92033952677323c16061e70a91d15c95f18b11895da494 -SIZE (fastapi-0.68.2.tar.gz) = 6124966 +TIMESTAMP = 1633985906 +SHA256 (fastapi-0.70.0.tar.gz) = 66da43cfe5185ea1df99552acffd201f1832c6b364e0f4136c0a99f933466ced +SIZE (fastapi-0.70.0.tar.gz) = 6127551 diff --git a/www/py-fastapi/files/patch-setup.py b/www/py-fastapi/files/patch-setup.py deleted file mode 100644 index 4927af19ca7b..000000000000 --- a/www/py-fastapi/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 1970-01-01 00:00:00 UTC -+++ setup.py -@@ -15,7 +15,7 @@ package_data = \ - - install_requires = \ - ['starlette ==0.14.2', -- 'pydantic >=1.6.2,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<2.0.0'] -+ 'pydantic >=1.6.2,<2.0.0'] - - extras_require = \ - {'all': ['requests >=2.24.0,<3.0.0',