Date: Wed, 29 Sep 2021 07:06:36 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b091cd1fd2fc - main - net-p2p/py-transmission-rpc: adjust min requests after 7d02ece23c1a Message-ID: <202109290706.18T76aai068750@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=b091cd1fd2fcb808e71f63f8b5cda7e26c0ae735 commit b091cd1fd2fcb808e71f63f8b5cda7e26c0ae735 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-09-29 07:03:29 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-09-29 07:06:19 +0000 net-p2p/py-transmission-rpc: adjust min requests after 7d02ece23c1a install_requires = \ ['requests>=2.23.0,<3.0.0', 'typing_extensions>=3.7.4.2,<4.0.0.0'] --- net-p2p/py-transmission-rpc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/py-transmission-rpc/Makefile b/net-p2p/py-transmission-rpc/Makefile index 54a6bbe47d8a..7d4921f826cd 100644 --- a/net-p2p/py-transmission-rpc/Makefile +++ b/net-p2p/py-transmission-rpc/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.2<4.0.0.0:devel/py-typing-extensions@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.22.0<3.0.0:www/py-requests@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}requests>=2.23.0<3.0.0:www/py-requests@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109290706.18T76aai068750>