From 832868a0ed42d2d9287ee3c9415dffb4504ff1e8831014d55fed1ce1036ddef5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Dec 2023 19:09:19 +0000 Subject: [PATCH] - 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 --- mysqlclient-2.2.0.tar.gz | 3 --- mysqlclient-2.2.1.tar.gz | 3 +++ python-mysqlclient.changes | 8 ++++++++ python-mysqlclient.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 mysqlclient-2.2.0.tar.gz create mode 100644 mysqlclient-2.2.1.tar.gz diff --git a/mysqlclient-2.2.0.tar.gz b/mysqlclient-2.2.0.tar.gz deleted file mode 100644 index 944199c..0000000 --- a/mysqlclient-2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04368445f9c487d8abb7a878e3d23e923e6072c04a6c320f9e0dc8a82efba14e -size 89543 diff --git a/mysqlclient-2.2.1.tar.gz b/mysqlclient-2.2.1.tar.gz new file mode 100644 index 0000000..4e028e0 --- /dev/null +++ b/mysqlclient-2.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c7ad15b87293b12fd44b47c46879ec95ec647f4567e866ccd70b8337584e9b2 +size 89966 diff --git a/python-mysqlclient.changes b/python-mysqlclient.changes index ef1f50c..d2c1837 100644 --- a/python-mysqlclient.changes +++ b/python-mysqlclient.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Dec 16 19:08:47 UTC 2023 - Dirk Müller + +- 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. + ------------------------------------------------------------------- Mon Nov 27 19:37:59 UTC 2023 - Dirk Müller diff --git a/python-mysqlclient.spec b/python-mysqlclient.spec index 37aa4b2..4316c99 100644 --- a/python-mysqlclient.spec +++ b/python-mysqlclient.spec @@ -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