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:   adam
Date:           Mon Jan 28 10:49:50 UTC 2019

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

Log Message:
py-sqlalchemy: updated to 1.2.17

1.2.17

[orm] [feature] Added new event hooks QueryEvents.before_compile_update() and QueryEvents.before_compile_delete() which complement QueryEvents.before_compile() in the case of the Query.update() and 
Query.delete() methods.

[orm] [bug] Fixed issue where when using single-table inheritance in conjunction with a joined inheritance hierarchy that uses “with polymorphic” loading, the “single table criteria” for that 
single-table entity could get confused for that of other entities from the same hierarchy used in the same query.The adaption of the “single table criteria” is made more specific to the target entity 
to avoid it accidentally getting adapted to other tables in the query.

[postgresql] [bug] Revised the query used when reflecting CHECK constraints to make use of the pg_get_constraintdef function, as the consrc column is being deprecated in PG 12. Thanks to John A 
Stevenson for the tip.

[oracle] [bug] Fixed regression in integer precision logic due to the refactor of the cx_Oracle dialect in 1.2. We now no longer apply the cx_Oracle.NATIVE_INT type to result columns sending integer 
values (detected as positive precision with scale ==0) which encounters integer overflow issues with values that go beyond the 32 bit boundary. Instead, the output variable is left untyped so that 
cx_Oracle can choose the best option


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/databases/py-sqlalchemy/Makefile
cvs rdiff -u -r1.43 -r1.44 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.48 pkgsrc/databases/py-sqlalchemy/Makefile:1.49
--- pkgsrc/databases/py-sqlalchemy/Makefile:1.48        Tue Jan 15 11:51:27 2019
+++ pkgsrc/databases/py-sqlalchemy/Makefile     Mon Jan 28 10:49:50 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2019/01/15 11:51:27 adam Exp $
+# $NetBSD: Makefile,v 1.49 2019/01/28 10:49:50 adam Exp $
 
-DISTNAME=      SQLAlchemy-1.2.16
+DISTNAME=      SQLAlchemy-1.2.17
 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.43 pkgsrc/databases/py-sqlalchemy/distinfo:1.44
--- pkgsrc/databases/py-sqlalchemy/distinfo:1.43        Tue Jan 15 11:51:27 2019
+++ pkgsrc/databases/py-sqlalchemy/distinfo     Mon Jan 28 10:49:50 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.43 2019/01/15 11:51:27 adam Exp $
+$NetBSD: distinfo,v 1.44 2019/01/28 10:49:50 adam Exp $
 
-SHA1 (SQLAlchemy-1.2.16.tar.gz) = a315ace39170c2d8eb989e07f47336f65a28ddd3
-RMD160 (SQLAlchemy-1.2.16.tar.gz) = 17a597e1225994494e11ecba9df0b13458683a33
-SHA512 (SQLAlchemy-1.2.16.tar.gz) = b80a6111a34495127ffe4dd0cb8ddc087b355c6fd891df5f829f6b1de3119dee5c6b181bc8dde9089c9a48a9e9ecbac52354bc2314989489f7a1e854fcbb535c
-Size (SQLAlchemy-1.2.16.tar.gz) = 5659983 bytes
+SHA1 (SQLAlchemy-1.2.17.tar.gz) = 0aa3388617a876f8b8e22eda7d347455a44973ee
+RMD160 (SQLAlchemy-1.2.17.tar.gz) = 46cf42a1a5e2e40c7b6fe0802790aad488f7f4f7
+SHA512 (SQLAlchemy-1.2.17.tar.gz) = 87c97a8e5cc79e0b0f76820ee88fb72f001b8a707da4a3f52fe334e43d5d9f182d0d638df04d5e92e7587603232071180cc1b29a97788f9d9c57bf14c7af3bd6
+Size (SQLAlchemy-1.2.17.tar.gz) = 5670715 bytes



Home | Main Index | Thread Index | Old Index