Subject: CVS commit: pkgsrc/net/py-smb
From: Adam Ciarcinski
Date: 2018-12-20 22:15:34
Message id: 20181220211535.025A1FB16@cvs.NetBSD.org

Log Message:
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.

Files:
RevisionActionfile
1.6modifypkgsrc/net/py-smb/Makefile
1.4modifypkgsrc/net/py-smb/PLIST
1.4modifypkgsrc/net/py-smb/distinfo