diff --git a/mysqlclient-1.4.4.tar.gz b/mysqlclient-1.4.4.tar.gz deleted file mode 100644 index 321fb62..0000000 --- a/mysqlclient-1.4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c737cc55a5dc8dd3583a942d5a9b21be58d16f00f5fefca4e575e7d9682e98c -size 86245 diff --git a/mysqlclient-1.4.6.tar.gz b/mysqlclient-1.4.6.tar.gz new file mode 100644 index 0000000..a237b0b --- /dev/null +++ b/mysqlclient-1.4.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3fdaa9a38752a3b214a6fe79d7cae3653731a53e577821f9187e67cbecb2e16 +size 85517 diff --git a/python-mysqlclient.changes b/python-mysqlclient.changes index ac5bb2b..84c7814 100644 --- a/python-mysqlclient.changes +++ b/python-mysqlclient.changes @@ -1,16 +1,24 @@ +------------------------------------------------------------------- +Fri Nov 22 17:31:43 UTC 2019 - Alexei Podvalsky + +- Update to 1.4.6: + * The cp1252 encoding is used when charset is "latin1". (#390) +- Change in 1.4.5: + * The auth_plugin option is added. (#389) + ------------------------------------------------------------------- Thu Aug 15 19:25:35 UTC 2019 - Alexei Podvalsky - Update to 1.4.4: - * charset option is passed to mysql_options(mysql, MYSQL_SET_CHARSET_NAME, - charset) before mysql_real_connect is called. This avoid extra + * charset option is passed to mysql_options(mysql, MYSQL_SET_CHARSET_NAME, + charset) before mysql_real_connect is called. This avoid extra SET NAMES query when creating connection. - Change in 1.4.3: * --static build supports libmariadbclient.a * Try mariadb_config when mysql_config is not found * Fixed warning happend in Python 3.8 (#359) * Fixed from MySQLdb import *, while I don't recommend it. (#369) - * Fixed SEGV MySQLdb.escape_string("1") when libmariadb is used and + * 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(). - Add python3-attrs to build diff --git a/python-mysqlclient.spec b/python-mysqlclient.spec index fe8f937..c4c0a0b 100644 --- a/python-mysqlclient.spec +++ b/python-mysqlclient.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-mysqlclient -Version: 1.4.4 +Version: 1.4.6 Release: 0 Summary: Python interface to MySQL License: GPL-2.0-or-later