forked from pool/python-redfish
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
This commit is contained in:
@@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 30 14:07:40 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- 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 <mardnh@gmx.de>
|
Mon Aug 10 15:56:59 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-redfish
|
# spec file for package python-redfish
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
# Copyright (c) 2020, Martin Hauke <mardnh@gmx.de>
|
# Copyright (c) 2020-2021, Martin Hauke <mardnh@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-redfish
|
Name: python-redfish
|
||||||
Version: 2.1.8
|
Version: 3.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Redfish Python Library
|
Summary: Redfish Python Library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fe5a71cbd5764beb5c59fc0f8bbabcc314c944c51930f38e8d77aeb00aad2f32
|
|
||||||
size 38510
|
|
3
redfish-3.0.2.tar.gz
Normal file
3
redfish-3.0.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1ae70188a1b5780896703d949d42c892012d243f94899476a388184fb0591a96
|
||||||
|
size 39965
|
Reference in New Issue
Block a user