git: ec0ec148cded - main - www/py-httpx: Update to 0.24.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Apr 2023 18:09:27 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ec0ec148cded2af2b6e9bae6f5c3e81b571322af commit ec0ec148cded2af2b6e9bae6f5c3e81b571322af Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-18 17:58:05 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-18 18:00:58 +0000 www/py-httpx: Update to 0.24.0 Changes: https://github.com/encode/httpx/releases --- www/py-httpx/Makefile | 5 +---- www/py-httpx/distinfo | 6 +++--- www/py-httpx/files/patch-pyproject.toml | 11 ----------- 3 files changed, 4 insertions(+), 18 deletions(-) diff --git a/www/py-httpx/Makefile b/www/py-httpx/Makefile index d7b6e5701c31..1644db4a81ae 100644 --- a/www/py-httpx/Makefile +++ b/www/py-httpx/Makefile @@ -1,6 +1,5 @@ PORTNAME= httpx -PORTVERSION= 0.23.3 -PORTREVISION= 4 +PORTVERSION= 0.24.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,13 +11,11 @@ WWW= https://github.com/encode/httpx LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md -# idna is from rfc3986[idna2008] BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-fancy-pypi-readme>=0:devel/py-hatch-fancy-pypi-readme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httpcore>=0.15.0<0.18.0:www/py-httpcore@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}idna>=0:dns/py-idna@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}rfc3986>=1.3,1<2,1:www/py-rfc3986@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sniffio>=0:devel/py-sniffio@${PY_FLAVOR} USES= cpe python:3.7+ diff --git a/www/py-httpx/distinfo b/www/py-httpx/distinfo index c07083133cf9..eea6cbc94767 100644 --- a/www/py-httpx/distinfo +++ b/www/py-httpx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674590064 -SHA256 (httpx-0.23.3.tar.gz) = 9818458eb565bb54898ccb9b8b251a28785dd4a55afbc23d0eb410754fe7d0f9 -SIZE (httpx-0.23.3.tar.gz) = 77527 +TIMESTAMP = 1681052996 +SHA256 (httpx-0.24.0.tar.gz) = 507d676fc3e26110d41df7d35ebd8b3b8585052450f4097401c9be59d928c63e +SIZE (httpx-0.24.0.tar.gz) = 81136 diff --git a/www/py-httpx/files/patch-pyproject.toml b/www/py-httpx/files/patch-pyproject.toml deleted file mode 100644 index 73fabfcc2213..000000000000 --- a/www/py-httpx/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- pyproject.toml.orig 2020-02-02 00:00:00 UTC -+++ pyproject.toml -@@ -29,7 +29,7 @@ classifiers = [ - ] - dependencies = [ - "certifi", -- "httpcore>=0.15.0,<0.17.0", -+ "httpcore>=0.15.0,<0.18.0", - "rfc3986[idna2008]>=1.3,<2", - "sniffio", - ]