1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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)
This commit is contained in:
Dima Panov 2020-01-11 04:47:01 +00:00
parent 3be57f03da
commit 54cf617ce3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=522627
2 changed files with 4 additions and 5 deletions

View File

@ -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

View File

@ -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