Accepting request 662390 from devel:languages:python:flask

OBS-URL: https://build.opensuse.org/request/show/662390
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Flask-Admin?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2019-01-03 17:08:08 +00:00 committed by Git OBS Bridge
commit a08f2a48c4
4 changed files with 35 additions and 5 deletions

View File

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

3
Flask-Admin-1.5.3.tar.gz Normal file
View File

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

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Sun Dec 30 19:01:04 UTC 2018 - Arun Persaud <arun@gmx.de>
- specfile:
* be more specific in %files section
- update to version 1.5.3:
* Fixed XSS vulnerability
* Support nested categories in the navbar menu
* SQLAlchemy
+ sort on multiple columns with column_default_sort
+ sort on related models in column_sortable_list
+ fix: inline model forms can now also be used for models with
multiple primary keys
+ support for using mapped column_property
* Upgrade Leaflet and Leaflet.draw plugins, used for geoalchemy
integration
* Specify minimum_input_length for ajax widget
* Peewee: support composite keys
* MongoEngine: when searching/filtering the input is now regarded as
case-insensitive by default
* FileAdmin
+ handle special characters in filename
+ fix a bug with listing directories on Windows
+ avoid raising an exception when unknown sort parameter is
encountered
* WTForms 3 support
-------------------------------------------------------------------
Tue Oct 30 10:24:07 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-Flask-Admin
Version: 1.5.2
Version: 1.5.3
Release: 0
Summary: Extensible admin interface framework for Flask
License: BSD-3-Clause
@ -76,6 +76,8 @@ export PYTHONDONTWRITEBYTECODE=1
%files %{python_files}
%license LICENSE
%doc README.rst
%{python_sitelib}/*
%dir %{python_sitelib}/flask_admin
%{python_sitelib}/flask_admin/*
%{python_sitelib}/Flask_Admin-%{version}-py*.egg-info
%changelog