pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-sqlalchemy



Module Name:    pkgsrc
Committed By:   minskim
Date:           Wed Sep 13 17:29:06 UTC 2017

Modified Files:
        pkgsrc/databases/py-sqlalchemy: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/databases/py-sqlalchemy/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/databases/py-sqlalchemy/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/py-sqlalchemy/Makefile
diff -u pkgsrc/databases/py-sqlalchemy/Makefile:1.31 pkgsrc/databases/py-sqlalchemy/Makefile:1.32
--- pkgsrc/databases/py-sqlalchemy/Makefile:1.31        Thu Aug  3 18:21:51 2017
+++ pkgsrc/databases/py-sqlalchemy/Makefile     Wed Sep 13 17:29:06 2017
@@ -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/}

Index: pkgsrc/databases/py-sqlalchemy/distinfo
diff -u pkgsrc/databases/py-sqlalchemy/distinfo:1.26 pkgsrc/databases/py-sqlalchemy/distinfo:1.27
--- pkgsrc/databases/py-sqlalchemy/distinfo:1.26        Thu Aug  3 18:21:51 2017
+++ pkgsrc/databases/py-sqlalchemy/distinfo     Wed Sep 13 17:29:06 2017
@@ -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