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
This commit is contained in:
parent
4d0b25f2dd
commit
b19c630869
@ -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
3
Flask-Admin-1.5.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ed7b256471dba0f3af74f1a315733c3b36244592f2002c3bbdc65fd7c2aa807a
|
||||||
|
size 1676919
|
@ -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>
|
Sun Dec 30 19:01:04 UTC 2018 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-Flask-Admin
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,24 +18,27 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-Flask-Admin
|
Name: python-Flask-Admin
|
||||||
Version: 1.5.3
|
Version: 1.5.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Extensible admin interface framework for Flask
|
Summary: Extensible admin interface framework for Flask
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://github.com/flask-admin/flask-admin/
|
URL: https://github.com/flask-admin/flask-admin/
|
||||||
Source: https://files.pythonhosted.org/packages/source/F/Flask-Admin/Flask-Admin-%{version}.tar.gz
|
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 >= 0.7}
|
||||||
BuildRequires: %{python_module Flask-BabelEx}
|
BuildRequires: %{python_module Flask-BabelEx}
|
||||||
BuildRequires: %{python_module Flask-SQLAlchemy}
|
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 WTForms}
|
||||||
|
BuildRequires: %{python_module arrow}
|
||||||
|
BuildRequires: %{python_module colour}
|
||||||
BuildRequires: %{python_module nose >= 1.0}
|
BuildRequires: %{python_module nose >= 1.0}
|
||||||
BuildRequires: %{python_module peewee}
|
BuildRequires: %{python_module peewee}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: python2-enum34
|
BuildRequires: python2-enum34
|
||||||
|
BuildRequires: python2-ipaddr
|
||||||
Requires: python-Flask >= 0.7
|
Requires: python-Flask >= 0.7
|
||||||
Requires: python-WTForms
|
Requires: python-WTForms
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user