Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jul 2017 10:05:35 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r445866 - head/devel/py-fabric
Message-ID:  <201707151005.v6FA5ZE8083524@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Sat Jul 15 10:05:35 2017
New Revision: 445866
URL: https://svnweb.freebsd.org/changeset/ports/445866

Log:
  devel/py-fabric: Update to 1.13.2
  
  - Switch paramiko1 to paramiko (2.x) in RUN_DEPENDS, it is now supported [1]
  
  Changelog:
  
    http://www.fabfile.org/changelog.html
  
  [1] https://github.com/fabric/fabric/issues/1461
  > Description of fields to fill in above:                     76 columns --|
  > PR:                       If and which Problem Report is related.
  > Submitted by:             If someone else sent in the change.
  > Reported by:              If someone else reported the issue.
  > Reviewed by:              If someone else reviewed your modification.
  > Approved by:              If you needed approval for this commit.
  > Obtained from:            If the change is from a third party.
  > MFC after:                N [day[s]|week[s]|month[s]].  Request a reminder email.
  > MFH:                      Ports tree branch name.  Request approval for merge.
  > Relnotes:                 Set to 'yes' for mention in release notes.
  > Security:                 Vulnerability reference (one per line) or description.
  > Sponsored by:             If the change was sponsored by an organization.
  > Differential Revision:    https://reviews.freebsd.org/D### (*full* phabric URL needed).
  > Empty fields above will be automatically removed.
  
  M    py-fabric/Makefile
  M    py-fabric/distinfo

Modified:
  head/devel/py-fabric/Makefile
  head/devel/py-fabric/distinfo

Modified: head/devel/py-fabric/Makefile
==============================================================================
--- head/devel/py-fabric/Makefile	Sat Jul 15 10:04:13 2017	(r445865)
+++ head/devel/py-fabric/Makefile	Sat Jul 15 10:05:35 2017	(r445866)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fabric
-PORTVERSION=	1.12.0
-PORTREVISION=	1
+PORTVERSION=	1.13.2
 PORTEPOCH=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
@@ -16,7 +15,7 @@ COMMENT=	Simple, Pythonic remote execution and deploym
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}paramiko1>=1.10:security/py-paramiko1
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}paramiko>=1.10:security/py-paramiko
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose \
 		${PYTHON_PKGNAMEPREFIX}fudge>0:devel/py-fudge \
 		${PYTHON_PKGNAMEPREFIX}Jinja2>=0.6:devel/py-Jinja2

Modified: head/devel/py-fabric/distinfo
==============================================================================
--- head/devel/py-fabric/distinfo	Sat Jul 15 10:04:13 2017	(r445865)
+++ head/devel/py-fabric/distinfo	Sat Jul 15 10:05:35 2017	(r445866)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1470375907
-SHA256 (Fabric-1.12.0.tar.gz) = fafa17d69a15fd6ae5f82d28acbf90e1bf15e3d7438fbf0e8691868164c0e9dc
-SIZE (Fabric-1.12.0.tar.gz) = 232840
+TIMESTAMP = 1500111944
+SHA256 (Fabric-1.13.2.tar.gz) = 98af64a1fe19d9c6a229265aec4e9fdaf3127ac2000db3e2e19007927b23244d
+SIZE (Fabric-1.13.2.tar.gz) = 219507



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