15
0

- Update to 8.3.0:

* cherrypy/cherrypy#910 via #243: Provide TLS-related
    details via WSGI environment interface.
  * #248: Fix parsing of the --bind CLI option
    for abstract UNIX sockets.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cheroot?expand=0&rev=22
This commit is contained in:
Tomáš Chvátal
2020-03-07 14:20:23 +00:00
committed by Git OBS Bridge
parent ea3ff973e6
commit b7693d4bad
4 changed files with 22 additions and 12 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Mar 7 14:09:21 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 8.3.0:
* cherrypy/cherrypy#910 via #243: Provide TLS-related
details via WSGI environment interface.
* #248: Fix parsing of the --bind CLI option
for abstract UNIX sockets.
-------------------------------------------------------------------
Wed Oct 23 13:38:06 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>