- Update to 1.1.1:

* The flask.json_available flag was added back for compatibility with some
    extensions. It will raise a deprecation warning when used, and will be
    removed in version 2.0.0. #3288

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal 2019-07-19 12:24:36 +00:00 committed by Git OBS Bridge
parent 528d3a10db
commit 0d17b977e6
4 changed files with 12 additions and 4 deletions

View File

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

3
Flask-1.1.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:13f9f196f330c7c2c5d7a5cf91af894110ca0215ac051b5844701f2bfd934d52
size 625458

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jul 19 12:22:54 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.1.1:
* The flask.json_available flag was added back for compatibility with some
extensions. It will raise a deprecation warning when used, and will be
removed in version 2.0.0. #3288
-------------------------------------------------------------------
Sat Jul 6 20:31:51 UTC 2019 - Arun Persaud <arun@gmx.de>

View File

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