14
0

24 Commits

Author SHA256 Message Date
fbfeb5da11 - 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
1bdbd52f6d - 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
a2c0c2c5e3 - 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
b0c0a7f2b9 Accepting request 1255229 from home:mnhauke
- 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/request/show/1255229
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
010adc5287 Accepting request 1251402 from home:mnhauke
- 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/request/show/1251402
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
b395800b5f Accepting request 1242204 from home:mnhauke
- 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/request/show/1242204
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
eec89bef71 Accepting request 1233236 from home:mnhauke
- Update to version 3.2.7
  * Added JSON formatting of responses to debug logs

OBS-URL: https://build.opensuse.org/request/show/1233236
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
24171826de 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
c5f90bbf12 Accepting request 1200963 from home:mnhauke
- Update to version 3.2.5
  * Added new 'check_connectivity' option when creating the
    client object.

OBS-URL: https://build.opensuse.org/request/show/1200963
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
a77034b9b6 - 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
252cdb2892 - update to 3.2.2:
* Minor changes to fix Python 3.12 warnings with usage of raw
    strings

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redfish?expand=0&rev=25
2024-01-26 22:33:22 +00:00
0c05ebf223 - 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
2023-12-29 09:17:18 +00:00
152cdcee66 Accepting request 1041262 from home:yarunachalam:branches:devel:languages:python
- Update to 3.1.8 
  * Added request headers to debug log output
  * Added redacting of 'Password' properties from request bodies from debug logs

OBS-URL: https://build.opensuse.org/request/show/1041262
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redfish?expand=0&rev=21
2022-12-08 09:07:52 +00:00
b9720cff70 Accepting request 1032083 from home:yarunachalam:branches:devel:languages:python
- Update to 3.1.7: 
  * Added handling for extracting error information when a session could not be created

OBS-URL: https://build.opensuse.org/request/show/1032083
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redfish?expand=0&rev=19
2022-10-29 11:42:52 +00:00
5a3ae04e6f Accepting request 983502 from home:yarunachalam:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/983502
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redfish?expand=0&rev=17
2022-06-18 13:04:11 +00:00
0dcec50ae4 - Update to 3.1.5:
* Added methods for specifying proxies directly with a new 'proxies'
    parameter
  * Removed enforcement of trailing '/' in the 'default_prefix'
  * 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. 
- Add requests-unixsocket to {Build,}Requires.
- Drop unneeded BuildRequires on mock.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redfish?expand=0&rev=15
2022-04-13 02:13:57 +00:00
955149d5bb - add collections-python310.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redfish?expand=0&rev=13
2022-01-16 14:08:07 +00:00
f545f15333 Accepting request 927376 from home:mnhauke
- Update to version 3.0.3
  * Added support for performing multi-part HTTP POST requests

OBS-URL: https://build.opensuse.org/request/show/927376
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redfish?expand=0&rev=12
2021-10-26 06:22:20 +00:00
f00c494823 Accepting request 915076 from home:mnhauke
- Update to version 3.0.2
  * Added support for prepending 'https://' when the provided URI
    of the service does not contain a scheme.
- Update to version 3.0.1
  * Provided additional handling for HTTP 301 and 302 redirects.
  * Changed session creation to not follow redirects in order to
    ensure the session token and location are not lost.
  * Enhanced invalid JSON response handling to better highlight a
    service error.
- Update to version 3.0.0
  * Removed Python2 support
- Update to version 2.2.0
  * Added support for NO_PROXY environment variable
- Update to version 2.1.9
  * Added handling for HTTP 303 responses as part of redirect
    handling.

OBS-URL: https://build.opensuse.org/request/show/915076
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redfish?expand=0&rev=11
2021-09-01 18:58:13 +00:00
Tomáš Chvátal
7f7f0560d4 Accepting request 825413 from home:mnhauke
- Update to version 2.1.8
  * Added option to SSDP discover to bind to a specified address
  * Added ability to override built-in HTTP headers.
  * Fixed issue where the location of a session was not being.
    tracked properly for HTTP connections.

OBS-URL: https://build.opensuse.org/request/show/825413
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redfish?expand=0&rev=9
2020-08-10 16:12:56 +00:00
Tomáš Chvátal
7161fa8b2c Accepting request 819058 from home:mnhauke
- Update to version 2.1.7
  * Added support for setting the 'Content-Type' header to
    'application/octet-stream' when binary data is provided in a
    request

OBS-URL: https://build.opensuse.org/request/show/819058
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redfish?expand=0&rev=7
2020-07-07 07:41:31 +00:00
Tomáš Chvátal
9b3674f549 Accepting request 814294 from home:mnhauke
- Update to version 2.1.6
  * Added support for leveraging the 'HTTP_PROXY' and 'HTTPS_PROXY'
    environment variables to set up proxy information

OBS-URL: https://build.opensuse.org/request/show/814294
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redfish?expand=0&rev=5
2020-06-13 13:53:30 +00:00
d99020d903 - Update to 2.1.5:
* Removed urlparse2 dependency
  * Updated jsonpatch requirements; jsonpatch 1.25 dropped Python 3.4 support
- Dropped patch 0001-remove-urlparse2-dependncy.patch, now included

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redfish?expand=0&rev=3
2020-03-19 05:05:03 +00:00
Tomáš Chvátal
1fe6941cf6 Accepting request 768944 from home:mnhauke
Initial package for python-redfish

OBS-URL: https://build.opensuse.org/request/show/768944
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redfish?expand=0&rev=1
2020-01-31 09:07:23 +00:00