diff --git a/python-redfish.changes b/python-redfish.changes index f6259cb..b7787a5 100644 --- a/python-redfish.changes +++ b/python-redfish.changes @@ -1,20 +1,34 @@ +------------------------------------------------------------------- +Fri Dec 29 09:16:30 UTC 2023 - Dirk Müller + +- 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 -- 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 -- 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 -- 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 * 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. diff --git a/python-redfish.spec b/python-redfish.spec index 92d5ac9..0601c64 100644 --- a/python-redfish.spec +++ b/python-redfish.spec @@ -1,7 +1,7 @@ # # spec file for package python-redfish # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2020-2021, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-redfish -Version: 3.1.8 +Version: 3.2.1 Release: 0 Summary: Redfish Python Library License: BSD-3-Clause diff --git a/redfish-3.1.8.tar.gz b/redfish-3.1.8.tar.gz deleted file mode 100644 index e155a1e..0000000 --- a/redfish-3.1.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c12dba5503d4ec14d15421db550e0dc8d1f9679b0ef97dd40e35da709ca3c874 -size 42330 diff --git a/redfish-3.2.1.tar.gz b/redfish-3.2.1.tar.gz new file mode 100644 index 0000000..27efd01 --- /dev/null +++ b/redfish-3.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00c1c008014686dda603df53d261b043cee35a17de8635ba7b6acb168bcb135d +size 44902