Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jan 2018 20:11:21 +0000 (UTC)
From:      Sofian Brabez <sbz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459547 - head/security/py-paramiko
Message-ID:  <201801202011.w0KKBLZ8091918@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbz
Date: Sat Jan 20 20:11:21 2018
New Revision: 459547
URL: https://svnweb.freebsd.org/changeset/ports/459547

Log:
  - Update to 2.4.0

Modified:
  head/security/py-paramiko/Makefile
  head/security/py-paramiko/distinfo

Modified: head/security/py-paramiko/Makefile
==============================================================================
--- head/security/py-paramiko/Makefile	Sat Jan 20 20:08:15 2018	(r459546)
+++ head/security/py-paramiko/Makefile	Sat Jan 20 20:11:21 2018	(r459547)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	paramiko
-PORTVERSION=	2.3.1
+PORTVERSION=	2.4.0
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -27,6 +27,6 @@ CONFLICTS_INSTALL=	py??-paramiko1-*
 OPTIONS_DEFINE=	EXAMPLES
 
 do-test: extract
-	@(cd ${WRKSRC} && ${PYTHON_CMD} test.py)
+	@(cd ${WRKSRC} && ${PYTHON_CMD} -m unittest discover .)
 
 .include <bsd.port.mk>

Modified: head/security/py-paramiko/distinfo
==============================================================================
--- head/security/py-paramiko/distinfo	Sat Jan 20 20:08:15 2018	(r459546)
+++ head/security/py-paramiko/distinfo	Sat Jan 20 20:11:21 2018	(r459547)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1506598600
-SHA256 (paramiko-2.3.1.tar.gz) = fa6b4f5c9d88f27c60fd9578146ff24e99d4b9f63391ff1343305bfd766c4660
-SIZE (paramiko-2.3.1.tar.gz) = 1244407
+TIMESTAMP = 1516478224
+SHA256 (paramiko-2.4.0.tar.gz) = 486f637f0a33a4792e0e567be37426c287efaa8c4c4a45e3216f9ce7fd70b1fc
+SIZE (paramiko-2.4.0.tar.gz) = 1324783



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801202011.w0KKBLZ8091918>