From b19c630869610546d3960dd91692d950c3e3512315dec21d04c1bd468b125a5d Mon Sep 17 00:00:00 2001 From: Petr Cervinka Date: Tue, 22 Oct 2019 07:55:06 +0000 Subject: [PATCH] Accepting request 741243 from home:apersaud:branches:devel:languages:python:flask update to latest version OBS-URL: https://build.opensuse.org/request/show/741243 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-Admin?expand=0&rev=8 --- Flask-Admin-1.5.3.tar.gz | 3 --- Flask-Admin-1.5.4.tar.gz | 3 +++ python-Flask-Admin.changes | 21 +++++++++++++++++++++ python-Flask-Admin.spec | 11 +++++++---- 4 files changed, 31 insertions(+), 7 deletions(-) delete mode 100644 Flask-Admin-1.5.3.tar.gz create mode 100644 Flask-Admin-1.5.4.tar.gz diff --git a/Flask-Admin-1.5.3.tar.gz b/Flask-Admin-1.5.3.tar.gz deleted file mode 100644 index d8cb759..0000000 --- a/Flask-Admin-1.5.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca0be6ec11a6913b73f656c65c444ae5be416c57c75638dd3199376ce6bc7422 -size 1673680 diff --git a/Flask-Admin-1.5.4.tar.gz b/Flask-Admin-1.5.4.tar.gz new file mode 100644 index 0000000..35f9731 --- /dev/null +++ b/Flask-Admin-1.5.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed7b256471dba0f3af74f1a315733c3b36244592f2002c3bbdc65fd7c2aa807a +size 1676919 diff --git a/python-Flask-Admin.changes b/python-Flask-Admin.changes index 1946a88..d11de93 100644 --- a/python-Flask-Admin.changes +++ b/python-Flask-Admin.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sat Oct 19 16:24:02 UTC 2019 - Arun Persaud + +- specfile: + * update copyright year + * updated required pillow version + * require arrow, colour, sqlalchemy-utils for tests + +- update to version 1.5.4: + * Fix display of inline x-editable boolean fields on list view + * Add support for several SQLAlchemy-Utils data types + * Support searching on SQLAlchemy hybrid properties + * Extra URL paramaters are now propagated to the next page when + searching / filtering + * Add enum34 dependency when running on legacy Python version + * Update Mapbox API v1 URL format + * Update jQuery and moment dependencies in templates + * Fixed a datepicker issue, where only dates up to 2015 were showing + up + * Updated Pillow dependency version + ------------------------------------------------------------------- Sun Dec 30 19:01:04 UTC 2018 - Arun Persaud diff --git a/python-Flask-Admin.spec b/python-Flask-Admin.spec index 31534be..5940df3 100644 --- a/python-Flask-Admin.spec +++ b/python-Flask-Admin.spec @@ -1,7 +1,7 @@ # # spec file for package python-Flask-Admin # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,24 +18,27 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Flask-Admin -Version: 1.5.3 +Version: 1.5.4 Release: 0 Summary: Extensible admin interface framework for Flask License: BSD-3-Clause -Group: Development/Languages/Python URL: https://github.com/flask-admin/flask-admin/ Source: https://files.pythonhosted.org/packages/source/F/Flask-Admin/Flask-Admin-%{version}.tar.gz BuildRequires: %{python_module Flask >= 0.7} BuildRequires: %{python_module Flask-BabelEx} BuildRequires: %{python_module Flask-SQLAlchemy} -BuildRequires: %{python_module Pillow} +BuildRequires: %{python_module Pillow >= 3.3.2} +BuildRequires: %{python_module SQLAlchemy-Utils} BuildRequires: %{python_module WTForms} +BuildRequires: %{python_module arrow} +BuildRequires: %{python_module colour} BuildRequires: %{python_module nose >= 1.0} BuildRequires: %{python_module peewee} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: python2-enum34 +BuildRequires: python2-ipaddr Requires: python-Flask >= 0.7 Requires: python-WTForms BuildArch: noarch