./net/py-smb, Experimental SMB/CIFS library written in Python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2.10, Package name: py312-smb-1.2.10, Maintainer: ryoon

pysmb is an experimental SMB/CIFS library written in Python. It
implements the client-side SMB/CIFS protocol (SMB1 and SMB2) which
allows your Python application to access and transfer files to/from
SMB/CIFS shared folders like your Windows file sharing and Samba
folders.


Required to run:
[devel/py-setuptools] [security/py-asn1] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 1312.59 KB

Version history: (Expand)


CVS history: (Expand)


   2024-10-20 18:20:40 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-smb: add missing tool dependency
   2024-10-14 15:45:15 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-smb: updated to 1.2.10

pysmb-1.2.10, 25 Sep 2024

- Fix a bug where the OperationFailure exceptions do not contain the error \ 
messages that were thrown when the exception occurred
- Update test cases to replace SafeConfigParser with ConfigParser
- Allow callers to override default tqdm kwargs
   2023-03-09 06:26:07 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-smb: not for Python 2.7
   2023-03-08 12:10:58 by Adam Ciarcinski | Files touched by this commit (1) | Package updated
Log message:
py-smb: update DEPENDS
   2023-03-08 12:09:35 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-smb: updated to 1.2.9.1

pysmb-1.2.9
- Add support for tqdm progress display
- Fix bug where timeout parameter was not passed to socket.createConnection()
   2022-07-10 23:12:35 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-smb: fix PLIST for python 2.x
   2022-07-05 14:58:09 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-smb: updated to 1.2.8

pysmb-1.2.8, 12 Jun 2022
========================
- Fix issue with listPath based on recommendation in #195
- Fix embedded MD4 algorithm
- Add SMB UTF-16 surrogate exception workaround policy
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS