pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/py-smb py-smb: updated to 1.1.25
details: https://anonhg.NetBSD.org/pkgsrc/rev/b6eebea18d78
branches: trunk
changeset: 316840:b6eebea18d78
user: adam <adam%pkgsrc.org@localhost>
date: Thu Dec 20 21:15:34 2018 +0000
description:
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:
net/py-smb/Makefile | 7 +++----
net/py-smb/PLIST | 12 ++++++------
net/py-smb/distinfo | 10 +++++-----
3 files changed, 14 insertions(+), 15 deletions(-)
diffs (57 lines):
diff -r cccf764341ed -r b6eebea18d78 net/py-smb/Makefile
--- a/net/py-smb/Makefile Thu Dec 20 21:14:45 2018 +0000
+++ b/net/py-smb/Makefile Thu Dec 20 21:15:34 2018 +0000
@@ -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 -r cccf764341ed -r b6eebea18d78 net/py-smb/PLIST
--- a/net/py-smb/PLIST Thu Dec 20 21:14:45 2018 +0000
+++ b/net/py-smb/PLIST Thu Dec 20 21:15:34 2018 +0000
@@ -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/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 -r cccf764341ed -r b6eebea18d78 net/py-smb/distinfo
--- a/net/py-smb/distinfo Thu Dec 20 21:14:45 2018 +0000
+++ b/net/py-smb/distinfo Thu Dec 20 21:15:34 2018 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index