git: b091cd1fd2fc - main - net-p2p/py-transmission-rpc: adjust min requests after 7d02ece23c1a

Jan Beich jbeich at FreeBSD.org
Wed Sep 29 07:06:36 UTC 2021


The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b091cd1fd2fcb808e71f63f8b5cda7e26c0ae735

commit b091cd1fd2fcb808e71f63f8b5cda7e26c0ae735
Author:     Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-09-29 07:03:29 +0000
Commit:     Jan Beich <jbeich at 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


More information about the dev-commits-ports-main mailing list