forked from pool/python-Flask
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
This commit is contained in:
parent
1a6cc92d4d
commit
e38245fc8d
3
Flask-1.0.2.tar.gz
Normal file
3
Flask-1.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2271c0070dbcb5275fad4a82e29f23ab92682dc45f9dfbc22c02ba9b9322ce48
|
||||
size 644534
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7fab1062d11dd0038434e790d18c5b9133fd9e6b7257d707c4578ccc1e38b67c
|
||||
size 643442
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user