From e38245fc8daae2a7a9ffa8a2e3c51956d8afc93634c5fbccfa7260359df92fc5 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 11 May 2018 09:26:01 +0000 Subject: [PATCH] Accepting request 605120 from devel:languages:python OBS-URL: https://build.opensuse.org/request/show/605120 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Flask?expand=0&rev=19 --- Flask-1.0.2.tar.gz | 3 +++ Flask-1.0.tar.gz | 3 --- python-Flask.changes | 23 +++++++++++++++++++++++ python-Flask.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 Flask-1.0.2.tar.gz delete mode 100644 Flask-1.0.tar.gz diff --git a/Flask-1.0.2.tar.gz b/Flask-1.0.2.tar.gz new file mode 100644 index 0000000..a0a3d15 --- /dev/null +++ b/Flask-1.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2271c0070dbcb5275fad4a82e29f23ab92682dc45f9dfbc22c02ba9b9322ce48 +size 644534 diff --git a/Flask-1.0.tar.gz b/Flask-1.0.tar.gz deleted file mode 100644 index f529634..0000000 --- a/Flask-1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7fab1062d11dd0038434e790d18c5b9133fd9e6b7257d707c4578ccc1e38b67c -size 643442 diff --git a/python-Flask.changes b/python-Flask.changes index 32279f6..2be97a8 100644 --- a/python-Flask.changes +++ b/python-Flask.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sun May 6 05:35:06 UTC 2018 - arun@gmx.de + +- update to version 1.0.2: + * Fix more backwards compatibility issues with merging slashes + between a blueprint prefix and route. (`#2748`_) + * Fix error with "flask routes" command when there are no routes. + (`#2751`_) + +- changes from version 1.0.1: + * Fix registering partials (with no "__name__") as view functions. + (`#2730`_) + * Don't treat lists returned from view functions the same as tuples. + Only tuples are interpreted as response data. (`#2736`_) + * Extra slashes between a blueprint's "url_prefix" and a route URL + are merged. This fixes some backwards compatibility issues with + the change in 1.0. (`#2731`_, `#2742`_) + * Only trap "BadRequestKeyError" errors in debug mode, not all + "BadRequest" errors. This allows "abort(400)" to continue + working as expected. (`#2735`_) + * The "FLASK_SKIP_DOTENV" environment variable can be set to "1" to + skip automatically loading dotenv files. (`#2722`_) + ------------------------------------------------------------------- Sat Apr 28 19:29:34 UTC 2018 - arun@gmx.de diff --git a/python-Flask.spec b/python-Flask.spec index 0979f46..b67dc92 100644 --- a/python-Flask.spec +++ b/python-Flask.spec @@ -19,7 +19,7 @@ %define oldpython python %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Flask -Version: 1.0 +Version: 1.0.2 Release: 0 Summary: A microframework based on Werkzeug, Jinja2 and good intentions License: BSD-3-Clause