pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-smb



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jan  7 09:13:13 UTC 2019

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

Log Message:
py-smb: updated to 1.1.26

Version 1.1.26:
Prevents OperationError from being raised when listPath() operation does not return any matching file results.
SMBConnection is now a context manager


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/py-smb/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/py-smb/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-smb/Makefile
diff -u pkgsrc/net/py-smb/Makefile:1.6 pkgsrc/net/py-smb/Makefile:1.7
--- pkgsrc/net/py-smb/Makefile:1.6      Thu Dec 20 21:15:34 2018
+++ pkgsrc/net/py-smb/Makefile  Mon Jan  7 09:13:13 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2018/12/20 21:15:34 adam Exp $
+# $NetBSD: Makefile,v 1.7 2019/01/07 09:13:13 adam Exp $
 
-DISTNAME=      pysmb-1.1.25
+DISTNAME=      pysmb-1.1.26
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    net python
 MASTER_SITES=  http://miketeo.net/files/Projects/pysmb/

Index: pkgsrc/net/py-smb/distinfo
diff -u pkgsrc/net/py-smb/distinfo:1.4 pkgsrc/net/py-smb/distinfo:1.5
--- pkgsrc/net/py-smb/distinfo:1.4      Thu Dec 20 21:15:34 2018
+++ pkgsrc/net/py-smb/distinfo  Mon Jan  7 09:13:13 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/12/20 21:15:34 adam Exp $
+$NetBSD: distinfo,v 1.5 2019/01/07 09:13:13 adam Exp $
 
-SHA1 (pysmb-1.1.25.zip) = ddc0d70ae2879e488413d38b9726b334f8540691
-RMD160 (pysmb-1.1.25.zip) = 2b78f788808e3e06fcfb7d62646089d46a0cb986
-SHA512 (pysmb-1.1.25.zip) = 174b69bcdbe3180d6119409861a411d246c68a5076c433fecd90dbdd534421f7a160cbb40de7fff13c40974f578e3012008adc7ab3cd66a97eca22220a7d7d99
-Size (pysmb-1.1.25.zip) = 1252896 bytes
+SHA1 (pysmb-1.1.26.zip) = 11bde9bcb5d00e33cc52456b2ed54ceec58c25cd
+RMD160 (pysmb-1.1.26.zip) = 2ed1ae395d5483cfba7c3ff25c11115f09dad776
+SHA512 (pysmb-1.1.26.zip) = 60b93824fdd74bcdb4fdcacca5f5cbefdc731e6949b681eee32d4c5491bc0f3d291dcc5af413a75791b9b4a238cbf203608506c221a6b6a7aeeb95e121b74828
+Size (pysmb-1.1.26.zip) = 1090086 bytes



Home | Main Index | Thread Index | Old Index