- 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:
Dirk Mueller 2024-02-05 10:05:08 +00:00 committed by Git OBS Bridge
parent 8695adbbce
commit a293245a56
4 changed files with 13 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6489f51bb3666def6f314e15f19d50a1869a19ae0e8c9a3641ffe66c77d42403
size 675138

3
flask-3.0.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:822c03f4b799204250a7ee84b1eddc40665395333973dfb9deebfe425fefcb7d
size 675248

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>

View File

@ -24,7 +24,7 @@
%{?sle15_python_module_pythons}
Name: python-Flask
Version: 3.0.1
Version: 3.0.2
Release: 0
Summary: A microframework based on Werkzeug, Jinja2 and good intentions
License: BSD-3-Clause
@ -58,7 +58,7 @@ Requires: alts
BuildRequires: alts
%else
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
%endif
BuildArch: noarch
%if %{?suse_version} < 1500