diff options
author | adam <adam@pkgsrc.org> | 2018-10-14 16:00:29 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-10-14 16:00:29 +0000 |
commit | 3f69e9710942c75f56655481479425bab743018c (patch) | |
tree | 0ac5a13ba33ec823762d901e19631d4168777026 /net | |
parent | 5241929c004cc1cbe50ae0070b34d6ef4772c806 (diff) | |
download | pkgsrc-3f69e9710942c75f56655481479425bab743018c.tar.gz |
py-scp: updated to 0.12.1
0.12.1:
Fix progress callback failing when it is an instance or class method
0.12.0:
Fix README.rst for PyPI
Add possibility of getting the peer IP and port from the progress callback
Make putfo() work with file-like objects that don't provide getvalue()
Diffstat (limited to 'net')
-rw-r--r-- | net/py-scp/Makefile | 4 | ||||
-rw-r--r-- | net/py-scp/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/py-scp/Makefile b/net/py-scp/Makefile index cb649fabfd2..b32bbff88a6 100644 --- a/net/py-scp/Makefile +++ b/net/py-scp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2018/08/15 11:15:15 adam Exp $ +# $NetBSD: Makefile,v 1.4 2018/10/14 16:00:29 adam Exp $ -DISTNAME= scp-0.11.0 +DISTNAME= scp-0.12.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=s/scp/} diff --git a/net/py-scp/distinfo b/net/py-scp/distinfo index 0ddc6bbef62..91fce37494e 100644 --- a/net/py-scp/distinfo +++ b/net/py-scp/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2018/08/15 11:15:15 adam Exp $ +$NetBSD: distinfo,v 1.3 2018/10/14 16:00:29 adam Exp $ -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 +SHA1 (scp-0.12.1.tar.gz) = 2a22ea4feea6c9c2755ece3e64617ddce6c9222b +RMD160 (scp-0.12.1.tar.gz) = 695a40f7a7c57d1f208659e6ecce7d34bb4ff2f9 +SHA512 (scp-0.12.1.tar.gz) = b0e3c7e78e540c8ddaec8010702d87fc73ab8094e0203f7c16cecf202f4fa1295c1b80213a586e2feedf06ce5074f1deb0a9d767b80cc7bc70e4d1515d1591e9 +Size (scp-0.12.1.tar.gz) = 11544 bytes |