967b66995f
Accepting request 1271171 from home:benoit_monin:branches:devel:languages:python
Markéta Machová2025-04-22 07:39:45 +00:00
3ab9843d0f
Accepting request 1207849 from devel:languages:python
Ana Guerrero2024-10-15 12:57:34 +00:00
38519ccaf1
Accepting request 1207849 from devel:languages:python
Ana Guerrero2024-10-15 12:57:34 +00:00
2fa1b9e1c9
- update to version 0.13.2 - add bottle script as alternative alongside bottle.py
Markéta Machová2024-10-14 08:26:58 +00:00
e3188e598c
Accepting request 1207461 from home:benoit_monin:branches:devel:languages:python
Markéta Machová2024-10-14 08:26:58 +00:00
1b358fefd2
Accepting request 1199619 from devel:languages:python
Ana Guerrero2024-09-25 19:51:46 +00:00
3fa24811ab
Accepting request 1199619 from devel:languages:python
Ana Guerrero2024-09-25 19:51:46 +00:00
44deb1e4c8
- Update to version 0.13.1 * Added DeprecationWarning warning for Python 2 * fix: Bottle.__setattr__ breaks data descriptors - from version 0.13.0 * This release contains breaking changers, please read the notes below * Dropped support for Python versions that reached their end-of-life. * The documented API of the :class:ConfigDict class is now considered stable and ready to use. * Plugins with the old API (`api=1 or no api attribute) will no longer work. * Parameter order of :meth:Bottle.mount changed in 0.10. The old order will now result in an error instead of a warning. * The :class:ConfigDict class was introduced in 0.11 and changed during 0.12. These changes are now final. * Attribute access and assignment was removed due to high overhead and limited usability. * Namespaced sub-instance creation was removed. config["a"]["b"] has a high overhead and little benefit over config["a.b"]. * :class:ConfigDict instances are no longer callable. This was a shortcut for :meth:ConfigDict.update. * :class:ConfigDict constructor no longer accepts any parameters. Use the load_* methods instead. * Bottle 0.12 changed some aspects of the Simple Template Engine. These changes are now final and the old syntax will now longer work. * The magic {{rebase()}} call was replaced by a base variable. Example: {{base}} * In STPL Templates, the rebase and include keywords were replaced with functions in 0.12. * PEP-263 encoding strings are no longer recognized. Templates are always utf-8. * The 'geventSocketIO' server adapter was removed without notice. It did not work anyway. * Signed cookies now use a stronger HMAC algorithm by default. This will result in old cookies to appear invalid after the update. Pass an explicit digestmod=hashlib.md5 to :meth:Request.get_cookie <BaseRequest.get_cookie> and :meth:Response.set_cookie <BaseResponse.set_cookie>` to get the old behavior.
Dirk Mueller2024-09-09 08:31:17 +00:00
8e3f7d4d49
Accepting request 1199544 from home:glaubitz:branches:devel:languages:python
Dirk Mueller2024-09-09 08:31:17 +00:00
85475a31d3
Accepting request 1118452 from devel:languages:python
Ana Guerrero2023-10-19 20:47:18 +00:00
829153621c
Accepting request 1118452 from devel:languages:python
Ana Guerrero2023-10-19 20:47:18 +00:00
f5b1d227c3
- Add patch update-module-loader.patch: * Add find_spec to the magic bottle.ext loader, Python 3.12 no longer calls find_module. - Switch to pyproject and autosetup macros.
Steve Kowalik2023-10-18 05:47:01 +00:00
17e6701ea8
- Add patch update-module-loader.patch: * Add find_spec to the magic bottle.ext loader, Python 3.12 no longer calls find_module. - Switch to pyproject and autosetup macros.
Steve Kowalik2023-10-18 05:47:01 +00:00
134a5651cb
Accepting request 1109338 from devel:languages:python
Ana Guerrero2023-09-07 19:12:47 +00:00
1b67bd9057
Accepting request 1109338 from devel:languages:python
Ana Guerrero2023-09-07 19:12:47 +00:00
0062be5470
- update to version 0.12.20 (bsc#1200286, CVE-2022-31799): * obsoletes 0002_Gracefully_handle_errors_during_early_request_binding.patch in older dists - update to version 0.12.19 (bsc#1182181, CVE-2020-28473): * obsoletes 0001_Do_not_split_query_strings_on_semicolon_anymore.patch in older dists
Dirk Mueller2023-09-06 20:31:17 +00:00
0d85ef64c0
- update to version 0.12.20 (bsc#1200286, CVE-2022-31799): * obsoletes 0002_Gracefully_handle_errors_during_early_request_binding.patch in older dists - update to version 0.12.19 (bsc#1182181, CVE-2020-28473): * obsoletes 0001_Do_not_split_query_strings_on_semicolon_anymore.patch in older dists
Dirk Mueller2023-09-06 20:31:17 +00:00
ba88425f5d
- update to 0.12.16 * DeprecationWarning: Flags not at the start of the expression * Some modules set __file__ as None * gevent-1.3.0 removes 'fast' wsgi implementation.
Ondřej Súkup2019-02-28 15:22:39 +00:00
48019d4711
- update to 0.12.16 * DeprecationWarning: Flags not at the start of the expression * Some modules set __file__ as None * gevent-1.3.0 removes 'fast' wsgi implementation.
Ondřej Súkup2019-02-28 15:22:39 +00:00