svn commit: r506065 - in head/security/py-paramiko: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jul 6 21:44:10 UTC 2019


Author: sunpoet
Date: Sat Jul  6 21:43:30 2019
New Revision: 506065
URL: https://svnweb.freebsd.org/changeset/ports/506065

Log:
  Update to 2.6.0
  
  - Update CONFLICTS_INSTALL: it does not conflict with py-paramiko1 of other python versions
  - Update WWW
  
  Changes:	https://www.paramiko.org/changelog.html
  PR:		238970
  Submitted by:	sunpoet (myself)
  Approved by:	sbz (maintainer)

Deleted:
  head/security/py-paramiko/files/
Modified:
  head/security/py-paramiko/Makefile
  head/security/py-paramiko/distinfo
  head/security/py-paramiko/pkg-descr

Modified: head/security/py-paramiko/Makefile
==============================================================================
--- head/security/py-paramiko/Makefile	Sat Jul  6 21:43:25 2019	(r506064)
+++ head/security/py-paramiko/Makefile	Sat Jul  6 21:43:30 2019	(r506065)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	paramiko
-PORTVERSION=	2.4.2
-PORTREVISION=	1
+PORTVERSION=	2.6.0
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +14,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 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}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}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
@@ -24,7 +23,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/p
 USES=		python
 USE_PYTHON=	autoplist distutils
 
-CONFLICTS_INSTALL=	py??-paramiko1-*
+CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}paramiko1
 NO_ARCH=		yes
 
 do-test:

Modified: head/security/py-paramiko/distinfo
==============================================================================
--- head/security/py-paramiko/distinfo	Sat Jul  6 21:43:25 2019	(r506064)
+++ head/security/py-paramiko/distinfo	Sat Jul  6 21:43:30 2019	(r506065)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1540138301
-SHA256 (paramiko-2.4.2.tar.gz) = a8975a7df3560c9f1e2b43dc54ebd40fd00a7017392ca5445ce7df409f900fcb
-SIZE (paramiko-2.4.2.tar.gz) = 1207299
+TIMESTAMP = 1561840239
+SHA256 (paramiko-2.6.0.tar.gz) = f4b2edfa0d226b70bd4ca31ea7e389325990283da23465d572ed1f70a7583041
+SIZE (paramiko-2.6.0.tar.gz) = 1018679

Modified: head/security/py-paramiko/pkg-descr
==============================================================================
--- head/security/py-paramiko/pkg-descr	Sat Jul  6 21:43:25 2019	(r506064)
+++ head/security/py-paramiko/pkg-descr	Sat Jul  6 21:43:30 2019	(r506065)
@@ -3,4 +3,4 @@ Emphasis is on using SSH2 as an alternative to SSL for
 connections between python scripts. All major ciphers and hash methods
 are supported. SFTP client and server mode are both supported too.
 
-WWW: http://www.paramiko.org/
+WWW: https://www.paramiko.org/


More information about the svn-ports-all mailing list