summaryrefslogtreecommitdiff
path: root/databases/py-mysql-connector/Makefile
diff options
context:
space:
mode:
authoradam <adam>2014-08-31 19:26:31 +0000
committeradam <adam>2014-08-31 19:26:31 +0000
commit9eb59d7a5f97bb622b4007180439b2962df61d09 (patch)
tree78b1df4683ec4d8a342e810e8a6c58d4bbd944ae /databases/py-mysql-connector/Makefile
parent74107cad44c40409b8c6b679883797bddf0ea688 (diff)
downloadpkgsrc-9eb59d7a5f97bb622b4007180439b2962df61d09.tar.gz
Changes 1.2.3:
Add support for Django 1.7 Fix floating point inaccuracy with Python v2 Fix cursor trying to decode linestring data as utf-8 Fix Django TimeField 00:00:00 converting to MySQL NULL Fix Django to check connection on each request Fixed negative conversion timedelta values Fix stopping mysqld running unit tests on Windows Fix prepared statements returning lots of columns Fix Connector/Python dependency for utilities 1.5.1 Fix exception not captured when SSL is unavailable
Diffstat (limited to 'databases/py-mysql-connector/Makefile')
-rw-r--r--databases/py-mysql-connector/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-mysql-connector/Makefile b/databases/py-mysql-connector/Makefile
index 72e3bb4295d..edf062cf94b 100644
--- a/databases/py-mysql-connector/Makefile
+++ b/databases/py-mysql-connector/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2014/05/20 10:24:43 adam Exp $
+# $NetBSD: Makefile,v 1.3 2014/08/31 19:26:31 adam Exp $
-DISTNAME= mysql-connector-python-1.1.7
+DISTNAME= mysql-connector-python-1.2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_MYSQL:=Connector-Python/}