pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/py-sqlalchemy py-sqlalchemy: Update to 1.1.14



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5cf394103a9e
branches:  trunk
changeset: 368301:5cf394103a9e
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Sep 13 17:29:06 2017 +0000

description:
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:

 databases/py-sqlalchemy/Makefile |   4 ++--
 databases/py-sqlalchemy/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 41244e7cf4f3 -r 5cf394103a9e databases/py-sqlalchemy/Makefile
--- a/databases/py-sqlalchemy/Makefile  Wed Sep 13 16:37:55 2017 +0000
+++ b/databases/py-sqlalchemy/Makefile  Wed Sep 13 17:29:06 2017 +0000
@@ -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 -r 41244e7cf4f3 -r 5cf394103a9e databases/py-sqlalchemy/distinfo
--- a/databases/py-sqlalchemy/distinfo  Wed Sep 13 16:37:55 2017 +0000
+++ b/databases/py-sqlalchemy/distinfo  Wed Sep 13 17:29:06 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index