pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-scp py-scp: updated to 0.11.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/36ba2264352a
branches:  trunk
changeset: 311613:36ba2264352a
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Aug 15 11:15:15 2018 +0000

description:
py-scp: updated to 0.11.0

0.11.0:
Add putfo() method, allowing one to upload a file-like object
Add top-level get() and put() functions for convenience
Increase default socket time from 5 to 10 seconds

diffstat:

 net/py-scp/Makefile |  8 ++++----
 net/py-scp/distinfo |  9 +++++----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r 4a7015ba63c6 -r 36ba2264352a net/py-scp/Makefile
--- a/net/py-scp/Makefile       Wed Aug 15 10:54:45 2018 +0000
+++ b/net/py-scp/Makefile       Wed Aug 15 11:15:15 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/10/16 11:37:21 adam Exp $
+# $NetBSD: Makefile,v 1.3 2018/08/15 11:15:15 adam Exp $
 
-DISTNAME=      scp-0.10.2
+DISTNAME=      scp-0.11.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/scp/}
@@ -10,9 +10,9 @@
 COMMENT=       Send and receive files with scp
 LICENSE=       gnu-lgpl-v2.1
 
-USE_LANGUAGES= # none
+DEPENDS+=      ${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko
 
-DEPENDS+=      ${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko
+USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 4a7015ba63c6 -r 36ba2264352a net/py-scp/distinfo
--- a/net/py-scp/distinfo       Wed Aug 15 10:54:45 2018 +0000
+++ b/net/py-scp/distinfo       Wed Aug 15 11:15:15 2018 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/06/07 09:43:15 he Exp $
+$NetBSD: distinfo,v 1.2 2018/08/15 11:15:15 adam Exp $
 
-SHA1 (scp-0.10.2.tar.gz) = 1dad2243baaef07ed6d29b1e7db141b36cc57d08
-RMD160 (scp-0.10.2.tar.gz) = 3fd7533adab08f4e1ffe4f7300f06e695a4c9b0e
-Size (scp-0.10.2.tar.gz) = 6230 bytes
+SHA1 (scp-0.11.0.tar.gz) = 561f75c8234f4286b5acade75cc509366a5a8778
+RMD160 (scp-0.11.0.tar.gz) = 8043c3fc5eff8a315d11015767fd98f5dc93d197
+SHA512 (scp-0.11.0.tar.gz) = 71d5c31a27ce9c14525e4277e6b0bdc210c3580224a3fc1d8375c446f0753f838ec303861d8978700142fb4065104f6bf2aad38975b2e1731b5a03d7f9cb4e09
+Size (scp-0.11.0.tar.gz) = 10238 bytes



Home | Main Index | Thread Index | Old Index