Hello community,

here is the log from the commit of package python-Flask-Migrate for 
openSUSE:Factory checked in at 2018-12-18 14:57:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Flask-Migrate (Old)
 and      /work/SRC/openSUSE:Factory/.python-Flask-Migrate.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Flask-Migrate"

Tue Dec 18 14:57:55 2018 rev:2 rq:658513 version:2.3.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-Flask-Migrate/python-Flask-Migrate.changes    
    2018-10-25 09:12:10.154296021 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-Flask-Migrate.new.28833/python-Flask-Migrate.changes
     2018-12-18 14:58:25.190248826 +0100
@@ -1,0 +2,9 @@
+Sat Dec  1 18:44:19 UTC 2018 - Arun Persaud <[email protected]>
+
+- specfile:
+  * be more specific in %files section
+
+- update to version 2.3.1:
+  * Don't silence transaction errors from SQLAlchemy (#236)
+
+-------------------------------------------------------------------

Old:
----
  Flask-Migrate-2.3.0.tar.gz

New:
----
  Flask-Migrate-2.3.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Flask-Migrate.spec ++++++
--- /var/tmp/diff_new_pack.ECdzcy/_old  2018-12-18 14:58:25.578248240 +0100
+++ /var/tmp/diff_new_pack.ECdzcy/_new  2018-12-18 14:58:25.582248233 +0100
@@ -12,33 +12,34 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
+
 
-%bcond_without test
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without test
 Name:           python-Flask-Migrate
-Version:        2.3.0
+Version:        2.3.1
 Release:        0
-License:        MIT
 Summary:        SQLAlchemy database migrations for Flask applications using 
Alembic
-Url:            http://github.com/miguelgrinberg/flask-migrate/
+License:        MIT
 Group:          Development/Languages/Python
+URL:            http://github.com/miguelgrinberg/flask-migrate/
 Source:         
https://files.pythonhosted.org/packages/source/F/Flask-Migrate/Flask-Migrate-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module setuptools}
-%if %{with test}
-BuildRequires:  %{python_module alembic >= 0.7}
-BuildRequires:  %{python_module Flask >= 0.9}
-BuildRequires:  %{python_module Flask-SQLAlchemy >= 1.0}
-BuildRequires:  %{python_module Flask-Script >= 0.6}
-%endif
 BuildRequires:  fdupes
-Requires:       python-alembic >= 0.7
+BuildRequires:  python-rpm-macros
 Requires:       python-Flask >= 0.9
 Requires:       python-Flask-SQLAlchemy >= 1.0
 Requires:       python-Flask-Script >= 0.6
+Requires:       python-alembic >= 0.7
 BuildArch:      noarch
-
+%if %{with test}
+BuildRequires:  %{python_module Flask >= 0.9}
+BuildRequires:  %{python_module Flask-SQLAlchemy >= 1.0}
+BuildRequires:  %{python_module Flask-Script >= 0.6}
+BuildRequires:  %{python_module alembic >= 0.7}
+%endif
 %python_subpackages
 
 %description
@@ -65,6 +66,8 @@
 %files %{python_files}
 %doc README.md
 %license LICENSE
-%{python_sitelib}/*
+%dir %{python_sitelib}/flask_migrate
+%{python_sitelib}/flask_migrate/*
+%{python_sitelib}/Flask_Migrate-%{version}-py*.egg-info
 
 %changelog

++++++ Flask-Migrate-2.3.0.tar.gz -> Flask-Migrate-2.3.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Flask-Migrate-2.3.0/Flask_Migrate.egg-info/PKG-INFO 
new/Flask-Migrate-2.3.1/Flask_Migrate.egg-info/PKG-INFO
--- old/Flask-Migrate-2.3.0/Flask_Migrate.egg-info/PKG-INFO     2018-10-05 
11:51:15.000000000 +0200
+++ new/Flask-Migrate-2.3.1/Flask_Migrate.egg-info/PKG-INFO     2018-11-28 
14:57:23.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: Flask-Migrate
-Version: 2.3.0
+Version: 2.3.1
 Summary: SQLAlchemy database migrations for Flask applications using Alembic
 Home-page: http://github.com/miguelgrinberg/flask-migrate/
 Author: Miguel Grinberg
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Flask-Migrate-2.3.0/PKG-INFO 
new/Flask-Migrate-2.3.1/PKG-INFO
--- old/Flask-Migrate-2.3.0/PKG-INFO    2018-10-05 11:51:15.000000000 +0200
+++ new/Flask-Migrate-2.3.1/PKG-INFO    2018-11-28 14:57:23.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: Flask-Migrate
-Version: 2.3.0
+Version: 2.3.1
 Summary: SQLAlchemy database migrations for Flask applications using Alembic
 Home-page: http://github.com/miguelgrinberg/flask-migrate/
 Author: Miguel Grinberg
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Flask-Migrate-2.3.0/flask_migrate/templates/flask/env.py 
new/Flask-Migrate-2.3.1/flask_migrate/templates/flask/env.py
--- old/Flask-Migrate-2.3.0/flask_migrate/templates/flask/env.py        
2018-08-12 00:10:47.000000000 +0200
+++ new/Flask-Migrate-2.3.1/flask_migrate/templates/flask/env.py        
2018-11-28 14:56:31.000000000 +0100
@@ -74,10 +74,13 @@
                       target_metadata=target_metadata,
                       process_revision_directives=process_revision_directives,
                       **current_app.extensions['migrate'].configure_args)
-
+    
     try:
         with context.begin_transaction():
             context.run_migrations()
+    except Exception as exception:
+        logger.error(exception)
+        raise exception
     finally:
         connection.close()
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Flask-Migrate-2.3.0/setup.py 
new/Flask-Migrate-2.3.1/setup.py
--- old/Flask-Migrate-2.3.0/setup.py    2018-10-05 11:50:35.000000000 +0200
+++ new/Flask-Migrate-2.3.1/setup.py    2018-11-28 14:56:31.000000000 +0100
@@ -9,7 +9,7 @@
 
 setup(
     name='Flask-Migrate',
-    version='2.3.0',
+    version='2.3.1',
     url='http://github.com/miguelgrinberg/flask-migrate/',
     license='MIT',
     author='Miguel Grinberg',


Reply via email to