diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-12-10 21:59:45 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-12-10 21:59:45 +0000 |
commit | 18272a70c21ba9b27f2a41298042338a38f07b13 (patch) | |
tree | 0ca999455da3921a3e6805d309cbfe752cb099a7 /security/py-asyncssh | |
parent | Update to 0.13.2 (diff) |
Update to 2.4.2
Changes: https://github.com/ronf/asyncssh/blob/master/docs/changes.rst
PR: 250337
Submitted by: pi
Notes
Notes:
svn path=/head/; revision=557685
Diffstat (limited to 'security/py-asyncssh')
-rw-r--r-- | security/py-asyncssh/Makefile | 9 | ||||
-rw-r--r-- | security/py-asyncssh/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/security/py-asyncssh/Makefile b/security/py-asyncssh/Makefile index 4f4b95434e95..9515009a5188 100644 --- a/security/py-asyncssh/Makefile +++ b/security/py-asyncssh/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= asyncssh -PORTVERSION= 1.16.1 -PORTREVISION= 2 +PORTVERSION= 2.4.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +12,10 @@ COMMENT= Asynchronous SSHv2 client and server library LICENSE= EPL LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.6.1:security/py-cryptography@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.8:security/py-cryptography@${PY_FLAVOR} -USES= python:3.4+ -USE_PYTHON= autoplist distutils +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/security/py-asyncssh/distinfo b/security/py-asyncssh/distinfo index a24f9b197a6b..e14c88940c69 100644 --- a/security/py-asyncssh/distinfo +++ b/security/py-asyncssh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1578727848 -SHA256 (asyncssh-1.16.1.tar.gz) = b9e4612daed054725d658726dda7dfdd9f9deb711102e874d197c326bc0a2a62 -SIZE (asyncssh-1.16.1.tar.gz) = 323419 +TIMESTAMP = 1607539983 +SHA256 (asyncssh-2.4.2.tar.gz) = 1c4a697d05a5e3d8d16ea18526115e84d8f015ba4c8b721a0d84062b6b244ef4 +SIZE (asyncssh-2.4.2.tar.gz) = 409792 |