[python-flask-sqlalchemy] updating to upstream 2.0 and adding sources

Tim Flink tflink at fedoraproject.org
Wed Dec 10 18:33:10 UTC 2014


commit 613db6748f776b15887a946b98c713c071af0a63
Author: Tim Flink <tflink at fedoraproject.org>
Date:   Wed Dec 10 11:33:18 2014 -0700

    updating to upstream 2.0 and adding sources

 .gitignore                   |    1 +
 python-flask-sqlalchemy.spec |    8 ++++++--
 sources                      |    1 +
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0ccc7a9..720047e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Flask-SQLAlchemy-0.14.tar.gz
 Flask-SQLAlchemy-0.16.tar.gz
 /Flask-SQLAlchemy-1.0.tar.gz
+/Flask-SQLAlchemy-2.0.tar.gz
diff --git a/python-flask-sqlalchemy.spec b/python-flask-sqlalchemy.spec
index 7e308a2..74af96d 100644
--- a/python-flask-sqlalchemy.spec
+++ b/python-flask-sqlalchemy.spec
@@ -2,8 +2,8 @@
 %global with_python3 1
 
 Name:           python-flask-sqlalchemy
-Version:        1.0
-Release:        4%{?dist}
+Version:        2.0
+Release:        1%{?dist}
 Summary:        Adds SQLAlchemy support to Flask application
 
 Group:          Development/Libraries
@@ -89,6 +89,10 @@ popd
 %endif # with_python3
 
 %changelog
+* Wed Dec 10 2014 Tim Flink <tflink at fedoraproject.org> - 2.0-1
+- Upgraded to upstream 2.0
+- Enhanced internal signal control, made more customizable and less global to play nice with non-flask-sqlalchemy sessions
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index e1b46f4..646df41 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 dca034849ffcbaef7b848e8728d3668f  Flask-SQLAlchemy-1.0.tar.gz
+06ae73194cca73b72e178f870d1dac7c  Flask-SQLAlchemy-2.0.tar.gz


More information about the scm-commits mailing list