diff options
author | adam <adam@pkgsrc.org> | 2019-01-07 09:13:13 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-01-07 09:13:13 +0000 |
commit | 85812d642446addda1a0f3349be1dadefe6878c3 (patch) | |
tree | bb2e747e8dbfbce0a02d6c778c066459dc422af4 /net/py-smb | |
parent | e7a5baf9fbc57ba76b954035e45d00f2709176e1 (diff) | |
download | pkgsrc-85812d642446addda1a0f3349be1dadefe6878c3.tar.gz |
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
Diffstat (limited to 'net/py-smb')
-rw-r--r-- | net/py-smb/Makefile | 4 | ||||
-rw-r--r-- | net/py-smb/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/py-smb/Makefile b/net/py-smb/Makefile index 1cc7c5173d9..a5f550bc76b 100644 --- a/net/py-smb/Makefile +++ b/net/py-smb/Makefile @@ -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/ diff --git a/net/py-smb/distinfo b/net/py-smb/distinfo index 2ba10e4ed35..947c43253eb 100644 --- a/net/py-smb/distinfo +++ b/net/py-smb/distinfo @@ -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 |