From 6b18586bb2f0536b4f8bddbfb968065808469afff36b5be370d393425107d644 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 19 Jan 2022 09:36:08 +0000 Subject: [PATCH] - update to 3.1.0: * Updated library to leverage 'requests' in favor of 'http.client' - add collections-python310.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redfish?expand=0&rev=14 --- python-redfish.changes | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/python-redfish.changes b/python-redfish.changes index 1807668..c58bea1 100644 --- a/python-redfish.changes +++ b/python-redfish.changes @@ -1,9 +1,15 @@ +------------------------------------------------------------------- +Wed Jan 19 09:35:39 UTC 2022 - Dirk Müller + +- update to 3.1.0: + * Updated library to leverage 'requests' in favor of 'http.client' +- add collections-python310.patch + ------------------------------------------------------------------- Mon Oct 25 21:00:45 UTC 2021 - Martin Hauke - Update to version 3.0.3 * Added support for performing multi-part HTTP POST requests -- add collections-python310.patch ------------------------------------------------------------------- Mon Aug 30 14:07:40 UTC 2021 - Martin Hauke