15
0

- update to 2.2.1:

* ``Connection.ping()`` avoid using ``MYSQL_OPT_RECONNECT``
    option until ``reconnect=True`` is specified.
    MySQL 8.0.33 start showing warning when the option is used.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=39
This commit is contained in:
2023-12-16 19:09:19 +00:00
committed by Git OBS Bridge
parent 7b9d943cac
commit 832868a0ed
4 changed files with 12 additions and 4 deletions

View File

@@ -27,7 +27,7 @@
%bcond_with test
%endif
Name: python-mysqlclient%{psuffix}
Version: 2.2.0
Version: 2.2.1
Release: 0
Summary: Python interface to MySQL
License: GPL-2.0-or-later