14
0

Accepting request 1223449 from home:mnhauke

- Update to version 1.15.0
  * Fix Impacket logoff session id check.
  * Update session id logic.
  * Add smbclient.liststreams to enumerate ADS streams.
  * Add some type annotations, most notably to smbclient.open_file
  * Add Python 3.13 support.

OBS-URL: https://build.opensuse.org/request/show/1223449
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smbprotocol?expand=0&rev=46
This commit is contained in:
2024-11-12 01:24:20 +00:00
committed by Git OBS Bridge
parent 47fc5bfe4e
commit 27c6da330a
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Nov 11 22:08:22 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.15.0
* Fix Impacket logoff session id check.
* Update session id logic.
* Add smbclient.liststreams to enumerate ADS streams.
* Add some type annotations, most notably to smbclient.open_file
* Add Python 3.13 support.
-------------------------------------------------------------------
Sun Nov 10 19:02:11 UTC 2024 - Martin Hauke <mardnh@gmx.de>