summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2017-09-13 17:29:06 +0000
committerminskim <minskim@pkgsrc.org>2017-09-13 17:29:06 +0000
commit085e2b1bc3a1093504eece458aaf98c62b254a81 (patch)
treee9a9a9f46a696efa0079c5723cc39666378e556c /databases
parent211f33f1cf51e069e2b9bf1d40950e5416acdbf1 (diff)
downloadpkgsrc-085e2b1bc3a1093504eece458aaf98c62b254a81.tar.gz
py-sqlalchemy: Update to 1.1.14
Bug fixes only. - Fixed bug in Session.merge() where an internal check for a target object in the identity map could lead to an error. - Fixed bug where an undefer_group() option would not be recognized. - Fixed race condition in ORM identity map. - Fixed bug in Session.merge() where objects in a collection that had the primary key attribute set to None for a key that is typically autoincrementing would be considered to be a database-persisted key for part of the internal deduplication process. - An InvalidRequestError is raised when a synonym() is used against an attribute that is not against a MapperProperty. - Altered the range specification for window functions to allow for two of the same PRECEDING or FOLLOWING keywords in a range by allowing for the left side of the range to be positive and for the right to be negative.
Diffstat (limited to 'databases')
-rw-r--r--databases/py-sqlalchemy/Makefile4
-rw-r--r--databases/py-sqlalchemy/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/py-sqlalchemy/Makefile b/databases/py-sqlalchemy/Makefile
index e55b8c98e9d..0eaeb56780b 100644
--- a/databases/py-sqlalchemy/Makefile
+++ b/databases/py-sqlalchemy/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2017/08/03 18:21:51 adam Exp $
+# $NetBSD: Makefile,v 1.32 2017/09/13 17:29:06 minskim Exp $
-DISTNAME= SQLAlchemy-1.1.13
+DISTNAME= SQLAlchemy-1.1.14
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=S/SQLAlchemy/}
diff --git a/databases/py-sqlalchemy/distinfo b/databases/py-sqlalchemy/distinfo
index b7623a557f7..65e2d16307b 100644
--- a/databases/py-sqlalchemy/distinfo
+++ b/databases/py-sqlalchemy/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2017/08/03 18:21:51 adam Exp $
+$NetBSD: distinfo,v 1.27 2017/09/13 17:29:06 minskim Exp $
-SHA1 (SQLAlchemy-1.1.13.tar.gz) = b877650abc789d8324519076f3c1d867c8d37d6a
-RMD160 (SQLAlchemy-1.1.13.tar.gz) = bc733ec18d14d44b4db2a4f7d5192d4e7a95f1ca
-SHA512 (SQLAlchemy-1.1.13.tar.gz) = 556222ff6b8218e7c3b892bf15ee24966aea366bf9d4e94db9762c56120aac3cde8eb174763a1edc1686744dd5c10f16791ac83111cb9d3da15f0ca5bdfad377
-Size (SQLAlchemy-1.1.13.tar.gz) = 5179952 bytes
+SHA1 (SQLAlchemy-1.1.14.tar.gz) = 7fc30f6d92529ba36e3292d572c7f6fd4927bdd2
+RMD160 (SQLAlchemy-1.1.14.tar.gz) = 5495c7f68787db9ead47dd629c891e226caf0430
+SHA512 (SQLAlchemy-1.1.14.tar.gz) = 82b9a97553a27e8d366401b1b99ebc884ee3a95f7ccefc27dae50bc335e30a4c019906caf07238c2a91b7b89a4a5a5e1118defb11e6a2719b631ca0d1e0905a1
+Size (SQLAlchemy-1.1.14.tar.gz) = 5183519 bytes