diff --git a/python-redfish.changes b/python-redfish.changes index de88072..63a1f80 100644 --- a/python-redfish.changes +++ b/python-redfish.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Aug 30 14:07:40 UTC 2021 - Martin Hauke + +- 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. + ------------------------------------------------------------------- Mon Aug 10 15:56:59 UTC 2020 - Martin Hauke diff --git a/python-redfish.spec b/python-redfish.spec index 9606344..cc3c6d4 100644 --- a/python-redfish.spec +++ b/python-redfish.spec @@ -1,8 +1,8 @@ # # spec file for package python-redfish # -# Copyright (c) 2020 SUSE LLC -# Copyright (c) 2020, Martin Hauke +# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2020-2021, Martin Hauke # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-redfish -Version: 2.1.8 +Version: 3.0.2 Release: 0 Summary: Redfish Python Library License: BSD-3-Clause diff --git a/redfish-2.1.8.tar.gz b/redfish-2.1.8.tar.gz deleted file mode 100644 index dd6daae..0000000 --- a/redfish-2.1.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe5a71cbd5764beb5c59fc0f8bbabcc314c944c51930f38e8d77aeb00aad2f32 -size 38510 diff --git a/redfish-3.0.2.tar.gz b/redfish-3.0.2.tar.gz new file mode 100644 index 0000000..af294f0 --- /dev/null +++ b/redfish-3.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae70188a1b5780896703d949d42c892012d243f94899476a388184fb0591a96 +size 39965