pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-scp



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jul 26 17:35:59 UTC 2021

Modified Files:
        pkgsrc/net/py-scp: Makefile distinfo

Log Message:
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`)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/py-scp/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/py-scp/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-scp/Makefile
diff -u pkgsrc/net/py-scp/Makefile:1.8 pkgsrc/net/py-scp/Makefile:1.9
--- pkgsrc/net/py-scp/Makefile:1.8      Wed Dec  9 16:51:17 2020
+++ pkgsrc/net/py-scp/Makefile  Mon Jul 26 17:35:59 2021
@@ -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/}

Index: pkgsrc/net/py-scp/distinfo
diff -u pkgsrc/net/py-scp/distinfo:1.7 pkgsrc/net/py-scp/distinfo:1.8
--- pkgsrc/net/py-scp/distinfo:1.7      Wed Dec  9 16:51:17 2020
+++ pkgsrc/net/py-scp/distinfo  Mon Jul 26 17:35:59 2021
@@ -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