Created attachment 173305 [details] fabric-1.12.0.diff - Update to 1.12.0
@Li-Wen Approved to commit if/when it passes QA (poudriere, unittests)
(In reply to Kubilay Kocak from comment #1) I've tested in poudriere with 10.3 & 9.3 for amd64. The unittests results is the same with old version (1 error, 6 fails) I think we can upgrade to latest version for new features and fix.
+1
A commit references this bug: Author: lwhsu Date: Fri Oct 28 11:28:26 UTC 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) Changes: head/devel/py-fabric/Makefile head/devel/py-fabric/distinfo head/devel/py-fabric/files/patch-setup.py
The following error occurs after installing the port: [root@MagnumBOX ~]# fab -l Traceback (most recent call last): File "/usr/local/bin/fab", line 6, in <module> from pkg_resources import load_entry_point File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2991, in <module> @_call_aside File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2977, in _call_aside f(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3004, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 664, in _build_master return cls._build_from_requirements(__requires__) File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 677, in _build_from_requirements dists = ws.resolve(reqs, Environment()) File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 856, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'paramiko<2.0,>=1.10' distribution was not found and is required by Fabric The current version of security/py-paramiko is 2.0.0
(In reply to Simeon Simeonov from comment #5) checking
*** Bug 213893 has been marked as a duplicate of this bug. ***
Resolving regression in bug 213893