Summary: | devel/py-fabric: Fails to run: Requires paramiko < 2.0, port has >= 2.0.0 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Simeon Simeonov <sgs> | ||||
Component: | Individual Port(s) | Assignee: | Li-Wen Hsu <lwhsu> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Many People | CC: | koobs, sbz | ||||
Priority: | --- | Keywords: | regression | ||||
Version: | Latest | Flags: | koobs:
maintainer-feedback+
|
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214379 | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 214379 | ||||||
Attachments: |
|
Description
Simeon Simeonov
2016-10-29 18:09:44 UTC
*** This bug has been marked as a duplicate of bug 211589 *** Not a duplicate, bug 211589 was for the update, this is for the regression after the fact. Assign last committer for resolution Created attachment 176312 [details]
fabric.diff
(In reply to Li-Wen Hsu from comment #3) I think the fastest way to solve this is adding security/py-paramiko1 and change the dependency of devel/py-fabric . How do you think of this? I think that it is definitely the fastest solution. I don't have any better suggestions myself. Another possibility is run the test suite with >= 2.0.0 to see if it passes to prove function. If so, patch the dependency to >= 2.0.0 only and submit a PR/issue upstream for them to not lock it to major versions, but instead latest versions all the time to get in front of potential issues (In reply to Kubilay Kocak from comment #6) After some research, I found this might be risky: http://bitprophet.org/blog/2016/04/23/paramiko-2.0-is-coming/ https://github.com/fabric/fabric/issues/1461 So I suggest adding security/py-paramiko1 for now. Let's do it! A commit references this bug: Author: lwhsu Date: Tue Nov 8 05:46:17 UTC 2016 New revision: 425685 URL: https://svnweb.freebsd.org/changeset/ports/425685 Log: Add security/py-paramiko1, for ports that require paramiko 1.x PR: 213893 Changes: head/security/Makefile head/security/py-paramiko1/ head/security/py-paramiko1/Makefile head/security/py-paramiko1/distinfo A commit references this bug: Author: lwhsu Date: Tue Nov 8 05:48:03 UTC 2016 New revision: 425687 URL: https://svnweb.freebsd.org/changeset/ports/425687 Log: - Use security/py-paramiko1 PR: 213893 Changes: head/devel/py-fabric/Makefile |