In Flask 2.2.0 the order of parameters for templating._render is different, this patch updates the usage in this module to match the new order. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-Testing?expand=0&rev=10
45 lines
1.5 KiB
Plaintext
45 lines
1.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Jan 3 13:06:40 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- Add patch fix-utils.patch gh#jarus/flask-testing#157
|
|
In Flask 2.2.0 the order of parameters for templating._render is different,
|
|
this patch updates the usage in this module to match the new order.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 12 05:52:11 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Add patch skip-broken-tests.patch:
|
|
* Skip a broken test class, and 2 tests.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 28 13:51:06 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Fix test requirements
|
|
- Switch to pyunittest
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 4 23:23:19 UTC 2021 - Arun Persaud <arun@gmx.de>
|
|
|
|
- specfile:
|
|
* update copyright year
|
|
|
|
- update to version 0.8.1:
|
|
* Fixes compatibility with json_available from previous versions of
|
|
Flask
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 8 18:22:47 UTC 2020 - Arun Persaud <arun@gmx.de>
|
|
|
|
- specfile:
|
|
* update copyright year
|
|
* be more specific in files section
|
|
|
|
- update to version 0.8.0:
|
|
* Drops support for python 2.6, 3.3, and 3.4 due to end-of-life.
|
|
* Fixes werkzeug 1.0 compatibility issue with import paths
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 18 07:16:06 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v0.7.1
|