diff options
author | adam <adam@pkgsrc.org> | 2019-05-19 08:07:54 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-05-19 08:07:54 +0000 |
commit | b8bb3414508218349885f633e7de471fa8e62400 (patch) | |
tree | fe383c86f3b0c091a123bc2f13bc22fd2270af3d /www/py-flask-sqlalchemy/Makefile | |
parent | f0c407e05b6ac6c0fcf8bf935269c1dbd22b5cb2 (diff) | |
download | pkgsrc-b8bb3414508218349885f633e7de471fa8e62400.tar.gz |
py-flask-sqlalchemy: updated to 2.4.0
Version 2.4.0
- Make engine configuration more flexible.
- Address SQLAlchemy 1.3 deprecations.
- get_or_404() and first_or_404() now accept a description
parameter to control the 404 message.
- Use time.perf_counter for Python 3 on Windows.
- Drop support for Python 2.6 and 3.3.
- Add an example of Flask's tutorial project, Flaskr, adapted for
Flask-SQLAlchemy.
Diffstat (limited to 'www/py-flask-sqlalchemy/Makefile')
-rw-r--r-- | www/py-flask-sqlalchemy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-flask-sqlalchemy/Makefile b/www/py-flask-sqlalchemy/Makefile index 7add76aaeea..f1571b3e9de 100644 --- a/www/py-flask-sqlalchemy/Makefile +++ b/www/py-flask-sqlalchemy/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2017/12/12 09:53:24 adam Exp $ +# $NetBSD: Makefile,v 1.11 2019/05/19 08:07:54 adam Exp $ -DISTNAME= Flask-SQLAlchemy-2.3.2 +DISTNAME= Flask-SQLAlchemy-2.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=F/Flask-SQLAlchemy/} |