Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jan 2020 04:47:01 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522627 - head/databases/py-mysqlclient
Message-ID:  <202001110447.00B4l17V029867@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Sat Jan 11 04:47:01 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)

Modified:
  head/databases/py-mysqlclient/Makefile
  head/databases/py-mysqlclient/distinfo

Modified: head/databases/py-mysqlclient/Makefile
==============================================================================
--- head/databases/py-mysqlclient/Makefile	Sat Jan 11 02:44:05 2020	(r522626)
+++ head/databases/py-mysqlclient/Makefile	Sat Jan 11 04:47:01 2020	(r522627)
@@ -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

Modified: head/databases/py-mysqlclient/distinfo
==============================================================================
--- head/databases/py-mysqlclient/distinfo	Sat Jan 11 02:44:05 2020	(r522626)
+++ head/databases/py-mysqlclient/distinfo	Sat Jan 11 04:47:01 2020	(r522627)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001110447.00B4l17V029867>