Thu Oct 23 14:42:06 2014 UTC ()
Update py-flask-sqlalchemy to 2.0.

Version 2.0
-----------

Released on August 29th 2014, codename Bohrium

- Changed how the builtin signals are subscribed to skip non
  Flask-SQLAlchemy sessions.  This will also fix the attribute error about
  model changes not existing.
- Added a way to control how signals for model modifications are tracked.
- Made the ``SignallingSession`` a public interface and added a hook
  for customizing session creation.
- If the ``bind`` parameter is given to the signalling session it will no
  longer cause an error that a parameter is given twice.
- Added working table reflection support.
- Enabled autoflush by default.
- Consider ``SQLALCHEMY_COMMIT_ON_TEARDOWN`` harmful and remove from docs.


(kleink)
diff -r1.3 -r1.4 pkgsrc/www/py-flask-sqlalchemy/Makefile
diff -r1.2 -r1.3 pkgsrc/www/py-flask-sqlalchemy/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/www/py-flask-sqlalchemy/Makefile (expand / switch to context diff)
--- pkgsrc/www/py-flask-sqlalchemy/Makefile 2013/08/04 13:47:10 1.3
+++ pkgsrc/www/py-flask-sqlalchemy/Makefile 2014/10/23 14:42:05 1.4
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2013/08/04 13:47:10 kleink Exp $
+# $NetBSD: Makefile,v 1.4 2014/10/23 14:42:05 kleink Exp $
 
-DISTNAME=	Flask-SQLAlchemy-1.0
+DISTNAME=	Flask-SQLAlchemy-2.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=	www python
 MASTER_SITES=	http://pypi.python.org/packages/source/F/Flask-SQLAlchemy/

cvs diff -r1.2 -r1.3 pkgsrc/www/py-flask-sqlalchemy/distinfo (expand / switch to context diff)
--- pkgsrc/www/py-flask-sqlalchemy/distinfo 2013/08/04 13:47:10 1.2
+++ pkgsrc/www/py-flask-sqlalchemy/distinfo 2014/10/23 14:42:05 1.3
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2013/08/04 13:47:10 kleink Exp $
+$NetBSD: distinfo,v 1.3 2014/10/23 14:42:05 kleink Exp $
 
-SHA1 (Flask-SQLAlchemy-1.0.tar.gz) = 8b1e32bb9880cff79b48ef2c8256139e964d6d0e
+SHA1 (Flask-SQLAlchemy-2.0.tar.gz) = 225e41719a84f762ee52bc04ef2d07dc3721e68e
-RMD160 (Flask-SQLAlchemy-1.0.tar.gz) = 9a0c9d823736a850d850e1439b5b526c64e6e1c1
+RMD160 (Flask-SQLAlchemy-2.0.tar.gz) = bd66ac5e395ad94a10f86f9f07ee5953ad202f9e
-Size (Flask-SQLAlchemy-1.0.tar.gz) = 92063 bytes
+Size (Flask-SQLAlchemy-2.0.tar.gz) = 93413 bytes