forked from pool/python-Flask
- 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:
parent
8695adbbce
commit
a293245a56
@ -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
3
flask-3.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:822c03f4b799204250a7ee84b1eddc40665395333973dfb9deebfe425fefcb7d
|
||||||
|
size 675248
|
@ -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>
|
Sat Jan 20 14:06:53 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-Flask
|
Name: python-Flask
|
||||||
Version: 3.0.1
|
Version: 3.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A microframework based on Werkzeug, Jinja2 and good intentions
|
Summary: A microframework based on Werkzeug, Jinja2 and good intentions
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -58,7 +58,7 @@ Requires: alts
|
|||||||
BuildRequires: alts
|
BuildRequires: alts
|
||||||
%else
|
%else
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
%endif
|
%endif
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{?suse_version} < 1500
|
%if %{?suse_version} < 1500
|
||||||
|
Loading…
Reference in New Issue
Block a user