Accepting request 741691 from devel:languages:python:flask

OBS-URL: https://build.opensuse.org/request/show/741691
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Flask-Admin?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2019-10-22 13:46:12 +00:00 committed by Git OBS Bridge
commit 7f10d50d32
4 changed files with 31 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sat Oct 19 16:24:02 UTC 2019 - Arun Persaud <arun@gmx.de>
- 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 <arun@gmx.de>

View File

@ -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