14
0
forked from pool/python-bottle

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

- update to version 0.12.23: bugfix release
- drop fix_cookie_test.patch: fixed upstream
- run the tests with unittest

OBS-URL: https://build.opensuse.org/request/show/992636
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=39
This commit is contained in:
2022-08-04 04:23:28 +00:00
committed by Git OBS Bridge
parent 749e2dcaeb
commit 89d08b6ed0
5 changed files with 22 additions and 19 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Aug 3 20:24:55 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr>
- update to version 0.12.23: bugfix release
* fix: Include keyword-only-args in getarcspec() polyfill
- additional changes from version 0.12.22:
* fix: Jinja2 and mako test path issues
* getargspec is gone in python 3.11: so use getfullargspec on all
3.x versions instead
* fix: view decorator does not forward default values if route
result is None
* fix: Make tests runnable with both unittest and pytest
* fix: Cookie test falsely reports a failure for some python
versions
- drop fix_cookie_test.patch: fixed upstream
- run the tests with unittest
-------------------------------------------------------------------
Thu May 26 20:41:56 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr>