K 10 svn:author V 5 koobs K 8 svn:date V 27 2014-06-13T08:58:18.991866Z K 7 svn:log V 513 devel/py-fabric: Update to 1.8.4, fix w/ paramiko > 1.13 - Update to 1.8.4 (containing fix for paramiko > 1.13) - Tweak RUN_DEPENDS on paramiko to match version string in setup.py Changes: * Enhance setup.py to allow Paramiko 1.13+ under Python 2.6+. [1] * Treat paths that begin with tilde "~" as absolute lute paths instead of relative. [2] [1] https://github.com/fabric/fabric/issues/1105 [2] https://github.com/fabric/fabric/issues/898 PR: 190856 Reported by: blackmore at pichove dot org END