forked from pool/python-Flask
Accepting request 973776 from devel:languages:python:flask
OBS-URL: https://build.opensuse.org/request/show/973776 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Flask?expand=0&rev=30
This commit is contained in:
commit
0f52e860ef
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a8c9bd3e558ec99646d177a9739c41df1ded0629480b4c8d2975412f3c9519c8
|
|
||||||
size 630996
|
|
3
Flask-2.1.2.tar.gz
Normal file
3
Flask-2.1.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:315ded2ddf8a6281567edb27393010fe3406188bafbfe65a3339d5787d89e477
|
||||||
|
size 631846
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 28 18:49:06 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||||||
|
|
||||||
|
- Update to 2.1.2
|
||||||
|
* Fix type annotation for json.loads, it accepts str or bytes. #4519
|
||||||
|
* The --cert and --key options on flask run can be given in either order. #4459
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 12 20:25:45 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
Tue Apr 12 20:25:45 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
%define skip_python36 1
|
%define skip_python36 1
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-Flask
|
Name: python-Flask
|
||||||
Version: 2.1.1
|
Version: 2.1.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
|
||||||
|
Loading…
Reference in New Issue
Block a user