14
0

Accepting request 764035 from home:mcalabkova:branches:devel:languages:python

- update to 18.5.0
  * Fixed issue where bytes values in a HeaderMap would be converted to strings.
  * Rely on jaraco.collections for its case-insensitive dictionary support.
  * Fixed issue in cpstats where the data/ endpoint would fail with encoding errors on Python 3.
  * Simplify the passthrough of parameters to CPWebCase.getPage to cheroot. 
    CherryPy now requires cheroot 8.2.1 or later.

OBS-URL: https://build.opensuse.org/request/show/764035
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=38
This commit is contained in:
Tomáš Chvátal
2020-01-13 15:31:22 +00:00
committed by Git OBS Bridge
parent a11f8e86c2
commit ba417dc3f2
4 changed files with 20 additions and 11 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jan 13 15:00:55 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 18.5.0
* Fixed issue where bytes values in a HeaderMap would be converted to strings.
* Rely on jaraco.collections for its case-insensitive dictionary support.
* Fixed issue in cpstats where the data/ endpoint would fail with encoding errors on Python 3.
* Simplify the passthrough of parameters to CPWebCase.getPage to cheroot.
CherryPy now requires cheroot 8.2.1 or later.
-------------------------------------------------------------------
Wed Oct 30 13:15:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>