From owner-svn-ports-all@freebsd.org Sun Sep 30 14:41:40 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6401210C19B2; Sun, 30 Sep 2018 14:41:40 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 08308857D8; Sun, 30 Sep 2018 14:41:40 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0307E13A7D; Sun, 30 Sep 2018 14:41:40 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8UEfdXV090986; Sun, 30 Sep 2018 14:41:39 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8UEfde6090985; Sun, 30 Sep 2018 14:41:39 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201809301441.w8UEfde6090985@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sun, 30 Sep 2018 14:41:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480958 - head/security/py-paramiko X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: head/security/py-paramiko X-SVN-Commit-Revision: 480958 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2018 14:41:40 -0000 Author: miwi Date: Sun Sep 30 14:41:39 2018 New Revision: 480958 URL: https://svnweb.freebsd.org/changeset/ports/480958 Log: - Update to 2.4.1 - Removed option EXAMPLES as there are no more examples that are installed. - Removed concurrent keyword from USE_PYTHON - Added NO_ARCH - Added dependencies for test target Changes by upstream: - https://github.com/paramiko/paramiko/compare/2.4.0...2.4.1 PR: 231090 Submitted by: freebsd_ports@k-worx.org Approved by: maintainer timeout Sponsored by: iXsystems Inc. Modified: head/security/py-paramiko/Makefile head/security/py-paramiko/distinfo Modified: head/security/py-paramiko/Makefile ============================================================================== --- head/security/py-paramiko/Makefile Sun Sep 30 14:39:35 2018 (r480957) +++ head/security/py-paramiko/Makefile Sun Sep 30 14:41:39 2018 (r480958) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= paramiko -PORTVERSION= 2.4.0 +PORTVERSION= 2.4.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,18 +13,17 @@ COMMENT= Python SSH2 protocol library LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcrypt>0:security/py-bcrypt@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyasn1>0:devel/py-pyasn1@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pynacl>0:security/py-pynacl@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcrypt>=3.1.3:security/py-bcrypt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cryptography>=1.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} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES?= python -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist distutils CONFLICTS_INSTALL= py??-paramiko1-* - -OPTIONS_DEFINE= EXAMPLES +NO_ARCH= yes do-test: extract @(cd ${WRKSRC} && ${PYTHON_CMD} -m unittest discover .) Modified: head/security/py-paramiko/distinfo ============================================================================== --- head/security/py-paramiko/distinfo Sun Sep 30 14:39:35 2018 (r480957) +++ head/security/py-paramiko/distinfo Sun Sep 30 14:41:39 2018 (r480958) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516478224 -SHA256 (paramiko-2.4.0.tar.gz) = 486f637f0a33a4792e0e567be37426c287efaa8c4c4a45e3216f9ce7fd70b1fc -SIZE (paramiko-2.4.0.tar.gz) = 1324783 +TIMESTAMP = 1534011769 +SHA256 (paramiko-2.4.1.tar.gz) = 33e36775a6c71790ba7692a73f948b329cf9295a72b0102144b031114bd2a4f3 +SIZE (paramiko-2.4.1.tar.gz) = 1490565