* 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
* 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
- 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