Sun Nov 23 13:59:41 2014 UTC ()
Changes 2.0.2:
* If the pool_size and pool_name connection arguments were specified using the option file (as opposed to being passed explicitly to the connect call), the pooled connection was successfully created, but an exception was raised when closing it.
* The Django backend raised an exception when converting "0000-00-00 00:00:00" to None.
* Using a connection_created signal defined in django.db.backends.signals caused a ���maximum recursion depth reached��� runtime error.
* The type_code in cursor.description did not compare equal to any of the type objects defined in mysql.connector.dbapi.
* Data corruption occurred when inserting sufficiently large data in a table with a TEXT type column using prepared statements, due to incorrect encoding of the data length while sending the prepared statement packet.
* When the character set was binary, character set conversion could occur. Conversion is no longer done and binary data is returned as is.


(adam)
diff -r1.4 -r1.5 pkgsrc/databases/py-mysql-connector/Makefile
diff -r1.4 -r1.5 pkgsrc/databases/py-mysql-connector/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/databases/py-mysql-connector/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/py-mysql-connector/Makefile 2014/10/07 10:09:36 1.4
+++ pkgsrc/databases/py-mysql-connector/Makefile 2014/11/23 13:59:41 1.5
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.4 2014/10/07 10:09:36 adam Exp $ 1# $NetBSD: Makefile,v 1.5 2014/11/23 13:59:41 adam Exp $
2 2
3DISTNAME= mysql-connector-python-2.0.1 3DISTNAME= mysql-connector-python-2.0.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//}
5CATEGORIES= databases python 5CATEGORIES= databases python
6MASTER_SITES= ${MASTER_SITE_MYSQL:=Connector-Python/} 6MASTER_SITES= ${MASTER_SITE_MYSQL:=Connector-Python/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://dev.mysql.com/downloads/connector/python/ 9HOMEPAGE= https://dev.mysql.com/downloads/connector/python/
10COMMENT= Standardized mysql database driver for Python development 10COMMENT= Standardized mysql database driver for Python development
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13EGG_NAME= ${DISTNAME:S/-/_/:S/-/_/} 13EGG_NAME= ${DISTNAME:S/-/_/:S/-/_/}
14 14
15.include "../../lang/python/distutils.mk" 15.include "../../lang/python/distutils.mk"
16.include "../../mk/mysql.buildlink3.mk" 16.include "../../mk/mysql.buildlink3.mk"

cvs diff -r1.4 -r1.5 pkgsrc/databases/py-mysql-connector/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/py-mysql-connector/distinfo 2014/10/07 10:09:36 1.4
+++ pkgsrc/databases/py-mysql-connector/distinfo 2014/11/23 13:59:41 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2014/10/07 10:09:36 adam Exp $ 1$NetBSD: distinfo,v 1.5 2014/11/23 13:59:41 adam Exp $
2 2
3SHA1 (mysql-connector-python-2.0.1.tar.gz) = cdb4b64f624de3d6a94622df9c0b8c81f021e3fc 3SHA1 (mysql-connector-python-2.0.2.tar.gz) = df6c86be75e8a530fc7f800ec5c6db0302461904
4RMD160 (mysql-connector-python-2.0.1.tar.gz) = 72ce339bd7dec91f74cc00db44250c4b3c81c3b8 4RMD160 (mysql-connector-python-2.0.2.tar.gz) = 9d9bbe88492f7912b13761bf5a34c5224d24d692
5Size (mysql-connector-python-2.0.1.tar.gz) = 206435 bytes 5Size (mysql-connector-python-2.0.2.tar.gz) = 209614 bytes