commit python-Flask-Admin for openSUSE:Factory

2020-10-30 Thread root
Hello community,

here is the log from the commit of package python-Flask-Admin for 
openSUSE:Factory checked in at 2020-10-30 11:49:26

Comparing /work/SRC/openSUSE:Factory/python-Flask-Admin (Old)
 and  /work/SRC/openSUSE:Factory/.python-Flask-Admin.new.3463 (New)


Package is "python-Flask-Admin"

Fri Oct 30 11:49:26 2020 rev:8 rq:844933 version:1.5.6

Changes:

--- /work/SRC/openSUSE:Factory/python-Flask-Admin/python-Flask-Admin.changes
2020-09-29 19:04:21.165959301 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-Flask-Admin.new.3463/python-Flask-Admin.changes
  2020-10-30 11:50:11.453841391 +0100
@@ -1,0 +2,6 @@
+Thu Oct 29 20:46:47 UTC 2020 - Matej Cepl 
+
+- Add remove_nose.patch to remove dependency on nose
+  (gh#flask-admin/flask-admin#2047).
+
+---

New:

  remove_nose.patch



Other differences:
--
++ python-Flask-Admin.spec ++
--- /var/tmp/diff_new_pack.JhEDbc/_old  2020-10-30 11:50:12.073841939 +0100
+++ /var/tmp/diff_new_pack.JhEDbc/_new  2020-10-30 11:50:12.077841943 +0100
@@ -25,6 +25,9 @@
 License:BSD-3-Clause
 URL:https://github.com/flask-admin/flask-admin/
 Source: 
https://files.pythonhosted.org/packages/source/F/Flask-Admin/Flask-Admin-%{version}.tar.gz
+# PATCH-FEATURE-UPSTREAM remove_nose.patch gh#flask-admin/flask-admin#2047 
mc...@suse.com
+# port from nose to pytest (mostly just pure asserts)
+Patch0: remove_nose.patch
 BuildRequires:  %{python_module Flask >= 0.7}
 BuildRequires:  %{python_module Flask-BabelEx}
 BuildRequires:  %{python_module Flask-SQLAlchemy}
@@ -33,8 +36,8 @@
 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 pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -60,6 +63,8 @@
 
 %prep
 %setup -q -n Flask-Admin-%{version}
+%autopatch -p1
+
 # remove contrib tests that pull in too many dependencies
 rm -rf flask_admin/tests/geoa
 rm -rf flask_admin/tests/{mongoengine,pymongo}
@@ -76,8 +81,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-export PYTHONDONTWRITEBYTECODE=1
-%python_expand nosetests-%{$python_bin_suffix} -e test_ajax_fk
+%pytest
 
 %files %{python_files}
 %license LICENSE

++ remove_nose.patch ++
 7018 lines (skipped)




commit python-Flask-Admin for openSUSE:Factory

2020-09-29 Thread root
Hello community,

here is the log from the commit of package python-Flask-Admin for 
openSUSE:Factory checked in at 2020-09-29 19:04:14

Comparing /work/SRC/openSUSE:Factory/python-Flask-Admin (Old)
 and  /work/SRC/openSUSE:Factory/.python-Flask-Admin.new.4249 (New)


Package is "python-Flask-Admin"

Tue Sep 29 19:04:14 2020 rev:7 rq:838356 version:1.5.6

Changes:

--- /work/SRC/openSUSE:Factory/python-Flask-Admin/python-Flask-Admin.changes
2020-04-21 13:12:30.937033468 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-Flask-Admin.new.4249/python-Flask-Admin.changes
  2020-09-29 19:04:21.165959301 +0200
@@ -1,0 +2,5 @@
+Mon Sep 28 11:33:32 UTC 2020 - Hans-Peter Jansen 
+
+- Exclude a failing test
+
+---



Other differences:
--
++ python-Flask-Admin.spec ++
--- /var/tmp/diff_new_pack.7r3PzM/_old  2020-09-29 19:04:21.877960166 +0200
+++ /var/tmp/diff_new_pack.7r3PzM/_new  2020-09-29 19:04:21.881960170 +0200
@@ -77,7 +77,7 @@
 
 %check
 export PYTHONDONTWRITEBYTECODE=1
-%python_expand nosetests-%{$python_bin_suffix}
+%python_expand nosetests-%{$python_bin_suffix} -e test_ajax_fk
 
 %files %{python_files}
 %license LICENSE




commit python-Flask-Admin for openSUSE:Factory

2020-04-21 Thread root
Hello community,

here is the log from the commit of package python-Flask-Admin for 
openSUSE:Factory checked in at 2020-04-21 13:12:29

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


Package is "python-Flask-Admin"

Tue Apr 21 13:12:29 2020 rev:6 rq:795865 version:1.5.6

Changes:

--- /work/SRC/openSUSE:Factory/python-Flask-Admin/python-Flask-Admin.changes
2020-04-13 12:53:14.836647092 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-Flask-Admin.new.2738/python-Flask-Admin.changes
  2020-04-21 13:12:30.937033468 +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.hJCs5f/_old  2020-04-21 13:12:31.529034649 +0200
+++ /var/tmp/diff_new_pack.hJCs5f/_new  2020-04-21 13:12:31.533034657 +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:Factory

2020-04-13 Thread root
Hello community,

here is the log from the commit of package python-Flask-Admin for 
openSUSE:Factory checked in at 2020-04-13 12:53:13

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


Package is "python-Flask-Admin"

Mon Apr 13 12:53:13 2020 rev:5 rq:793332 version:1.5.6

Changes:

--- /work/SRC/openSUSE:Factory/python-Flask-Admin/python-Flask-Admin.changes
2020-02-10 21:53:32.478194901 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-Flask-Admin.new.3248/python-Flask-Admin.changes
  2020-04-13 12:53:14.836647092 +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.qjNq3E/_old  2020-04-13 12:53:15.516647388 +0200
+++ /var/tmp/diff_new_pack.qjNq3E/_new  2020-04-13 12:53:15.520647390 +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 reproduce the 

commit python-Flask-Admin for openSUSE:Factory

2020-02-10 Thread root
Hello community,

here is the log from the commit of package python-Flask-Admin for 
openSUSE:Factory checked in at 2020-02-10 21:53:25

Comparing /work/SRC/openSUSE:Factory/python-Flask-Admin (Old)
 and  /work/SRC/openSUSE:Factory/.python-Flask-Admin.new.26092 (New)


Package is "python-Flask-Admin"

Mon Feb 10 21:53:25 2020 rev:4 rq:772538 version:1.5.5

Changes:

--- /work/SRC/openSUSE:Factory/python-Flask-Admin/python-Flask-Admin.changes
2019-10-22 15:46:14.565771789 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-Flask-Admin.new.26092/python-Flask-Admin.changes
 2020-02-10 21:53:32.478194901 +0100
@@ -1,0 +2,11 @@
+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
+
+---

Old:

  Flask-Admin-1.5.4.tar.gz

New:

  Flask-Admin-1.5.5.tar.gz



Other differences:
--
++ python-Flask-Admin.spec ++
--- /var/tmp/diff_new_pack.EjD1kC/_old  2020-02-10 21:53:33.230195316 +0100
+++ /var/tmp/diff_new_pack.EjD1kC/_new  2020-02-10 21:53:33.234195318 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Flask-Admin
 #
-# Copyright (c) 2019 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,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-Flask-Admin
-Version:1.5.4
+Version:1.5.5
 Release:0
 Summary:Extensible admin interface framework for Flask
 License:BSD-3-Clause

++ Flask-Admin-1.5.4.tar.gz -> Flask-Admin-1.5.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Flask-Admin-1.5.4/Flask_Admin.egg-info/PKG-INFO 
new/Flask-Admin-1.5.5/Flask_Admin.egg-info/PKG-INFO
--- old/Flask-Admin-1.5.4/Flask_Admin.egg-info/PKG-INFO 2019-10-17 
01:05:57.0 +0200
+++ new/Flask-Admin-1.5.5/Flask_Admin.egg-info/PKG-INFO 2020-02-07 
16:42:01.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Flask-Admin
-Version: 1.5.4
+Version: 1.5.5
 Summary: Simple and extensible admin interface framework for Flask
 Home-page: https://github.com/flask-admin/flask-admin/
 Author: Flask-Admin team
@@ -137,6 +137,13 @@
 Changelog
 =
 
+1.5.5
+-
+
+* Werkzeug 1.0 compatibility fix
+* Use fa-circle-o icon for unchecked booleans
+* A few SQLAlchemy-related bug fixes
+
 1.5.4
 -
 
@@ -267,5 +274,5 @@
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
-Provides-Extra: azure
 Provides-Extra: aws
+Provides-Extra: azure
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Flask-Admin-1.5.4/PKG-INFO 
new/Flask-Admin-1.5.5/PKG-INFO
--- old/Flask-Admin-1.5.4/PKG-INFO  2019-10-17 01:05:57.0 +0200
+++ new/Flask-Admin-1.5.5/PKG-INFO  2020-02-07 16:42:01.207565000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Flask-Admin
-Version: 1.5.4
+Version: 1.5.5
 Summary: Simple and extensible admin interface framework for Flask
 Home-page: https://github.com/flask-admin/flask-admin/
 Author: Flask-Admin team
@@ -137,6 +137,13 @@
 Changelog
 =
 
+1.5.5
+-
+
+* Werkzeug 1.0 compatibility fix
+* Use fa-circle-o icon for unchecked booleans
+* A few SQLAlchemy-related bug fixes
+
 1.5.4
 -
 
@@ -267,5 +274,5 @@
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
-Provides-Extra: azure
 Provides-Extra: aws
+Provides-Extra: azure
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Flask-Admin-1.5.4/flask_admin/__init__.py 
new/Flask-Admin-1.5.5/flask_admin/__init__.py
--- old/Flask-Admin-1.5.4/flask_admin/__init__.py   2019-10-17 
00:45:04.0 +0200
+++ new/Flask-Admin-1.5.5/flask_admin/__init__.py   2020-02-07 
16:08:37.0 +0100
@@ -1,4 +1,4 @@
-__version__ = '1.5.4'
+__version__ = '1.5.5'
 __author__ = 'Flask-Admin team'
 __email__ = 'serge.koval+git...@gmail.com'
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit python-Flask-Admin for openSUSE:Factory

2019-10-22 Thread root
Hello community,

here is the log from the commit of package python-Flask-Admin for 
openSUSE:Factory checked in at 2019-10-22 15:46:12

Comparing /work/SRC/openSUSE:Factory/python-Flask-Admin (Old)
 and  /work/SRC/openSUSE:Factory/.python-Flask-Admin.new.2352 (New)


Package is "python-Flask-Admin"

Tue Oct 22 15:46:12 2019 rev:3 rq:741691 version:1.5.4

Changes:

--- /work/SRC/openSUSE:Factory/python-Flask-Admin/python-Flask-Admin.changes
2019-01-03 18:08:18.816050517 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-Flask-Admin.new.2352/python-Flask-Admin.changes
  2019-10-22 15:46:14.565771789 +0200
@@ -1,0 +2,21 @@
+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.4.tar.gz



Other differences:
--
++ python-Flask-Admin.spec ++
--- /var/tmp/diff_new_pack.0x2bSU/_old  2019-10-22 15:46:15.465772890 +0200
+++ /var/tmp/diff_new_pack.0x2bSU/_new  2019-10-22 15:46:15.465772890 +0200
@@ -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

++ Flask-Admin-1.5.3.tar.gz -> Flask-Admin-1.5.4.tar.gz ++
 3129 lines of diff (skipped)




commit python-Flask-Admin for openSUSE:Factory

2019-01-03 Thread root
Hello community,

here is the log from the commit of package python-Flask-Admin for 
openSUSE:Factory checked in at 2019-01-03 18:08:08

Comparing /work/SRC/openSUSE:Factory/python-Flask-Admin (Old)
 and  /work/SRC/openSUSE:Factory/.python-Flask-Admin.new.28833 (New)


Package is "python-Flask-Admin"

Thu Jan  3 18:08:08 2019 rev:2 rq:662390 version:1.5.3

Changes:

--- /work/SRC/openSUSE:Factory/python-Flask-Admin/python-Flask-Admin.changes
2018-11-10 17:02:12.327546304 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-Flask-Admin.new.28833/python-Flask-Admin.changes
 2019-01-03 18:08:18.816050517 +0100
@@ -1,0 +2,28 @@
+Sun Dec 30 19:01:04 UTC 2018 - Arun Persaud 
+
+- specfile:
+  * be more specific in %files section
+
+- update to version 1.5.3:
+  * Fixed XSS vulnerability
+  * Support nested categories in the navbar menu
+  * SQLAlchemy
++ sort on multiple columns with column_default_sort
++ sort on related models in column_sortable_list
++ fix: inline model forms can now also be used for models with
+  multiple primary keys
++ support for using mapped column_property
+  * Upgrade Leaflet and Leaflet.draw plugins, used for geoalchemy
+integration
+  * Specify minimum_input_length for ajax widget
+  * Peewee: support composite keys
+  * MongoEngine: when searching/filtering the input is now regarded as
+case-insensitive by default
+  * FileAdmin
++ handle special characters in filename
++ fix a bug with listing directories on Windows
++ avoid raising an exception when unknown sort parameter is
+  encountered
+  * WTForms 3 support
+
+---

Old:

  Flask-Admin-1.5.2.tar.gz

New:

  Flask-Admin-1.5.3.tar.gz



Other differences:
--
++ python-Flask-Admin.spec ++
--- /var/tmp/diff_new_pack.YlwtcQ/_old  2019-01-03 18:08:19.276050108 +0100
+++ /var/tmp/diff_new_pack.YlwtcQ/_new  2019-01-03 18:08:19.280050104 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-Flask-Admin
-Version:1.5.2
+Version:1.5.3
 Release:0
 Summary:Extensible admin interface framework for Flask
 License:BSD-3-Clause
@@ -76,6 +76,8 @@
 %files %{python_files}
 %license LICENSE
 %doc README.rst
-%{python_sitelib}/*
+%dir %{python_sitelib}/flask_admin
+%{python_sitelib}/flask_admin/*
+%{python_sitelib}/Flask_Admin-%{version}-py*.egg-info
 
 %changelog

++ Flask-Admin-1.5.2.tar.gz -> Flask-Admin-1.5.3.tar.gz ++
 6370 lines of diff (skipped)