14
0

Accepting request 1033883 from home:mnhauke

- 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.

OBS-URL: https://build.opensuse.org/request/show/1033883
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smbprotocol?expand=0&rev=31
This commit is contained in:
2022-11-07 10:18:10 +00:00
committed by Git OBS Bridge
parent 41e89a711f
commit b026f0cf1d
4 changed files with 17 additions and 5 deletions

View File

@@ -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