From 5984add10084e335869cc10d5078824fa5ea8a65105be2c5b424fe70f7df209a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 20 Sep 2019 09:56:00 +0000 Subject: [PATCH] Accepting request 732010 from home:mnhauke - Update to version 0.2.0 * Fix issue where timeout was not being applied to the new connection * Fix various deprecated regex escape patterns * Simplified the fallback NTLM context object OBS-URL: https://build.opensuse.org/request/show/732010 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smbprotocol?expand=0&rev=7 --- python-smbprotocol-0.1.1.tar.gz | 3 --- python-smbprotocol-0.2.0.tar.gz | 3 +++ python-smbprotocol.changes | 9 +++++++++ python-smbprotocol.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 python-smbprotocol-0.1.1.tar.gz create mode 100644 python-smbprotocol-0.2.0.tar.gz diff --git a/python-smbprotocol-0.1.1.tar.gz b/python-smbprotocol-0.1.1.tar.gz deleted file mode 100644 index 2771fb5..0000000 --- a/python-smbprotocol-0.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:118985390a5a33487870a9691bf2d2afe145eabfc15b8fabe61a5fe706be21ea -size 94395 diff --git a/python-smbprotocol-0.2.0.tar.gz b/python-smbprotocol-0.2.0.tar.gz new file mode 100644 index 0000000..c5b8d95 --- /dev/null +++ b/python-smbprotocol-0.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dceb0880e2e1cb254e2eb2ba2d6ea527812c5e470e30386979fe8db6de89c3ec +size 95574 diff --git a/python-smbprotocol.changes b/python-smbprotocol.changes index 6d3901c..89b1652 100644 --- a/python-smbprotocol.changes +++ b/python-smbprotocol.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Sep 19 18:50:13 UTC 2019 - Martin Hauke + +- Update to version 0.2.0 + * Fix issue where timeout was not being applied to the new + connection + * Fix various deprecated regex escape patterns + * Simplified the fallback NTLM context object + ------------------------------------------------------------------- Thu Jan 3 01:57:40 UTC 2019 - Jan Engelhardt diff --git a/python-smbprotocol.spec b/python-smbprotocol.spec index 430e4d8..e4a2e88 100644 --- a/python-smbprotocol.spec +++ b/python-smbprotocol.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-smbprotocol -Version: 0.1.1 +Version: 0.2.0 Release: 0 Summary: SMBv2/v3 client for Python 2 and 3 License: MIT