summaryrefslogtreecommitdiff
path: root/databases/py-sqlalchemy/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-07-25 10:28:08 +0000
committeradam <adam@pkgsrc.org>2017-07-25 10:28:08 +0000
commit9913eb23c07438008a4dde6ceaf0cdb13c7ef4af (patch)
treefcc8179c806aaaabceb09f9aeb510a5870b29556 /databases/py-sqlalchemy/Makefile
parent2c06ca0038bf89dd35ef312391f82c8aea3d778a (diff)
downloadpkgsrc-9913eb23c07438008a4dde6ceaf0cdb13c7ef4af.tar.gz
SQLAlchemy release 1.1.12 is now available.
This release repairs an issue in the test suite that would prevent the suite from passing on Python version 3.6.2. The release is made at the same time as that of release 1.0.18 and 1.2.0b2. Also included are fixes related to ORM use of JSON NULL values, subquery eager loading, and a stability enhancement involving the identity map when used under high concurrency.
Diffstat (limited to 'databases/py-sqlalchemy/Makefile')
-rw-r--r--databases/py-sqlalchemy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-sqlalchemy/Makefile b/databases/py-sqlalchemy/Makefile
index d5435da4713..3c4bfe52219 100644
--- a/databases/py-sqlalchemy/Makefile
+++ b/databases/py-sqlalchemy/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2017/06/20 07:32:19 adam Exp $
+# $NetBSD: Makefile,v 1.30 2017/07/25 10:28:08 adam Exp $
-DISTNAME= SQLAlchemy-1.1.11
+DISTNAME= SQLAlchemy-1.1.12
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=S/SQLAlchemy/}