14
0

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
This commit is contained in:
2022-06-18 13:04:11 +00:00
committed by Git OBS Bridge
parent 0dcec50ae4
commit 5a3ae04e6f
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jun 17 21:18:17 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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
-------------------------------------------------------------------
Wed Apr 13 02:13:23 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>