Date: Sun, 23 Jan 2022 19:28:56 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: 42731ce8aee1 - main - www/py-httpx013: Allow build with py-rfc3986 2.0.0 Message-ID: <202201231928.20NJSuQX016615@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=42731ce8aee1cb0feec205fc0115b772dd60d839 commit 42731ce8aee1cb0feec205fc0115b772dd60d839 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-23 18:21:20 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-23 19:08:42 +0000 www/py-httpx013: Allow build with py-rfc3986 2.0.0 - Bump PORTREVISION for package change --- www/py-httpx013/Makefile | 4 ++-- www/py-httpx013/files/patch-setup.py | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/www/py-httpx013/Makefile b/www/py-httpx013/Makefile index 412bf666b825..88885071b67f 100644 --- a/www/py-httpx013/Makefile +++ b/www/py-httpx013/Makefile @@ -2,7 +2,7 @@ PORTNAME= httpx PORTVERSION= 0.13.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}hstspreload>=0:www/py-hstspreload@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httpcore>=0.9:www/py-httpcore@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}idna>=2.0<3:dns/py-idna@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}rfc3986>=1.3<2:www/py-rfc3986@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}rfc3986>=1.3:www/py-rfc3986@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sniffio>=0:devel/py-sniffio@${PY_FLAVOR} USES= python:3.7+ diff --git a/www/py-httpx013/files/patch-setup.py b/www/py-httpx013/files/patch-setup.py index 6346ee9dc13e..d581652ab06f 100644 --- a/www/py-httpx013/files/patch-setup.py +++ b/www/py-httpx013/files/patch-setup.py @@ -7,8 +7,9 @@ - "chardet==3.*", + "chardet>=3.0", "idna==2.*", - "rfc3986>=1.3,<2", +- "rfc3986>=1.3,<2", - "httpcore==0.9.*", ++ "rfc3986>=1.3", + "httpcore>=0.9", ], classifiers=[
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201231928.20NJSuQX016615>