diff options
author | adam <adam> | 2014-10-07 10:09:36 +0000 |
---|---|---|
committer | adam <adam> | 2014-10-07 10:09:36 +0000 |
commit | e6c44b8909b6e41dac061f8283b6ebd97d773ed8 (patch) | |
tree | 0bfea8651b5aa538c622f9ca690bbaece06eca92 | |
parent | fa31a6f948db6f39dd3d9d6e04b3db9dda2918ec (diff) | |
download | pkgsrc-e6c44b8909b6e41dac061f8283b6ebd97d773ed8.tar.gz |
Changes 2.0.1:
* Connector/Python is now compatible with Django 1.7.
* RANGE_STRING is now supported as a sharding type.
* RANGE_DATETIME is now supported as a sharding type.
* Bugs Fixed
-rw-r--r-- | databases/py-mysql-connector/Makefile | 4 | ||||
-rw-r--r-- | databases/py-mysql-connector/PLIST | 11 | ||||
-rw-r--r-- | databases/py-mysql-connector/distinfo | 8 |
3 files changed, 16 insertions, 7 deletions
diff --git a/databases/py-mysql-connector/Makefile b/databases/py-mysql-connector/Makefile index edf062cf94b..8bd8c914815 100644 --- a/databases/py-mysql-connector/Makefile +++ b/databases/py-mysql-connector/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2014/08/31 19:26:31 adam Exp $ +# $NetBSD: Makefile,v 1.4 2014/10/07 10:09:36 adam Exp $ -DISTNAME= mysql-connector-python-1.2.3 +DISTNAME= mysql-connector-python-2.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//} CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_MYSQL:=Connector-Python/} diff --git a/databases/py-mysql-connector/PLIST b/databases/py-mysql-connector/PLIST index 1a2502d0dc2..82f223dd521 100644 --- a/databases/py-mysql-connector/PLIST +++ b/databases/py-mysql-connector/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2014/08/31 19:26:31 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2014/10/07 10:09:36 adam Exp $ ${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/mysql/__init__.py ${PYSITELIB}/mysql/__init__.pyc @@ -9,6 +9,9 @@ ${PYSITELIB}/mysql/connector/__init__.pyo ${PYSITELIB}/mysql/connector/authentication.py ${PYSITELIB}/mysql/connector/authentication.pyc ${PYSITELIB}/mysql/connector/authentication.pyo +${PYSITELIB}/mysql/connector/catch23.py +${PYSITELIB}/mysql/connector/catch23.pyc +${PYSITELIB}/mysql/connector/catch23.pyo ${PYSITELIB}/mysql/connector/charsets.py ${PYSITELIB}/mysql/connector/charsets.pyc ${PYSITELIB}/mysql/connector/charsets.pyo @@ -24,6 +27,9 @@ ${PYSITELIB}/mysql/connector/conversion.pyo ${PYSITELIB}/mysql/connector/cursor.py ${PYSITELIB}/mysql/connector/cursor.pyc ${PYSITELIB}/mysql/connector/cursor.pyo +${PYSITELIB}/mysql/connector/custom_types.py +${PYSITELIB}/mysql/connector/custom_types.pyc +${PYSITELIB}/mysql/connector/custom_types.pyo ${PYSITELIB}/mysql/connector/dbapi.py ${PYSITELIB}/mysql/connector/dbapi.pyc ${PYSITELIB}/mysql/connector/dbapi.pyo @@ -81,6 +87,9 @@ ${PYSITELIB}/mysql/connector/locales/eng/client_error.pyo ${PYSITELIB}/mysql/connector/network.py ${PYSITELIB}/mysql/connector/network.pyc ${PYSITELIB}/mysql/connector/network.pyo +${PYSITELIB}/mysql/connector/optionfiles.py +${PYSITELIB}/mysql/connector/optionfiles.pyc +${PYSITELIB}/mysql/connector/optionfiles.pyo ${PYSITELIB}/mysql/connector/pooling.py ${PYSITELIB}/mysql/connector/pooling.pyc ${PYSITELIB}/mysql/connector/pooling.pyo diff --git a/databases/py-mysql-connector/distinfo b/databases/py-mysql-connector/distinfo index f4cd5186272..87d13d77d43 100644 --- a/databases/py-mysql-connector/distinfo +++ b/databases/py-mysql-connector/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2014/08/31 19:26:31 adam Exp $ +$NetBSD: distinfo,v 1.4 2014/10/07 10:09:36 adam Exp $ -SHA1 (mysql-connector-python-1.2.3.tar.gz) = 51ffded1503a1c97aeb6b739beb6551e452a2b05 -RMD160 (mysql-connector-python-1.2.3.tar.gz) = 7d26497010491555ac73021ec5f85a5cb71e8cab -Size (mysql-connector-python-1.2.3.tar.gz) = 285849 bytes +SHA1 (mysql-connector-python-2.0.1.tar.gz) = cdb4b64f624de3d6a94622df9c0b8c81f021e3fc +RMD160 (mysql-connector-python-2.0.1.tar.gz) = 72ce339bd7dec91f74cc00db44250c4b3c81c3b8 +Size (mysql-connector-python-2.0.1.tar.gz) = 206435 bytes |