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 29 13:44:32 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/databases/py-sqlalchemy/Makefile
cvs rdiff -u -r1.28 -r1.29 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.33 pkgsrc/databases/py-sqlalchemy/Makefile:1.34
--- pkgsrc/databases/py-sqlalchemy/Makefile:1.33        Thu Jan 18 09:12:17 2018
+++ pkgsrc/databases/py-sqlalchemy/Makefile     Mon Jan 29 13:44:32 2018
@@ -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/}

Index: pkgsrc/databases/py-sqlalchemy/distinfo
diff -u pkgsrc/databases/py-sqlalchemy/distinfo:1.28 pkgsrc/databases/py-sqlalchemy/distinfo:1.29
--- pkgsrc/databases/py-sqlalchemy/distinfo:1.28        Thu Jan 18 09:12:17 2018
+++ pkgsrc/databases/py-sqlalchemy/distinfo     Mon Jan 29 13:44:32 2018
@@ -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