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 <[email protected]>
+
+- 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.000000000 +0100
+++ new/Flask-Admin-1.5.6/Flask_Admin.egg-info/PKG-INFO 2020-04-09
20:15:06.000000000 +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.000000000 +0100
+++ new/Flask-Admin-1.5.6/LICENSE 2020-04-09 20:15:00.000000000 +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 reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+3. Neither the name of the copyright holder nor the names of its
+ contributors may 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 THE COPYRIGHT HOLDER OR CONTRIBUTORS 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.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Flask-Admin-1.5.5/PKG-INFO
new/Flask-Admin-1.5.6/PKG-INFO
--- old/Flask-Admin-1.5.5/PKG-INFO 2020-02-07 16:42:01.207565000 +0100
+++ new/Flask-Admin-1.5.6/PKG-INFO 2020-04-09 20:15:07.000000000 +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/README.rst
new/Flask-Admin-1.5.6/README.rst
--- old/Flask-Admin-1.5.5/README.rst 2020-02-07 16:03:17.000000000 +0100
+++ new/Flask-Admin-1.5.6/README.rst 2020-04-09 20:15:00.000000000 +0200
@@ -55,7 +55,7 @@
3. Install requirements::
- pip install -r 'examples/sqla/requirements.txt'
+ pip install -r examples/sqla/requirements.txt
4. Run the application::
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Flask-Admin-1.5.5/flask_admin/__init__.py
new/Flask-Admin-1.5.6/flask_admin/__init__.py
--- old/Flask-Admin-1.5.5/flask_admin/__init__.py 2020-02-07
16:08:37.000000000 +0100
+++ new/Flask-Admin-1.5.6/flask_admin/__init__.py 2020-04-09
20:15:00.000000000 +0200
@@ -1,4 +1,4 @@
-__version__ = '1.5.5'
+__version__ = '1.5.6'
__author__ = 'Flask-Admin team'
__email__ = '[email protected]'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Flask-Admin-1.5.5/flask_admin/contrib/sqla/tools.py
new/Flask-Admin-1.5.6/flask_admin/contrib/sqla/tools.py
--- old/Flask-Admin-1.5.5/flask_admin/contrib/sqla/tools.py 2020-02-07
16:03:17.000000000 +0100
+++ new/Flask-Admin-1.5.6/flask_admin/contrib/sqla/tools.py 2020-04-09
20:15:00.000000000 +0200
@@ -203,7 +203,7 @@
last_model = attr.property.argument
if isinstance(last_model, _class_resolver):
last_model = model._decl_class_registry[last_model.arg]
- elif isinstance(last_model, types.FunctionType):
+ elif isinstance(last_model, (types.FunctionType,
types.MethodType)):
last_model = last_model()
last_name = names[-1]
return last_name in get_hybrid_properties(last_model)