Compare commits
20 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a492d71dc1 | |||
| fbfeb5da11 | |||
| 4f13c6932c | |||
| 1bdbd52f6d | |||
| fa116c8b00 | |||
| a2c0c2c5e3 | |||
| ce3f330f1c | |||
| b0c0a7f2b9 | |||
| 535c7e1081 | |||
| 010adc5287 | |||
| fc16256146 | |||
| b395800b5f | |||
| c8f10afa17 | |||
| eec89bef71 | |||
| a685662eba | |||
| 24171826de | |||
| b9722557af | |||
| c5f90bbf12 | |||
| a7c1bd4826 | |||
| a77034b9b6 |
@@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 7 17:13:05 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 3.3.2
|
||||
* Fixed issue where headers were being propagated across
|
||||
different class instances.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 24 02:21:53 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Switch to pyproject macros.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 19:50:46 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 3.3.1
|
||||
* Fixed bug in recent workaround logic for services not
|
||||
returning the 'Location' header to not print the workaround
|
||||
warning for failed login attempts.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 22 09:39:16 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 3.3.0
|
||||
* Added workaround and warnings for session login when the
|
||||
service incorrectly does not provide the session location in
|
||||
the 'Location' response header.
|
||||
* Minor typo fix in exception message for login failures.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 8 10:03:55 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 3.2.9
|
||||
* Added optional 'headers' argument to the 'login' method.
|
||||
* Clarified exception message when raising
|
||||
'ServerDownOrUnreachableError'.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 2 10:54:54 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 3.2.8
|
||||
* Updated 'dict' handling for responses without a body and 500
|
||||
responses with a non-JSON body to use an empty dictionary.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 24 07:36:31 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 3.2.7
|
||||
* Added JSON formatting of responses to debug logs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 15 20:17:45 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 3.2.6
|
||||
* Added workaround for services incorrectly responding with 401
|
||||
when accessing the service root.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 14 07:03:12 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 3.2.5
|
||||
* Added new 'check_connectivity' option when creating the
|
||||
client object.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 18 17:21:05 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.2.4:
|
||||
* Removed clearing of username and password to allow for
|
||||
sessions to be re-established
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 26 22:32:54 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#
|
||||
# spec file for package python-redfish
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2020-2021, Martin Hauke <mardnh@gmx.de>
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2020-2025, Martin Hauke <mardnh@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,15 +17,16 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-redfish
|
||||
Version: 3.2.2
|
||||
Version: 3.3.2
|
||||
Release: 0
|
||||
Summary: Redfish Python Library
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/DMTF/python-redfish-library
|
||||
Source: https://github.com/DMTF/python-redfish-library/archive/%{version}.tar.gz#/redfish-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-jsonpatch
|
||||
@@ -55,10 +56,10 @@ the Engine of Application State) Redfish architecture.
|
||||
%autosetup -p1 -n %{name}-library-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
@@ -67,6 +68,7 @@ the Engine of Application State) Redfish architecture.
|
||||
%files %{python_files}
|
||||
%license LICENSE.md
|
||||
%doc README.rst CHANGELOG.md
|
||||
%{python_sitelib}/redfish*
|
||||
%{python_sitelib}/redfish
|
||||
%{python_sitelib}/redfish-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:831000b94cbe52c4060357090f059febf7eb016d904e6745d5866e4a5f8ed737
|
||||
size 44936
|
||||
3
redfish-3.3.2.tar.gz
Normal file
3
redfish-3.3.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:92456408f5795d7c7f4056890544cff2ee61573e2f45256aa93181cc3d484ee4
|
||||
size 45672
|
||||
Reference in New Issue
Block a user