Accepting request 973757 from home:stroeder:python

Update to 2.1.2

OBS-URL: https://build.opensuse.org/request/show/973757
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask?expand=0&rev=25
This commit is contained in:
Matej Cepl 2022-04-28 21:52:36 +00:00 committed by Git OBS Bridge
parent fc00aa25b5
commit b2a388828b
4 changed files with 11 additions and 4 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:315ded2ddf8a6281567edb27393010fe3406188bafbfe65a3339d5787d89e477
size 631846

View File

@ -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>

View File

@ -27,7 +27,7 @@
%define skip_python36 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-Flask
Version: 2.1.1
Version: 2.1.2
Release: 0
Summary: A microframework based on Werkzeug, Jinja2 and good intentions
License: BSD-3-Clause