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.12.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28b84f5541f5
branches:  trunk
changeset: 313929:28b84f5541f5
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Oct 14 16:00:29 2018 +0000

description:
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:

 net/py-scp/Makefile |   4 ++--
 net/py-scp/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 3c043e27d571 -r 28b84f5541f5 net/py-scp/Makefile
--- a/net/py-scp/Makefile       Sun Oct 14 12:21:16 2018 +0000
+++ b/net/py-scp/Makefile       Sun Oct 14 16:00:29 2018 +0000
@@ -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 -r 3c043e27d571 -r 28b84f5541f5 net/py-scp/distinfo
--- a/net/py-scp/distinfo       Sun Oct 14 12:21:16 2018 +0000
+++ b/net/py-scp/distinfo       Sun Oct 14 16:00:29 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index