14
0
forked from pool/python-bottle

Accepting request 979397 from home:benoit_monin:branches:devel:languages:python

- update to version 0.12.21: bugfix release
- update to version 0.12.20: security fix

OBS-URL: https://build.opensuse.org/request/show/979397
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=37
This commit is contained in:
2022-05-27 07:10:21 +00:00
committed by Git OBS Bridge
parent f7d89fe371
commit 749e2dcaeb
4 changed files with 19 additions and 7 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 26 20:41:56 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr>
- update to version 0.12.21: bugfix release
* Fix: Bad deprecation warning in cherrypy server adapter
- update to version 0.12.20: security fix
* fix: Multipart file uploads with empty filename not detected
as binary
* fix auth_basic decorator (#586)
* Add ServerAdapter for CherryPy >= 9
* Gracefully handle errors during early request binding
-------------------------------------------------------------------
Fri Nov 13 17:49:59 UTC 2020 - Benoît Monin <benoit.monin@gmx.fr>