From 89b44b0faf2b3da7796d100c1db4817f166497003771d6539fc30a1b4e69cd2f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 9 Feb 2024 10:37:53 +0000 Subject: [PATCH] - update to 2.2.4: * Support ssl=True in connect(). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=41 --- mysqlclient-2.2.1.tar.gz | 3 --- mysqlclient-2.2.4.tar.gz | 3 +++ python-mysqlclient.changes | 6 ++++++ python-mysqlclient.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 mysqlclient-2.2.1.tar.gz create mode 100644 mysqlclient-2.2.4.tar.gz diff --git a/mysqlclient-2.2.1.tar.gz b/mysqlclient-2.2.1.tar.gz deleted file mode 100644 index 4e028e0..0000000 --- a/mysqlclient-2.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c7ad15b87293b12fd44b47c46879ec95ec647f4567e866ccd70b8337584e9b2 -size 89966 diff --git a/mysqlclient-2.2.4.tar.gz b/mysqlclient-2.2.4.tar.gz new file mode 100644 index 0000000..0079c03 --- /dev/null +++ b/mysqlclient-2.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33bc9fb3464e7d7c10b1eaf7336c5ff8f2a3d3b88bab432116ad2490beb3bf41 +size 90400 diff --git a/python-mysqlclient.changes b/python-mysqlclient.changes index d2c1837..d61fb76 100644 --- a/python-mysqlclient.changes +++ b/python-mysqlclient.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 9 10:37:44 UTC 2024 - Dirk Müller + +- update to 2.2.4: + * Support ssl=True in connect(). + ------------------------------------------------------------------- Sat Dec 16 19:08:47 UTC 2023 - Dirk Müller diff --git a/python-mysqlclient.spec b/python-mysqlclient.spec index 4316c99..89a3a6a 100644 --- a/python-mysqlclient.spec +++ b/python-mysqlclient.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-mysqlclient # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,7 @@ %bcond_with test %endif Name: python-mysqlclient%{psuffix} -Version: 2.2.1 +Version: 2.2.4 Release: 0 Summary: Python interface to MySQL License: GPL-2.0-or-later