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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc649fa527f5
branches:  trunk
changeset: 456355:dc649fa527f5
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jul 26 17:35:59 2021 +0000

description:
py-scp: updated to 0.13.6

0.13.6 (2021-07-09)
- Fix put when the source directory has a trailing slash. It will now work similarly to rsync, copying the contents of the directory.

0.13.5 (2021-06-28)
- Fix extra space sent in SSH command-line for `get()`, causing issues on some servers

0.13.4 (2021-06-08)
- Add `scp_command` attribute, allowing changing the command run on the server (for example to `sudo scp`)

diffstat:

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

diffs (27 lines):

diff -r bff36ea3ee69 -r dc649fa527f5 net/py-scp/Makefile
--- a/net/py-scp/Makefile       Mon Jul 26 17:34:11 2021 +0000
+++ b/net/py-scp/Makefile       Mon Jul 26 17:35:59 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2020/12/09 16:51:17 adam Exp $
+# $NetBSD: Makefile,v 1.9 2021/07/26 17:35:59 adam Exp $
 
-DISTNAME=      scp-0.13.3
+DISTNAME=      scp-0.13.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/scp/}
diff -r bff36ea3ee69 -r dc649fa527f5 net/py-scp/distinfo
--- a/net/py-scp/distinfo       Mon Jul 26 17:34:11 2021 +0000
+++ b/net/py-scp/distinfo       Mon Jul 26 17:35:59 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2020/12/09 16:51:17 adam Exp $
+$NetBSD: distinfo,v 1.8 2021/07/26 17:35:59 adam Exp $
 
-SHA1 (scp-0.13.3.tar.gz) = 69c92bf48efad3243a790839a1acd28c452dd48b
-RMD160 (scp-0.13.3.tar.gz) = 718cf1b5a53419f14e419353aeecd63cc65be4d0
-SHA512 (scp-0.13.3.tar.gz) = 063bb22eabc6dbe5c75b10bc39f5c08c3f30a7b540d0b9f278460c62c211625ff839ae3a0b8ae2b78cd323d32130e9d06ab7d805d4b494fff35645afeb589ad2
-Size (scp-0.13.3.tar.gz) = 11657 bytes
+SHA1 (scp-0.13.6.tar.gz) = 04968c393627eb880912d5b4dc8de4cbd38e900c
+RMD160 (scp-0.13.6.tar.gz) = 2f018fa35ae7b909d71bf0c024fba9ce41cfe121
+SHA512 (scp-0.13.6.tar.gz) = 4635b6075580755b7fb73b830c1a36c2fa4e3ed3f2f499909a84ca73b3f7221c6c25161d1cd66159643a33c2b18deb109278c6b92d97bdf6cc4545d86bd59dc8
+Size (scp-0.13.6.tar.gz) = 11955 bytes



Home | Main Index | Thread Index | Old Index