Date: Sun, 5 Feb 2023 16:04:44 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: f838cfa09617 - main - www/py-httpx: Allow build with py-rich 13.0.0+ Message-ID: <202302051604.315G4iKV057816@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=f838cfa09617e8ee6750c861142fa8c286679fbf commit f838cfa09617e8ee6750c861142fa8c286679fbf Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-02-05 15:29:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-02-05 15:50:09 +0000 www/py-httpx: Allow build with py-rich 13.0.0+ - Bump PORTREVISION for package change Reference: https://github.com/encode/httpx/commit/7c53d99da8351eea5ff71e1fa829e1d2e9727c0d Reported by: Burns, Tyler <tburns@hrsd.com> --- www/py-httpx/Makefile | 3 ++- www/py-httpx/files/setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/www/py-httpx/Makefile b/www/py-httpx/Makefile index 7ddd99c87189..6ed38a81b5a1 100644 --- a/www/py-httpx/Makefile +++ b/www/py-httpx/Makefile @@ -1,5 +1,6 @@ PORTNAME= httpx PORTVERSION= 0.23.3 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -34,7 +35,7 @@ HTTP2_DESC= HTTP/2 support BROTLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}brotli>=0:archivers/py-brotli@${PY_FLAVOR} CLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8<9:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=2<3:textproc/py-pygments@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}rich>=10<13:textproc/py-rich@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}rich>=10<14:textproc/py-rich@${PY_FLAVOR} HTTP2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h2>=3<5:www/py-h2@${PY_FLAVOR} SOCKS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}socksio>=1<2:net/py-socksio@${PY_FLAVOR} diff --git a/www/py-httpx/files/setup.py b/www/py-httpx/files/setup.py index 70f589e821c8..4e5969a32aa8 100644 --- a/www/py-httpx/files/setup.py +++ b/www/py-httpx/files/setup.py @@ -38,7 +38,7 @@ setup( 'cli': [ 'click==8.*', 'pygments==2.*', - 'rich<13,>=10', + 'rich<14,>=10', ], 'http2': [ 'h2<5,>=3',
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302051604.315G4iKV057816>