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,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.
|
||||
|
||||
|
@@ -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 <mardnh@gmx.de>
|
||||
#
|
||||
# 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
|
||||
|
@@ -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