svn commit: r502434 - branches/2019Q2/devel/py-fabric

Kubilay Kocak koobs at FreeBSD.org
Fri May 24 09:05:39 UTC 2019


Author: koobs
Date: Fri May 24 09:05:37 2019
New Revision: 502434
URL: https://svnweb.freebsd.org/changeset/ports/502434

Log:
  MFH: r499452 devel/py-fabric: Update to 1.14.1
  
    - Rejig test invocation to exclude a test that hangs
    - Update pkg-descr WWW to https://, where it redirects to
  
  Changelog:
  
    https://www.fabfile.org/changelog-v1.html
  
  PR:		235194
  Submitted by:	Dani <i.dani outlook com>
  
  Approved by:	ports-secteam (blanket: bugfix release(s))

Modified:
  branches/2019Q2/devel/py-fabric/Makefile
  branches/2019Q2/devel/py-fabric/distinfo
  branches/2019Q2/devel/py-fabric/pkg-descr
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/devel/py-fabric/Makefile
==============================================================================
--- branches/2019Q2/devel/py-fabric/Makefile	Fri May 24 09:02:50 2019	(r502433)
+++ branches/2019Q2/devel/py-fabric/Makefile	Fri May 24 09:05:37 2019	(r502434)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fabric
-PORTVERSION=	1.13.2
+PORTVERSION=	1.14.1
 PORTEPOCH=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
@@ -15,17 +15,18 @@ COMMENT=	Simple, Pythonic remote execution and deploym
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}paramiko>=1.10:security/py-paramiko@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}paramiko>=1.10:security/py-paramiko@${PY_FLAVOR} # <3.0
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}fudge>0:devel/py-fudge@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}Jinja2>=0.6:devel/py-Jinja2@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR}
 
 USES=		python:2.7
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	distutils concurrent autoplist
 
 NO_ARCH=	yes
 
 do-test:
-	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
+	@cd ${WRKSRC} && ${PYTHON_CMD} -m nose -v \
+		--exclude=test_nested_execution_with_explicit_ports
 
 .include <bsd.port.mk>

Modified: branches/2019Q2/devel/py-fabric/distinfo
==============================================================================
--- branches/2019Q2/devel/py-fabric/distinfo	Fri May 24 09:02:50 2019	(r502433)
+++ branches/2019Q2/devel/py-fabric/distinfo	Fri May 24 09:05:37 2019	(r502434)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1500111944
-SHA256 (Fabric-1.13.2.tar.gz) = 98af64a1fe19d9c6a229265aec4e9fdaf3127ac2000db3e2e19007927b23244d
-SIZE (Fabric-1.13.2.tar.gz) = 219507
+TIMESTAMP = 1554010618
+SHA256 (Fabric-1.14.1.tar.gz) = 66097883bb3e5beecacae92b82b2bd489d10a8fd4f06ce1cb27019de2e6d76a8
+SIZE (Fabric-1.14.1.tar.gz) = 220463

Modified: branches/2019Q2/devel/py-fabric/pkg-descr
==============================================================================
--- branches/2019Q2/devel/py-fabric/pkg-descr	Fri May 24 09:02:50 2019	(r502433)
+++ branches/2019Q2/devel/py-fabric/pkg-descr	Fri May 24 09:05:37 2019	(r502434)
@@ -7,4 +7,4 @@ of servers in parallel or serially. These commands are
 This is called remote automation, and the primary use case is deploying
 applications to multiple similar hosts.
 
-WWW: http://fabfile.org
+WWW: https://www.fabfile.org


More information about the svn-ports-branches mailing list