diff --git a/python-smbprotocol-1.10.0.tar.gz b/python-smbprotocol-1.10.0.tar.gz new file mode 100644 index 0000000..71b477e --- /dev/null +++ b/python-smbprotocol-1.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ef5aa26ad82867ffe858dbef06beaa78fdfaaa60b26a0c22048632be533e0c +size 188871 diff --git a/python-smbprotocol-1.9.0.tar.gz b/python-smbprotocol-1.9.0.tar.gz deleted file mode 100644 index 46facf6..0000000 --- a/python-smbprotocol-1.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:106bf75bd9923dd54b607f3324d437110a5ff1bb3d02d8ca69421356c71fcd41 -size 187463 diff --git a/python-smbprotocol.changes b/python-smbprotocol.changes index 7d7aae8..0c37e5a 100644 --- a/python-smbprotocol.changes +++ b/python-smbprotocol.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Nov 6 20:32:55 UTC 2022 - Martin Hauke + +- Update to version 1.10.0 + * Allow server side copy across different shares on the same + server. + * Improve DFS file opens. + * Fix rename operations for a DFS path. + * Fix negotiate request context padding. + ------------------------------------------------------------------- Fri Oct 21 13:19:59 UTC 2022 - pgajdos@suse.com diff --git a/python-smbprotocol.spec b/python-smbprotocol.spec index 160f08c..2d9b79e 100644 --- a/python-smbprotocol.spec +++ b/python-smbprotocol.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-smbprotocol -Version: 1.9.0 +Version: 1.10.0 Release: 0 Summary: SMBv2/v3 client for Python 2 and 3 License: MIT @@ -72,6 +72,8 @@ Features %files %{python_files} %license LICENSE %doc CHANGELOG.md README.md -%{python_sitelib}/* +%{python_sitelib}/smbclient +%{python_sitelib}/smbprotocol +%{python_sitelib}/smbprotocol-%{version}-py%{python_version}.egg-info %changelog