diff --git a/python-smbprotocol-1.8.3.tar.gz b/python-smbprotocol-1.8.3.tar.gz deleted file mode 100644 index bfc5df3..0000000 --- a/python-smbprotocol-1.8.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1ffd881dc09a1f974fd6e92a722af2cd66ffa7c9f8c295981e4aa7e3cba14e5 -size 187484 diff --git a/python-smbprotocol-1.9.0.tar.gz b/python-smbprotocol-1.9.0.tar.gz new file mode 100644 index 0000000..46facf6 --- /dev/null +++ b/python-smbprotocol-1.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:106bf75bd9923dd54b607f3324d437110a5ff1bb3d02d8ca69421356c71fcd41 +size 187463 diff --git a/python-smbprotocol.changes b/python-smbprotocol.changes index 2d37896..5aa021a 100644 --- a/python-smbprotocol.changes +++ b/python-smbprotocol.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Oct 7 16:09:45 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 1.9.0 + * Fix connection cache reuse for some DFS referral requests + * Add smbclient.path to the smbclient import allowing import smbclient; smbclient.path.func() + ------------------------------------------------------------------- Thu Nov 18 21:49:52 UTC 2021 - Martin Hauke diff --git a/python-smbprotocol.spec b/python-smbprotocol.spec index 88ea107..364387f 100644 --- a/python-smbprotocol.spec +++ b/python-smbprotocol.spec @@ -1,7 +1,7 @@ # # spec file for package python-smbprotocol # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-smbprotocol -Version: 1.8.3 +Version: 1.9.0 Release: 0 Summary: SMBv2/v3 client for Python 2 and 3 License: MIT