pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/py-mysql-connector Changes 2.0.4:
details: https://anonhg.NetBSD.org/pkgsrc/rev/49bffc6a7eb3
branches: trunk
changeset: 651010:49bffc6a7eb3
user: adam <adam%pkgsrc.org@localhost>
date: Thu Apr 30 08:15:22 2015 +0000
description:
Changes 2.0.4:
The Changes.txt file was missing from .msi and .dmg packages.
Encoding failure could occur for prepared cursors with UTF-8 statement parameters.
Values of the SET data type were not translated correctly if empty.
HASH sharding for Fabric failed.
Queries that produced a large result could result in an IndexError: bytearray index out of range exception.
The Django backend sometimes failed to properly convert SafeText objects, which then appeared in queries.
diffstat:
databases/py-mysql-connector/Makefile | 4 ++--
databases/py-mysql-connector/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 9dae08a4daa6 -r 49bffc6a7eb3 databases/py-mysql-connector/Makefile
--- a/databases/py-mysql-connector/Makefile Thu Apr 30 08:13:11 2015 +0000
+++ b/databases/py-mysql-connector/Makefile Thu Apr 30 08:15:22 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2014/12/31 13:57:26 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2015/04/30 08:15:22 adam Exp $
-DISTNAME= mysql-connector-python-2.0.2
+DISTNAME= mysql-connector-python-2.0.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_MYSQL:=Connector-Python/}
diff -r 9dae08a4daa6 -r 49bffc6a7eb3 databases/py-mysql-connector/distinfo
--- a/databases/py-mysql-connector/distinfo Thu Apr 30 08:13:11 2015 +0000
+++ b/databases/py-mysql-connector/distinfo Thu Apr 30 08:15:22 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2014/11/23 13:59:41 adam Exp $
+$NetBSD: distinfo,v 1.6 2015/04/30 08:15:22 adam Exp $
-SHA1 (mysql-connector-python-2.0.2.tar.gz) = df6c86be75e8a530fc7f800ec5c6db0302461904
-RMD160 (mysql-connector-python-2.0.2.tar.gz) = 9d9bbe88492f7912b13761bf5a34c5224d24d692
-Size (mysql-connector-python-2.0.2.tar.gz) = 209614 bytes
+SHA1 (mysql-connector-python-2.0.4.tar.gz) = 5844d896ce1e9bae8e8525a0f0325fd735b4963e
+RMD160 (mysql-connector-python-2.0.4.tar.gz) = 1ada44c2eccd2aefdef916d54480197303c4923e
+Size (mysql-connector-python-2.0.4.tar.gz) = 212192 bytes
Home |
Main Index |
Thread Index |
Old Index