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: updated to 1.2.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5c484b2e999
branches:  trunk
changeset: 374789:c5c484b2e999
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jan 29 13:44:32 2018 +0000

description:
py-sqlalchemy: updated to 1.2.2

1.2.2:
orm
[orm] [bug] Fixed 1.2 regression regarding new bulk_replace event where a backref would fail to remove an object from the previous owner when a bulk-assignment assigned the object to a new owner.

mysql
[mysql] [bug] Added more MySQL 8.0 reserved words to the MySQL dialect for quoting purposes. Pull request courtesy Riccardo Magliocchetti.

mssql
[mssql] [bug] Added ODBC error code 10054 to the list of error codes that count as a disconnect for ODBC / MSSQL server.

oracle
[oracle] [bug] The cx_Oracle dialect now calls setinputsizes() with cx_Oracle.NCHAR unconditionally when the NVARCHAR2 datatype, in SQLAlchemy corresponding to sqltypes.Unicode(), is in use. Per 
cx_Oracle?s author this allows the correct conversions to occur within the Oracle client regardless of the setting for NLS_NCHAR_CHARACTERSET.

diffstat:

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

diffs (27 lines):

diff -r 50258f4d910c -r c5c484b2e999 databases/py-sqlalchemy/Makefile
--- a/databases/py-sqlalchemy/Makefile  Mon Jan 29 12:58:44 2018 +0000
+++ b/databases/py-sqlalchemy/Makefile  Mon Jan 29 13:44:32 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2018/01/18 09:12:17 adam Exp $
+# $NetBSD: Makefile,v 1.34 2018/01/29 13:44:32 adam Exp $
 
-DISTNAME=      SQLAlchemy-1.2.1
+DISTNAME=      SQLAlchemy-1.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/SQLAlchemy/}
diff -r 50258f4d910c -r c5c484b2e999 databases/py-sqlalchemy/distinfo
--- a/databases/py-sqlalchemy/distinfo  Mon Jan 29 12:58:44 2018 +0000
+++ b/databases/py-sqlalchemy/distinfo  Mon Jan 29 13:44:32 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2018/01/18 09:12:17 adam Exp $
+$NetBSD: distinfo,v 1.29 2018/01/29 13:44:32 adam Exp $
 
-SHA1 (SQLAlchemy-1.2.1.tar.gz) = 518772a8f77f6d294c5bf3d123fc54284b20caa7
-RMD160 (SQLAlchemy-1.2.1.tar.gz) = b136b58ce7d567705e8cde0617b55f1e9f599c89
-SHA512 (SQLAlchemy-1.2.1.tar.gz) = 1f958ed2b06a7cb34665b34cd844bfdda72f197f966928ee02389f56eabd05ef68973caeccf17e7f5485b67c899cd5fe67d3ac55981481c13a5368bc9b7c238e
-Size (SQLAlchemy-1.2.1.tar.gz) = 5457455 bytes
+SHA1 (SQLAlchemy-1.2.2.tar.gz) = 9888f6102baa2315bebf1c75449cbeb3c2f3b22b
+RMD160 (SQLAlchemy-1.2.2.tar.gz) = f029d60552bcfe535d3cfa694c1e6905e0813abe
+SHA512 (SQLAlchemy-1.2.2.tar.gz) = 060ce803b8b621d51aa69100c598c424c36f051bdce1e2df3f4d837815f91cb55c4e089db5375b01832ec28bf42332311009c51c1b5e7aae92aea001ee880db5
+Size (SQLAlchemy-1.2.2.tar.gz) = 5460157 bytes



Home | Main Index | Thread Index | Old Index