- update to 2.2.5 (bsc#1211246, CVE-2023-30861):
* Set ``Vary: Cookie`` header when the session is accessed, modified, or refreshed. * Update for compatibility with Werkzeug 2.3. * Autoescape is enabled by default for ``.svg`` template files. :issue:`4831` * Fix the type of ``template_folder`` to accept ``pathlib.Path``. :issue:`4892` * Add ``--debug`` option to the ``flask run`` command. :issue:`4777` OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask?expand=0&rev=34
This commit is contained in:
parent
64b64dc6fb
commit
90a78ed1bf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:642c450d19c4ad482f96729bd2a8f6d32554aa1e231f4f6b4e7e5264b16cca2b
|
||||
size 677389
|
3
Flask-2.2.5.tar.gz
Normal file
3
Flask-2.2.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:edee9b0a7ff26621bd5a8c10ff484ae28737a2410d99b0bb9a6850c7fb977aa0
|
||||
size 697814
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 10 09:15:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.2.5 (bsc#1211246, CVE-2023-30861):
|
||||
* Set ``Vary: Cookie`` header when the session is accessed,
|
||||
modified, or refreshed.
|
||||
* Update for compatibility with Werkzeug 2.3.
|
||||
* Autoescape is enabled by default for ``.svg`` template
|
||||
files. :issue:`4831`
|
||||
* Fix the type of ``template_folder`` to accept
|
||||
``pathlib.Path``. :issue:`4892`
|
||||
* Add ``--debug`` option to the ``flask run`` command.
|
||||
:issue:`4777`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:20:33 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
%define skip_python36 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-Flask
|
||||
Version: 2.2.2
|
||||
Version: 2.2.5
|
||||
Release: 0
|
||||
Summary: A microframework based on Werkzeug, Jinja2 and good intentions
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user