- 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/package/show/devel:languages:python/python-redfish?expand=0&rev=23
This commit is contained in:
@@ -1,20 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Update to 3.1.8
|
||||
- Update to 3.1.8
|
||||
* Added request headers to debug log output
|
||||
* Added redacting of 'Password' properties from request bodies from debug logs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 29 00:30:12 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to 3.1.7:
|
||||
- Update to 3.1.7:
|
||||
* Added handling for extracting error information when a session could not be created
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 21:18:17 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to 3.1.6:
|
||||
- Update to 3.1.6:
|
||||
* Fixed issue where the 'read' method on response objects always return strings
|
||||
* Modified query parameter encoding to not percent-encode characters allowed in query strings per RFC3986
|
||||
|
||||
@@ -28,7 +42,7 @@ Wed Apr 13 02:13:23 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
* Added support for Unix sockets
|
||||
* Corrected usage of header storage and retrieval for static response objects
|
||||
* Corrected 'import' statements to support Python 3.10
|
||||
- Drop patch collections-python310.patch, included upstream.
|
||||
- Drop patch collections-python310.patch, included upstream.
|
||||
- Add requests-unixsocket to {Build,}Requires.
|
||||
- Drop unneeded BuildRequires on mock.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user