forked from pool/python-redfish
Accepting request 1135608 from devel:languages:python
- update to 3.2.1: * Added 'timeout' and 'max_retry' parameters to all REST methods * Added exception to the method when a response contains a message indicating a password change is required * Adding missing newline to M-SEARCH requests * Fixed the inspection of the USN response header from M-SEARCH requests to allow for a multi-digit minor version * Improved usage of the ServerDownOrUnreachableError exception to not lose the original message - Update to 3.1.8 - Update to 3.1.7: - Update to 3.1.6: - Drop patch collections-python310.patch, included upstream. OBS-URL: https://build.opensuse.org/request/show/1135608 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-redfish?expand=0&rev=13
This commit is contained in:
@@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 29 09:16:30 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 3.2.1:
|
||||||
|
* Added 'timeout' and 'max_retry' parameters to all REST
|
||||||
|
methods
|
||||||
|
* Added exception to the method when a response contains a
|
||||||
|
message indicating a password change is required
|
||||||
|
* Adding missing newline to M-SEARCH requests
|
||||||
|
* Fixed the inspection of the USN response header from M-SEARCH
|
||||||
|
requests to allow for a multi-digit minor version
|
||||||
|
* Improved usage of the ServerDownOrUnreachableError exception
|
||||||
|
to not lose the original message
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 7 22:16:56 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Wed Dec 7 22:16:56 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-redfish
|
# spec file for package python-redfish
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
# Copyright (c) 2020-2021, Martin Hauke <mardnh@gmx.de>
|
# Copyright (c) 2020-2021, Martin Hauke <mardnh@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-redfish
|
Name: python-redfish
|
||||||
Version: 3.1.8
|
Version: 3.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Redfish Python Library
|
Summary: Redfish Python Library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c12dba5503d4ec14d15421db550e0dc8d1f9679b0ef97dd40e35da709ca3c874
|
|
||||||
size 42330
|
|
3
redfish-3.2.1.tar.gz
Normal file
3
redfish-3.2.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:00c1c008014686dda603df53d261b043cee35a17de8635ba7b6acb168bcb135d
|
||||||
|
size 44902
|
Reference in New Issue
Block a user