Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 1c394de37f | |||
| 27c6da330a | |||
| 8a611f6911 | |||
| 47fc5bfe4e |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0c16c1502d269369f7b45a29ed331fd7bbf6319022b13b5b7a11609b477b8f79
|
|
||||||
size 190586
|
|
||||||
3
python-smbprotocol-1.15.0.tar.gz
Normal file
3
python-smbprotocol-1.15.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:af81861d2dc4698c49e3d965348c240f711a6d9dba4b0d1e15bd299ec2480d88
|
||||||
|
size 191844
|
||||||
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 11 22:08:22 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Update to version 1.15.0
|
||||||
|
* Fix Impacket logoff session id check.
|
||||||
|
* Update session id logic.
|
||||||
|
* Add smbclient.liststreams to enumerate ADS streams.
|
||||||
|
* Add some type annotations, most notably to smbclient.open_file
|
||||||
|
* Add Python 3.13 support.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 10 19:02:11 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Update to version 1.14.0
|
||||||
|
* type information of SMBDirEntryInformation.last_write_time set
|
||||||
|
to datetime.
|
||||||
|
* Customizable receive timeout for SMB Connection
|
||||||
|
* Dropped support for Python 3.7
|
||||||
|
* SMBDirEntryInformation.last_write_time is now annotated as
|
||||||
|
datetime.datetime. Previously, it was datetime.date.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 21 17:34:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Thu Mar 21 17:34:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -17,13 +17,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-smbprotocol
|
Name: python-smbprotocol
|
||||||
Version: 1.13.0
|
Version: 1.15.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SMBv2/v3 client for Python 2 and 3
|
Summary: SMBv2/v3 client for Python 2 and 3
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/jborean93/smbprotocol
|
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
|
Source: https://github.com/jborean93/smbprotocol/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module cryptography >= 2.0}
|
BuildRequires: %{python_module cryptography >= 2.0}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
|
|||||||
Reference in New Issue
Block a user