Created attachment 210436 [details] Update to 1.4.6 databases/py-mysqlclient: Update to 1.4.6 release
A commit references this bug: Author: fluffy Date: Sat Jan 11 04:47:02 UTC 2020 New revision: 522627 URL: https://svnweb.freebsd.org/changeset/ports/522627 Log: 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) Changes: head/databases/py-mysqlclient/Makefile head/databases/py-mysqlclient/distinfo
Committed!
(In reply to Dima Panov from comment #2) Note: Default maintainer timeout period is 14 days