forked from pool/python-mysqlclient
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user