aboutsummaryrefslogtreecommitdiff
path: root/databases/py-mysqlclient
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2020-01-11 04:47:01 +0000
committerDima Panov <fluffy@FreeBSD.org>2020-01-11 04:47:01 +0000
commit54cf617ce3cf9869ebfe11aecb035ed9a9842b9b (patch)
tree7c352dc940f3d8beaf56407635252cf8ac380caa /databases/py-mysqlclient
parent3be57f03daf8decc0ce40632d0a8dcd903fdecde (diff)
downloadports-54cf617ce3cf9869ebfe11aecb035ed9a9842b9b.tar.gz
ports-54cf617ce3cf9869ebfe11aecb035ed9a9842b9b.zip
databases/py-mysqlclient: update to 1.4.6 release
* The cp1252 encoding is used when charset is "latin1". (#390) * The auth_plugin option is added. (#389) * charset option is passed to mysql_options(mysql, MYSQL_SET_CHARSET_NAME, charset) before mysql_real_connect is called. This avoid extra SET NAMES <charset> query when creating connection. * --static build supports libmariadbclient.a * Try mariadb_config when mysql_config is not found * Fixed warning happend in Python 3.8 (#359) * Fixed SEGV MySQLdb.escape_string("1") when libmariadb is used and no connection is created. (#367) * Fixed many circular references are created in Cursor.executemany(). (#375) PR: 243076 Submitted by: fluffy Approved by: maintainer timeout (>1w)
Notes
Notes: svn path=/head/; revision=522627
Diffstat (limited to 'databases/py-mysqlclient')
-rw-r--r--databases/py-mysqlclient/Makefile3
-rw-r--r--databases/py-mysqlclient/distinfo6
2 files changed, 4 insertions, 5 deletions
diff --git a/databases/py-mysqlclient/Makefile b/databases/py-mysqlclient/Makefile
index 3ea53f274c51..77dd431dd739 100644
--- a/databases/py-mysqlclient/Makefile
+++ b/databases/py-mysqlclient/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= mysqlclient
-DISTVERSION= 1.4.2.post1
-PORTREVISION= 1
+DISTVERSION= 1.4.6
CATEGORIES= databases python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTVERSIONPREFIX= v
diff --git a/databases/py-mysqlclient/distinfo b/databases/py-mysqlclient/distinfo
index 3c08141ca676..7e30573bd26a 100644
--- a/databases/py-mysqlclient/distinfo
+++ b/databases/py-mysqlclient/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1556803957
-SHA256 (pymysql-mysqlclient-python-v1.4.2.post1_GH0.tar.gz) = ab305c5ff58cf5a7de51561ac779a76d240cca329abda45bcd043c801876530d
-SIZE (pymysql-mysqlclient-python-v1.4.2.post1_GH0.tar.gz) = 87983
+TIMESTAMP = 1578125045
+SHA256 (pymysql-mysqlclient-python-v1.4.6_GH0.tar.gz) = 19b0f26d50500255b1ad6fdace130a1472fef5a659c5ef706cdc56451aa17a14
+SIZE (pymysql-mysqlclient-python-v1.4.6_GH0.tar.gz) = 88301