Hello community,
here is the log from the commit of package python-Flask-Admin for
openSUSE:Leap:15.2 checked in at 2020-02-19 18:48:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-Flask-Admin (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-Flask-Admin.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Flask-Admin"
Wed Feb 19 18:48:45 2020 rev:4 rq:776299 version:1.5.5
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-Flask-Admin/python-Flask-Admin.changes
2020-01-15 15:45:58.639341690 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-Flask-Admin.new.26092/python-Flask-Admin.changes
2020-02-19 18:48:46.295035053 +0100
@@ -1,0 +2,32 @@
+Sat Feb 8 20:56:30 UTC 2020 - Arun Persaud <[email protected]>
+
+- specfile:
+ * update copyright year
+
+- update to version 1.5.5:
+ * Werkzeug 1.0 compatibility fix
+ * Use fa-circle-o icon for unchecked booleans
+ * A few SQLAlchemy-related bug fixes
+
+-------------------------------------------------------------------
+Sat Oct 19 16:24:02 UTC 2019 - Arun Persaud <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
Flask-Admin-1.5.3.tar.gz
New:
----
Flask-Admin-1.5.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Flask-Admin.spec ++++++
--- /var/tmp/diff_new_pack.45ou6Z/_old 2020-02-19 18:48:46.979035782 +0100
+++ /var/tmp/diff_new_pack.45ou6Z/_new 2020-02-19 18:48:46.979035782 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-Flask-Admin
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# 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.5
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
++++++ Flask-Admin-1.5.3.tar.gz -> Flask-Admin-1.5.5.tar.gz ++++++
++++ 3283 lines of diff (skipped)