summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-12-20 21:15:34 +0000
committeradam <adam@pkgsrc.org>2018-12-20 21:15:34 +0000
commitdbdac7ef5f3f6cddeb1ac1faa1524e6ab734a64e (patch)
tree9ccceef1757500d9887dcd2b256b48af0ab7a685 /net
parentde8e17d73257749a99251bf2dae2f42593165dd1 (diff)
downloadpkgsrc-dbdac7ef5f3f6cddeb1ac1faa1524e6ab734a64e.tar.gz
py-smb: updated to 1.1.25
pysmb-1.1.25: - Fix buggy support for search parameter in listPath() method. Add SMB_FILE_ATTRIBUTE_INCL_NORMAL bit constant to include 'normal' files with other file types in the returned result. From now on, pysmb defines a 'normal' file as a file entry that is not read-only, not hidden, not system, not archive and not a directory; it ignores other attributes like compression, indexed, sparse, temporary and encryption. listPath() method will now include 'normal' files using the default search parameter. - Add isNormal property to SharedFile class to support test if the file is a 'normal' file (according to pysmb definition of 'normal' file). pysmb-1.1.24: - Improve listPath implementation for SMB1 - Support for STATUS_PENDING responses across all SMB2 operations.
Diffstat (limited to 'net')
-rw-r--r--net/py-smb/Makefile7
-rw-r--r--net/py-smb/PLIST12
-rw-r--r--net/py-smb/distinfo10
3 files changed, 14 insertions, 15 deletions
diff --git a/net/py-smb/Makefile b/net/py-smb/Makefile
index 83b34775fd1..1cc7c5173d9 100644
--- a/net/py-smb/Makefile
+++ b/net/py-smb/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2018/05/16 01:07:20 wen Exp $
-#
+# $NetBSD: Makefile,v 1.6 2018/12/20 21:15:34 adam Exp $
-DISTNAME= pysmb-1.1.23
+DISTNAME= pysmb-1.1.25
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
-CATEGORIES= net
+CATEGORIES= net python
MASTER_SITES= http://miketeo.net/files/Projects/pysmb/
EXTRACT_SUFX= .zip
diff --git a/net/py-smb/PLIST b/net/py-smb/PLIST
index e998ff826bb..23905d1a420 100644
--- a/net/py-smb/PLIST
+++ b/net/py-smb/PLIST
@@ -1,4 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2018/05/16 01:07:20 wen Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/12/20 21:15:34 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/nmb/NetBIOS.py
${PYSITELIB}/nmb/NetBIOS.pyc
${PYSITELIB}/nmb/NetBIOS.pyo
@@ -20,11 +25,6 @@ ${PYSITELIB}/nmb/nmb_structs.pyo
${PYSITELIB}/nmb/utils.py
${PYSITELIB}/nmb/utils.pyc
${PYSITELIB}/nmb/utils.pyo
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/smb/SMBConnection.py
${PYSITELIB}/smb/SMBConnection.pyc
${PYSITELIB}/smb/SMBConnection.pyo
diff --git a/net/py-smb/distinfo b/net/py-smb/distinfo
index b64b3faca3a..2ba10e4ed35 100644
--- a/net/py-smb/distinfo
+++ b/net/py-smb/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/05/16 01:07:20 wen Exp $
+$NetBSD: distinfo,v 1.4 2018/12/20 21:15:34 adam Exp $
-SHA1 (pysmb-1.1.23.zip) = b7eb338b584758b255f9263d14b2e01cf764d628
-RMD160 (pysmb-1.1.23.zip) = e863dc2a8cda80bed1530f054760456234c44d08
-SHA512 (pysmb-1.1.23.zip) = 84743d732debaec2d42abc900ff3de5ad4f1b7bee0b8d5648313b6352580bb86f2c66b148965ec9e4a1f8e6c52bef8b7b670e0efa6a115096134f0e510ab71c7
-Size (pysmb-1.1.23.zip) = 2148875 bytes
+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