diff --git a/Flask-Admin-1.5.2.tar.gz b/Flask-Admin-1.5.2.tar.gz deleted file mode 100644 index a5603f0..0000000 --- a/Flask-Admin-1.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:752937f4af1f6600e5f4f08586c4790719a71146f163a091deba04706a48523b -size 1588924 diff --git a/Flask-Admin-1.5.3.tar.gz b/Flask-Admin-1.5.3.tar.gz new file mode 100644 index 0000000..d8cb759 --- /dev/null +++ b/Flask-Admin-1.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca0be6ec11a6913b73f656c65c444ae5be416c57c75638dd3199376ce6bc7422 +size 1673680 diff --git a/python-Flask-Admin.changes b/python-Flask-Admin.changes index c5e3bc2..1946a88 100644 --- a/python-Flask-Admin.changes +++ b/python-Flask-Admin.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Sun Dec 30 19:01:04 UTC 2018 - Arun Persaud + +- 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 diff --git a/python-Flask-Admin.spec b/python-Flask-Admin.spec index 294f229..31534be 100644 --- a/python-Flask-Admin.spec +++ b/python-Flask-Admin.spec @@ -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