Date: Fri, 20 May 2022 19:46:36 GMT From: Sofian Brabez <sbz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1b67ae77ee77 - main - security/py-paramiko: update to 2.11.0 Message-ID: <202205201946.24KJkaim048039@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sbz: URL: https://cgit.FreeBSD.org/ports/commit/?id=1b67ae77ee7706ae523e5e6faafaf44bb6cef125 commit 1b67ae77ee7706ae523e5e6faafaf44bb6cef125 Author: Sofian Brabez <sbz@FreeBSD.org> AuthorDate: 2022-05-20 19:16:01 +0000 Commit: Sofian Brabez <sbz@FreeBSD.org> CommitDate: 2022-05-20 19:45:20 +0000 security/py-paramiko: update to 2.11.0 --- security/py-paramiko/Makefile | 11 ++++++----- security/py-paramiko/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/security/py-paramiko/Makefile b/security/py-paramiko/Makefile index e86d3fba6c70..a874f1a5fa8d 100644 --- a/security/py-paramiko/Makefile +++ b/security/py-paramiko/Makefile @@ -1,7 +1,7 @@ # Created by: Ulf Lilleengen PORTNAME= paramiko -PORTVERSION= 2.10.3 +PORTVERSION= 2.11.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,21 +9,22 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sbz@FreeBSD.org COMMENT= Python SSH2 protocol library -LICENSE= GPLv2 +LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcrypt>=3.1.3:security/py-bcrypt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cryptography>=2.5:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.7:devel/py-pyasn1@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pynacl>=1.0.1:security/py-pynacl@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pynacl>=1.0.1:security/py-pynacl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}gssapi>=1.4.1:security/py-gssapi@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-relaxed>=0:devel/py-pytest-relaxed@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}invoke>=0:devel/py-invoke@${PY_FLAVOR} -USES= cpe python:3.6+ pytest:4 +USES= cpe python:3.7+ pytest:4 USE_PYTHON= autoplist distutils PYTEST_ARGS= -p no:relaxed -NO_ARCH= yes +NO_ARCH= yes .include <bsd.port.mk> diff --git a/security/py-paramiko/distinfo b/security/py-paramiko/distinfo index 39639a375a56..67c625e65e55 100644 --- a/security/py-paramiko/distinfo +++ b/security/py-paramiko/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1647957917 -SHA256 (paramiko-2.10.3.tar.gz) = ddb1977853aef82804b35d72a0e597b244fa326c404c350bd00c5b01dbfee71a -SIZE (paramiko-2.10.3.tar.gz) = 1076913 +TIMESTAMP = 1653072884 +SHA256 (paramiko-2.11.0.tar.gz) = 003e6bee7c034c21fbb051bf83dc0a9ee4106204dd3c53054c71452cc4ec3938 +SIZE (paramiko-2.11.0.tar.gz) = 1075390
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205201946.24KJkaim048039>