Bug 211589 - devel/py-fabric: update to 1.12.0
Summary: devel/py-fabric: update to 1.12.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Li-Wen Hsu
URL:
Keywords: easy, patch
Depends on:
Blocks:
 
Reported: 2016-08-05 06:21 UTC by Li-Wen Hsu
Modified: 2016-10-30 01:12 UTC (History)
2 users (show)

See Also:
koobs: maintainer-feedback+


Attachments
fabric-1.12.0.diff (1.37 KB, patch)
2016-08-05 06:21 UTC, Li-Wen Hsu
koobs: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Li-Wen Hsu freebsd_committer freebsd_triage 2016-08-05 06:21:24 UTC
Created attachment 173305 [details]
fabric-1.12.0.diff

- Update to 1.12.0
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2016-08-05 06:32:16 UTC
@Li-Wen Approved to commit if/when it passes QA (poudriere, unittests)
Comment 2 Li-Wen Hsu freebsd_committer freebsd_triage 2016-08-05 06:43:05 UTC
(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.
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2016-08-05 07:15:56 UTC
+1
Comment 4 commit-hook freebsd_committer freebsd_triage 2016-10-28 11:29:19 UTC
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
Comment 5 Simeon Simeonov 2016-10-29 18:03:57 UTC
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
Comment 6 Li-Wen Hsu freebsd_committer freebsd_triage 2016-10-29 18:12:23 UTC
(In reply to Simeon Simeonov from comment #5)
checking
Comment 7 Simeon Simeonov 2016-10-29 18:17:12 UTC
*** Bug 213893 has been marked as a duplicate of this bug. ***
Comment 8 Kubilay Kocak freebsd_committer freebsd_triage 2016-10-30 01:12:11 UTC
Resolving regression in bug 213893