14
0
forked from pool/python-pysmbc

- Update to 1.0.18:

+ New in 1.0.18:
    * Support Fix memleak for auth_fn #32
    * Support readinto #31
  + New in 1.0.17:
    * Support buffer protocol #30
    * exceptions: use a shared superclass #28
    * setup: autodetect required library dirs #27

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysmbc?expand=0&rev=7
This commit is contained in:
2020-01-06 04:03:36 +00:00
committed by Git OBS Bridge
parent 9e3bb9061e
commit 969c492604
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Jan 6 03:56:31 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.0.18:
+ New in 1.0.18:
* Support Fix memleak for auth_fn #32
* Support readinto #31
+ New in 1.0.17:
* Support buffer protocol #30
* exceptions: use a shared superclass #28
* setup: autodetect required library dirs #27
-------------------------------------------------------------------
Mon Jul 22 14:55:40 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>