14
0

Accepting request 1223192 from home:mnhauke

- Update to version 1.14.0
  * type information of SMBDirEntryInformation.last_write_time set
    to datetime.
  * Customizable receive timeout for SMB Connection
  * Dropped support for Python 3.7
  * SMBDirEntryInformation.last_write_time is now annotated as
    datetime.datetime. Previously, it was datetime.date.

OBS-URL: https://build.opensuse.org/request/show/1223192
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smbprotocol?expand=0&rev=44
This commit is contained in:
2024-11-11 11:37:38 +00:00
committed by Git OBS Bridge
parent 374986af06
commit 47fc5bfe4e
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Nov 10 19:02:11 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.14.0
* type information of SMBDirEntryInformation.last_write_time set
to datetime.
* Customizable receive timeout for SMB Connection
* Dropped support for Python 3.7
* SMBDirEntryInformation.last_write_time is now annotated as
datetime.datetime. Previously, it was datetime.date.
-------------------------------------------------------------------
Thu Mar 21 17:34:50 UTC 2024 - Dirk Müller <dmueller@suse.com>