Bug 176662 - [PATCH] devel/py-fabric: update to 1.6.0
Summary: [PATCH] devel/py-fabric: update to 1.6.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Kubilay Kocak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-05 12:10 UTC by William Grzybowski
Modified: 2013-03-18 11:20 UTC (History)
0 users

See Also:


Attachments
py-fabric.patch (1002 bytes, patch)
2013-03-05 12:10 UTC, William Grzybowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description William Grzybowski 2013-03-05 12:10:00 UTC
	Update to 1.6.0
	Changes: http://docs.fabfile.org/en/1.6/changelog.html
	Redport: https://redports.org/buildarchive/20130305115200-13604/
	Depends on PR ports/176661

Fix: See attached patch
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-05 12:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->koobs

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 William Grzybowski 2013-03-12 13:44:40 UTC
The dependent PR has already been committed. This can go ahead ;)

Thanks

-- 
William Grzybowski
------------------------------------------
Curitiba/PR - Brasil
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2013-03-18 07:16:23 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-03-18 11:12:31 UTC
Author: koobs
Date: Mon Mar 18 07:12:43 2013
New Revision: 314533
URL: http://svnweb.freebsd.org/changeset/ports/314533

Log:
  - Update to 1.6.0
  - Fix COMMENT according to standards
  - Update py-paramiko version requirement
  - Fix nosetests TEST_DEPENDS line
  
  Changes: http://docs.fabfile.org/en/1.6/changelog.html
  
  Approved by:	rm (mentor)
  PR:		ports/176662

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

Modified: head/devel/py-fabric/Makefile
==============================================================================
--- head/devel/py-fabric/Makefile	Mon Mar 18 06:55:42 2013	(r314532)
+++ head/devel/py-fabric/Makefile	Mon Mar 18 07:12:43 2013	(r314533)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fabric
-PORTVERSION=	1.5.1
+PORTVERSION=	1.6.0
 PORTEPOCH=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
@@ -10,11 +10,11 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	${PYDISTUTILS_PKGNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
 
 MAINTAINER=	koobs@FreeBSD.org
-COMMENT=	A simple pythonic remote deployment tool
+COMMENT=	Simple pythonic remote deployment tool
 
 LICENSE=	BSD
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}paramiko>=1.9.0:${PORTSDIR}/security/py-paramiko
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}paramiko>=1.10.0:${PORTSDIR}/security/py-paramiko
 
 OPTIONS_DEFINE=	TESTS
 TESTS_DESC=	Install tools for unit testing
@@ -32,7 +32,7 @@ PYDISTUTILS_PKGNAME=	${PORTNAME:C/f/F/}
 
 TEST_DEPENDS:=	${RUN_DEPENDS} \
 		${PYTHON_PKGNAMEPREFIX}fudge>0:${PORTSDIR}/devel/py-fudge \
-		nosetests>=0:${PORTSDIR}/devel/py-nose
+		nosetests:${PORTSDIR}/devel/py-nose
 
 regression-test: build
 	@cd ${WRKSRC} && nosetests

Modified: head/devel/py-fabric/distinfo
==============================================================================
--- head/devel/py-fabric/distinfo	Mon Mar 18 06:55:42 2013	(r314532)
+++ head/devel/py-fabric/distinfo	Mon Mar 18 07:12:43 2013	(r314533)
@@ -1,2 +1,2 @@
-SHA256 (Fabric-1.5.1.tar.gz) = 81b67886b539ecaa952925e2c821eff3bf95e26ae0c70d5058d3b67fc400367e
-SIZE (Fabric-1.5.1.tar.gz) = 209128
+SHA256 (Fabric-1.6.0.tar.gz) = 6e326603a0b2f9b8cb7283e3c6dea1d22216c97a274bdab30ed9c8a41e1d996e
+SIZE (Fabric-1.6.0.tar.gz) = 215790
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"