Bug 243076 - databases/py-mysqlclient: Update to 1.4.6
Summary: databases/py-mysqlclient: Update to 1.4.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dima Panov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-04 08:25 UTC by Dima Panov
Modified: 2020-01-11 14:10 UTC (History)
3 users (show)

See Also:
bugzilla: maintainer-feedback? (nc)


Attachments
Update to 1.4.6 (1.06 KB, patch)
2020-01-04 08:25 UTC, Dima Panov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dima Panov freebsd_committer freebsd_triage 2020-01-04 08:25:07 UTC
Created attachment 210436 [details]
Update to 1.4.6

databases/py-mysqlclient: Update to 1.4.6 release
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-01-11 04:47:07 UTC
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
Comment 2 Dima Panov freebsd_committer freebsd_triage 2020-01-11 04:47:59 UTC
Committed!
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2020-01-11 14:10:45 UTC
(In reply to Dima Panov from comment #2)

Note: Default maintainer timeout period is 14 days