14
0

Accepting request 992245 from home:ohollmann:branches:devel:languages:python

- Update to 18.8.0
  * Dangerous characters received in a host header encoded using RFC 2047 are
    now elided by default. Currently, dangerous characters are defined as CR
    and LF. The original value is still available as
    cherrypy.request.headers['Host'].raw if needed.
- Changes from v18.7.0
  * Drop support for Python 3.5.
  * Fixed compatibility on Python 3.11.
- Fix URL in spec file: cherrypy.org -> cherrypy.dev

OBS-URL: https://build.opensuse.org/request/show/992245
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=54
This commit is contained in:
2022-08-02 13:31:06 +00:00
committed by Git OBS Bridge
parent b1b660e730
commit 8af1403eb3
4 changed files with 21 additions and 8 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Aug 2 11:32:54 UTC 2022 - Otto Hollmann <otto.hollmann@suse.com>
- Update to 18.8.0
* Dangerous characters received in a host header encoded using RFC 2047 are
now elided by default. Currently, dangerous characters are defined as CR
and LF. The original value is still available as
cherrypy.request.headers['Host'].raw if needed.
- Changes from v18.7.0
* Drop support for Python 3.5.
* Fixed compatibility on Python 3.11.
- Fix URL in spec file: cherrypy.org -> cherrypy.dev
-------------------------------------------------------------------
Tue Oct 5 14:01:39 UTC 2021 - Stefan Schubert <schubi@suse.de>