View | Details | Raw Unified | Return to bug 211589
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	fabric
4
PORTNAME=	fabric
5
PORTVERSION=	1.10.2
5
PORTVERSION=	1.12.0
6
PORTEPOCH=	1
6
PORTEPOCH=	1
7
CATEGORIES=	devel python
7
CATEGORIES=	devel python
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (Fabric-1.10.2.tar.gz) = 666a3da92273532d3a49dd1ac53e3d721c5ec2f2512cd7dddb7ce19e29e9f038
1
TIMESTAMP = 1470375907
2
SIZE (Fabric-1.10.2.tar.gz) = 212942
2
SHA256 (Fabric-1.12.0.tar.gz) = fafa17d69a15fd6ae5f82d28acbf90e1bf15e3d7438fbf0e8691868164c0e9dc
3
SIZE (Fabric-1.12.0.tar.gz) = 232840
(-)files/patch-setup.py (-2 / +2 lines)
Lines 1-10 Link Here
1
--- setup.py.orig	2016-03-03 08:01:28 UTC
1
--- setup.py.orig	2016-05-08 21:11:49 UTC
2
+++ setup.py
2
+++ setup.py
3
@@ -45,7 +45,7 @@ setup(
3
@@ -45,7 +45,7 @@ setup(
4
     url='http://fabfile.org',
4
     url='http://fabfile.org',
5
     packages=find_packages(),
5
     packages=find_packages(),
6
     test_suite='nose.collector',
6
     test_suite='nose.collector',
7
-    tests_require=['nose', 'fudge<1.0', 'jinja2'],
7
-    tests_require=['nose<2.0', 'fudge<1.0', 'jinja2<3.0'],
8
+    tests_require=['nose', 'fudge', 'jinja2'],
8
+    tests_require=['nose', 'fudge', 'jinja2'],
9
     install_requires=install_requires,
9
     install_requires=install_requires,
10
     entry_points={
10
     entry_points={

Return to bug 211589