- Update to 2.3.3:

* Python 3.12 compatibility.
  * Require Werkzeug >= 2.3.7.
  * Use ``flit_core`` instead of ``setuptools`` as build backend.
  * Refactor how an app's root and instance paths are determined.
- Fiddle with captialisation again, I look forward to this flipping back
  to Flask at some point.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask?expand=0&rev=40
This commit is contained in:
2023-09-25 02:32:52 +00:00
committed by Git OBS Bridge
parent 8651034d5e
commit 36ecd3535e
4 changed files with 21 additions and 10 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Sep 25 02:32:34 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2.3.3:
* Python 3.12 compatibility.
* Require Werkzeug >= 2.3.7.
* Use ``flit_core`` instead of ``setuptools`` as build backend.
* Refactor how an app's root and instance paths are determined.
- Fiddle with captialisation again, I look forward to this flipping back
to Flask at some point.
-------------------------------------------------------------------
Wed Aug 2 06:48:22 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>