- update to 3.0.2:

* Correct type for jinja_loader property. :issue:`5388`
  * Fix error with --extra-files and --exclude-patterns CLI
    options. :issue:`5391`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask?expand=0&rev=44
This commit is contained in:
2024-02-05 10:05:08 +00:00
committed by Git OBS Bridge
parent c9a02c2d8f
commit 639b50d27c
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Feb 5 10:05:00 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.0.2:
* Correct type for jinja_loader property. :issue:`5388`
* Fix error with --extra-files and --exclude-patterns CLI
options. :issue:`5391`
-------------------------------------------------------------------
Sat Jan 20 14:06:53 UTC 2024 - Dirk Müller <dmueller@suse.com>