14
0

Accepting request 755933 from home:mnhauke

- Update to version 1.0.1
  * Fix issue when reading a large file that exceeds 65KB and
    raises STATUS_END_OF_FILE.
  * Fix issue where listdir, scandir, walk would only enumerate a
    subset of entries in a directories with lots of sub files/
    folders

OBS-URL: https://build.opensuse.org/request/show/755933
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smbprotocol?expand=0&rev=12
This commit is contained in:
2019-12-18 15:19:52 +00:00
committed by Git OBS Bridge
parent 7da2ffd675
commit a523a1ca69
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2dcd6e1c66c91d1b662ffcd74e511c09f6975daffa02994ea6418376b9687fd4
size 159836

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e03296995e89f82524f20654113e531f7133d113382e6078c418bbc0edd80fb4
size 160249

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Dec 11 20:00:41 UTC 2019 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.0.1
* Fix issue when reading a large file that exceeds 65KB and
raises STATUS_END_OF_FILE.
* Fix issue where listdir, scandir, walk would only enumerate a
subset of entries in a directories with lots of sub files/
folders
-------------------------------------------------------------------
Sat Nov 30 10:49:03 UTC 2019 - Martin Hauke <mardnh@gmx.de>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-smbprotocol
Version: 1.0.0
Version: 1.0.1
Release: 0
Summary: SMBv2/v3 client for Python 2 and 3
License: MIT