Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Oct 2016 11:28:25 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424825 - in head/devel/py-fabric: . files
Message-ID:  <201610281128.u9SBSPvO000817@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Fri Oct 28 11:28:25 2016
New Revision: 424825
URL: https://svnweb.freebsd.org/changeset/ports/424825

Log:
  - Update to 1.12.0
  
  PR:		211589
  Submitted by:	lwhsu
  Approved by:	koobs (maintainer)

Modified:
  head/devel/py-fabric/Makefile
  head/devel/py-fabric/distinfo
  head/devel/py-fabric/files/patch-setup.py

Modified: head/devel/py-fabric/Makefile
==============================================================================
--- head/devel/py-fabric/Makefile	Fri Oct 28 11:10:26 2016	(r424824)
+++ head/devel/py-fabric/Makefile	Fri Oct 28 11:28:25 2016	(r424825)
@@ -2,12 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	fabric
-PORTVERSION=	1.10.2
+PORTVERSION=	1.12.0
 PORTEPOCH=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	${PORTNAME:C/f/F/}-${DISTVERSION}
+DISTNAME=	Fabric-${DISTVERSION}
 
 MAINTAINER=	koobs@FreeBSD.org
 COMMENT=	Simple, Pythonic remote execution and deployment

Modified: head/devel/py-fabric/distinfo
==============================================================================
--- head/devel/py-fabric/distinfo	Fri Oct 28 11:10:26 2016	(r424824)
+++ head/devel/py-fabric/distinfo	Fri Oct 28 11:28:25 2016	(r424825)
@@ -1,2 +1,3 @@
-SHA256 (Fabric-1.10.2.tar.gz) = 666a3da92273532d3a49dd1ac53e3d721c5ec2f2512cd7dddb7ce19e29e9f038
-SIZE (Fabric-1.10.2.tar.gz) = 212942
+TIMESTAMP = 1470375907
+SHA256 (Fabric-1.12.0.tar.gz) = fafa17d69a15fd6ae5f82d28acbf90e1bf15e3d7438fbf0e8691868164c0e9dc
+SIZE (Fabric-1.12.0.tar.gz) = 232840

Modified: head/devel/py-fabric/files/patch-setup.py
==============================================================================
--- head/devel/py-fabric/files/patch-setup.py	Fri Oct 28 11:10:26 2016	(r424824)
+++ head/devel/py-fabric/files/patch-setup.py	Fri Oct 28 11:28:25 2016	(r424825)
@@ -1,10 +1,10 @@
---- setup.py.orig	2016-03-03 08:01:28 UTC
+--- setup.py.orig	2016-05-08 21:11:49 UTC
 +++ setup.py
 @@ -45,7 +45,7 @@ setup(
      url='http://fabfile.org',
      packages=find_packages(),
      test_suite='nose.collector',
--    tests_require=['nose', 'fudge<1.0', 'jinja2'],
+-    tests_require=['nose<2.0', 'fudge<1.0', 'jinja2<3.0'],
 +    tests_require=['nose', 'fudge', 'jinja2'],
      install_requires=install_requires,
      entry_points={



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