14
0

Accepting request 1040401 from devel:languages:python

- Update to version 1.10.1 
  * Raise the original BadNetworkName error if the server doesn't indicate it supports DFS or
    FSDriverRequired was raised trying to lookup the DFS information - #196
  * Fix pre auth session id tracking if the intermediate token messages return 0 as the session id

OBS-URL: https://build.opensuse.org/request/show/1040401
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-smbprotocol?expand=0&rev=18
This commit is contained in:
2022-12-06 13:23:11 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:40ef5aa26ad82867ffe858dbef06beaa78fdfaaa60b26a0c22048632be533e0c
size 188871

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:662818cd41138c031952a3eb66079ce4348d5848a3009c1dccee6f10764e0ed7
size 189238

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Dec 5 13:36:15 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 1.10.1
* Raise the original BadNetworkName error if the server doesn't indicate it supports DFS or
FSDriverRequired was raised trying to lookup the DFS information - #196
* Fix pre auth session id tracking if the intermediate token messages return 0 as the session id
-------------------------------------------------------------------
Sun Nov 6 20:32:55 UTC 2022 - Martin Hauke <mardnh@gmx.de>

View File

@@ -16,9 +16,8 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-smbprotocol
Version: 1.10.0
Version: 1.10.1
Release: 0
Summary: SMBv2/v3 client for Python 2 and 3
License: MIT
@@ -27,10 +26,11 @@ URL: https://github.com/jborean93/smbprotocol
#Source: https://files.pythonhosted.org/packages/source/s/smbprotocol/smbprotocol-%%{version}.tar.gz
Source: https://github.com/jborean93/smbprotocol/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: %{python_module cryptography >= 2.0}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pyspnego}
BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-cryptography >= 2.0
@@ -60,10 +60,10 @@ Features
%setup -q -n smbprotocol-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -74,6 +74,6 @@ Features
%doc CHANGELOG.md README.md
%{python_sitelib}/smbclient
%{python_sitelib}/smbprotocol
%{python_sitelib}/smbprotocol-%{version}-py%{python_version}.egg-info
%{python_sitelib}/smbprotocol-%{version}*-info
%changelog