From 98bb507280364507d5ed5682309ec6d8e9994ead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=91=E5=AE=81?= Date: Tue, 30 Jul 2024 08:09:04 +0000 Subject: [PATCH] update python-PyMySQL.spec. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张少宁 --- python-PyMySQL.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-PyMySQL.spec b/python-PyMySQL.spec index 85307df..5549c38 100644 --- a/python-PyMySQL.spec +++ b/python-PyMySQL.spec @@ -1,6 +1,6 @@ Name: python-PyMySQL Version: 0.9.3 -Release: 4 +Release: 5 Summary: Pure Python MySQL Client License: MIT URL: https://pypi.python.org/pypi/PyMySQL/ @@ -41,6 +41,9 @@ Most public APIs are compatible with mysqlclient and MySQLdb. %changelog +* Tue Jul 30 2024 zhangshaoning - 0.9.3-5 +- Fix bad date in changelog + * Fri May 24 2024 wangkai <13474090681@163.com> - 0.9.3-4 - Fix CVE-2024-36039 @@ -53,7 +56,7 @@ Most public APIs are compatible with mysqlclient and MySQLdb. * Fri Oct 30 2020 yanglongkang - 0.9.3-2 - remove python2 dependency -* Jul Thu 16 2020 yanglongkang - 0.9.3-1 +* Thu Jul 16 2020 yanglongkang - 0.9.3-1 - update package to 0.9.3 * Fri Feb 14 2020 hy-euler - 0.9.2-3 -- Gitee