14
0

Compare commits

22 Commits

Author SHA256 Message Date
1c1b18d524 Accepting request 1304730 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1304730
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-redfish?expand=0&rev=25
2025-09-15 17:52:45 +00:00
58e397a038 - Update to version 3.3.4
* Added option to allow for a user to specify an HTTPS adapter
    when building the client object.
- Update to version 3.3.3
  * Fixed formatting of error message string construction.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redfish?expand=0&rev=47
2025-09-15 06:51:34 +00:00
78931dc5dd Accepting request 1291176 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1291176
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-redfish?expand=0&rev=24
2025-07-08 13:30:15 +00:00
0789db19d8 - Update to version 3.3.2
* Fixed issue where headers were being propagated across
    different class instances.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redfish?expand=0&rev=45
2025-07-08 07:47:50 +00:00
f9bd0c684e Accepting request 1288109 from devel:languages:python
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1288109
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-redfish?expand=0&rev=23
2025-06-24 18:48:57 +00:00
06204fb124 - Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redfish?expand=0&rev=43
2025-06-24 02:23:53 +00:00
94866f7fec Accepting request 1265303 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1265303
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-redfish?expand=0&rev=22
2025-03-31 09:41:54 +00:00
236f0f6e7b - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redfish?expand=0&rev=41
2025-03-28 21:07:19 +00:00
be46dc84c6 Accepting request 1255534 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1255534
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-redfish?expand=0&rev=21
2025-03-24 12:32:40 +00:00
ae824ec9ef - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redfish?expand=0&rev=39
2025-03-24 09:06:44 +00:00
93607b1ad3 Accepting request 1251784 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1251784
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-redfish?expand=0&rev=20
2025-03-10 17:06:53 +00:00
1b44272c2b - Update to version 3.2.9
* Added optional 'headers' argument to the 'login' method.
  * Clarified exception message when raising
    'ServerDownOrUnreachableError'.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redfish?expand=0&rev=37
2025-03-10 12:13:52 +00:00
81c0260408 Accepting request 1242323 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1242323
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-redfish?expand=0&rev=19
2025-02-03 20:44:42 +00:00
c792306c1a - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redfish?expand=0&rev=35
2025-02-03 08:27:05 +00:00
0fd14a1238 Accepting request 1233505 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1233505
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-redfish?expand=0&rev=18
2024-12-29 10:56:49 +00:00
3183e8a2ea - Update to version 3.2.7
* Added JSON formatting of responses to debug logs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redfish?expand=0&rev=33
2024-12-27 09:25:41 +00:00
b5642215b0 Accepting request 1224649 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1224649
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-redfish?expand=0&rev=17
2024-11-18 19:00:50 +00:00
3f34f7317d Accepting request 1224517 from home:mnhauke
- Update to version 3.2.6
  * Added workaround for services incorrectly responding with 401
    when accessing the service root.

OBS-URL: https://build.opensuse.org/request/show/1224517
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redfish?expand=0&rev=31
2024-11-17 11:04:23 +00:00
e4aad23ce8 Accepting request 1200964 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1200964
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-redfish?expand=0&rev=16
2024-09-15 10:37:14 +00:00
b4c894e721 - Update to version 3.2.5
* Added new 'check_connectivity' option when creating the
    client object.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redfish?expand=0&rev=29
2024-09-14 07:07:06 +00:00
a938ac05fa Accepting request 1194586 from devel:languages:python
- update to 3.2.4:
  * Removed clearing of username and password to allow for
    sessions to be re-established

OBS-URL: https://build.opensuse.org/request/show/1194586
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-redfish?expand=0&rev=15
2024-08-19 21:44:33 +00:00
128a0aabd9 - update to 3.2.4:
* Removed clearing of username and password to allow for
    sessions to be re-established

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redfish?expand=0&rev=27
2024-08-18 17:21:32 +00:00
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Sep 13 06:26:50 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 3.3.4
* Added option to allow for a user to specify an HTTPS adapter
when building the client object.
- Update to version 3.3.3
* Fixed formatting of error message string construction.
-------------------------------------------------------------------
Mon Jul 7 17:13:05 UTC 2025 - Martin Hauke <mardnh@gmx.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-redfish
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2020-2025, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
Name: python-redfish
Version: 3.3.2
Version: 3.3.4
Release: 0
Summary: Redfish Python Library
License: BSD-3-Clause

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:92456408f5795d7c7f4056890544cff2ee61573e2f45256aa93181cc3d484ee4
size 45672

3
redfish-3.3.4.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1a20c61170800a2abf0f0e6b8500f3ea32194a5e4cdf5f23165d6a3841733e0d
size 46666