commit python-Flask-Admin for openSUSE:Leap:15.2

2020-04-25 Thread root
Hello community,

here is the log from the commit of package python-Flask-Admin for 
openSUSE:Leap:15.2 checked in at 2020-04-25 19:06:53

Comparing /work/SRC/openSUSE:Leap:15.2/python-Flask-Admin (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-Flask-Admin.new.2738 (New)


Package is "python-Flask-Admin"

Sat Apr 25 19:06:53 2020 rev:6 rq:797220 version:1.5.6

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-Flask-Admin/python-Flask-Admin.changes  
2020-04-14 14:21:44.605308626 +0200
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-Flask-Admin.new.2738/python-Flask-Admin.changes
2020-04-25 19:07:15.655876448 +0200
@@ -1,0 +2,5 @@
+Mon Apr 20 13:58:33 UTC 2020 - Petr Cervinka 
+
+- Fix build without python2
+
+---



Other differences:
--
++ python-Flask-Admin.spec ++
--- /var/tmp/diff_new_pack.R3pNtT/_old  2020-04-25 19:07:17.379880154 +0200
+++ /var/tmp/diff_new_pack.R3pNtT/_new  2020-04-25 19:07:17.383880163 +0200
@@ -17,6 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
 Name:   python-Flask-Admin
 Version:1.5.6
 Release:0
@@ -37,8 +38,10 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+%if %{with python2}
 BuildRequires:  python2-enum34
 BuildRequires:  python2-ipaddr
+%endif
 Requires:   python-Flask >= 0.7
 Requires:   python-WTForms
 BuildArch:  noarch




commit python-Flask-Admin for openSUSE:Leap:15.2

2020-04-14 Thread root
Hello community,

here is the log from the commit of package python-Flask-Admin for 
openSUSE:Leap:15.2 checked in at 2020-04-14 14:21:35

Comparing /work/SRC/openSUSE:Leap:15.2/python-Flask-Admin (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-Flask-Admin.new.3248 (New)


Package is "python-Flask-Admin"

Tue Apr 14 14:21:35 2020 rev:5 rq:793577 version:1.5.6

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-Flask-Admin/python-Flask-Admin.changes  
2020-02-19 18:48:46.295035053 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-Flask-Admin.new.3248/python-Flask-Admin.changes
2020-04-14 14:21:44.605308626 +0200
@@ -1,0 +2,7 @@
+Sat Apr 11 21:42:05 UTC 2020 - Arun Persaud 
+
+- update to version 1.5.6:
+  * SQLAlchemy 1.3.6 compatibility fix
+  * Python 3.8 support
+
+---

Old:

  Flask-Admin-1.5.5.tar.gz

New:

  Flask-Admin-1.5.6.tar.gz



Other differences:
--
++ python-Flask-Admin.spec ++
--- /var/tmp/diff_new_pack.k1Hlpe/_old  2020-04-14 14:21:44.941308877 +0200
+++ /var/tmp/diff_new_pack.k1Hlpe/_new  2020-04-14 14:21:44.941308877 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-Flask-Admin
-Version:1.5.5
+Version:1.5.6
 Release:0
 Summary:Extensible admin interface framework for Flask
 License:BSD-3-Clause

++ Flask-Admin-1.5.5.tar.gz -> Flask-Admin-1.5.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Flask-Admin-1.5.5/Flask_Admin.egg-info/PKG-INFO 
new/Flask-Admin-1.5.6/Flask_Admin.egg-info/PKG-INFO
--- old/Flask-Admin-1.5.5/Flask_Admin.egg-info/PKG-INFO 2020-02-07 
16:42:01.0 +0100
+++ new/Flask-Admin-1.5.6/Flask_Admin.egg-info/PKG-INFO 2020-04-09 
20:15:06.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Flask-Admin
-Version: 1.5.5
+Version: 1.5.6
 Summary: Simple and extensible admin interface framework for Flask
 Home-page: https://github.com/flask-admin/flask-admin/
 Author: Flask-Admin team
@@ -63,7 +63,7 @@
 
   3. Install requirements::
 
-pip install -r 'examples/sqla/requirements.txt'
+pip install -r examples/sqla/requirements.txt
 
   4. Run the application::
 
@@ -137,6 +137,12 @@
 Changelog
 =
 
+1.5.6
+-
+
+* SQLAlchemy 1.3.6 compatibility fix
+* Python 3.8 support
+
 1.5.5
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Flask-Admin-1.5.5/LICENSE 
new/Flask-Admin-1.5.6/LICENSE
--- old/Flask-Admin-1.5.5/LICENSE   2020-02-07 16:03:17.0 +0100
+++ new/Flask-Admin-1.5.6/LICENSE   2020-04-09 20:15:00.0 +0200
@@ -1,26 +1,29 @@
-Copyright (c) 2014, Serge S. Koval and contributors. See AUTHORS
-for more details.
+BSD 3-Clause License
 
-Some rights reserved.
+Copyright (c) 2014, Serge S. Koval and contributors
+All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 
-* Redistributions of source code must retain the above copyright
-  notice, this list of conditions and the following disclaimer.
-* Redistributions in binary form must reproduce the above copyright
-  notice, this list of conditions and the following disclaimer in the
-  documentation and/or other materials provided with the distribution.
-* Names of the contributors may not be used to endorse or promote products
-  derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL SERGE KOVAL BE LIABLE FOR ANY
-DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
+1. Redistributions of source code must retain the above copyright notice, this
+   list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must 

commit python-Flask-Admin for openSUSE:Leap:15.2

2020-02-19 Thread root
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 
+
+- 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 
+
+- 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)