Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Sep 2018 14:41:39 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480958 - head/security/py-paramiko
Message-ID:  <201809301441.w8UEfde6090985@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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