diff options
| author | adam <adam@pkgsrc.org> | 2017-03-30 08:00:01 +0000 |
|---|---|---|
| committer | adam <adam@pkgsrc.org> | 2017-03-30 08:00:01 +0000 |
| commit | 4b05e19116939f83e552788911e80a27e2d3127f (patch) | |
| tree | fc2b4a9af6969959f380c985a639313736878e08 /databases/py-sqlalchemy/Makefile | |
| parent | 7c6c3bcb2f24bc051b197d6082aa2965632c32bb (diff) | |
| download | pkgsrc-4b05e19116939f83e552788911e80a27e2d3127f.tar.gz | |
Release 1.1.7 includes several bugfixes, one of which was introduced in 1.1.6 as a result of performance enhancements for joined eager loading which presents as a race condition under certain multithreaded scenarios. Fixes also include an important adjustment in the cx_Oracle dialect to adjust for changes in cx_Oracle release 5.3, resolution of an extremely small memory leak which could occur in the relatively unusual case that an arbitrarily high number of savepoints were established on a single Connection object, as well as an important fix in the "schema translate" feature.
Diffstat (limited to 'databases/py-sqlalchemy/Makefile')
| -rw-r--r-- | databases/py-sqlalchemy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-sqlalchemy/Makefile b/databases/py-sqlalchemy/Makefile index 732d64148b4..4f37ca23cf2 100644 --- a/databases/py-sqlalchemy/Makefile +++ b/databases/py-sqlalchemy/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2017/03/12 12:21:16 adam Exp $ +# $NetBSD: Makefile,v 1.24 2017/03/30 08:00:01 adam Exp $ -DISTNAME= SQLAlchemy-1.1.6 +DISTNAME= SQLAlchemy-1.1.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_PYPI:=S/SQLAlchemy/} |
