diff --git a/PyMySQL-1.1.1.tar.gz b/PyMySQL-1.1.1.tar.gz deleted file mode 100644 index 450658cd89dbfe9025f33c1cf3f41d73fb66f1c8..0000000000000000000000000000000000000000 Binary files a/PyMySQL-1.1.1.tar.gz and /dev/null differ diff --git a/pymysql-1.1.2.tar.gz b/pymysql-1.1.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a61ebb68706fe54d7f725de9f5f3a6bd247ba245 Binary files /dev/null and b/pymysql-1.1.2.tar.gz differ diff --git a/python-PyMySQL.spec b/python-PyMySQL.spec index e34fa182d1cfa17e6b2746c49c935619bd1662fd..ad6004660b7e98f188cb560d2cd4576a3d92f632 100644 --- a/python-PyMySQL.spec +++ b/python-PyMySQL.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-PyMySQL -Version: 1.1.1 +Version: 1.1.2 Release: 1 Summary: Pure Python MySQL Client License: MIT URL: https://pypi.python.org/pypi/PyMySQL/ -Source0: https://files.pythonhosted.org/packages/41/9d/ee68dee1c8821c839bb31e6e5f40e61035a5278f7c1307dde758f0c90452/PyMySQL-1.1.1.tar.gz +Source0: https://files.pythonhosted.org/packages/f5/ae/1fe3fcd9f959efa0ebe200b8de88b5a5ce3e767e38c7ac32fb179f16a388/pymysql-1.1.2.tar.gz BuildArch: noarch %description @@ -32,7 +32,7 @@ This package contains a pure-Python MySQL client library, based on PEP 249. Most public APIs are compatible with mysqlclient and MySQLdb. %prep -%autosetup -n PyMySQL-%{version} -p1 +%autosetup -n pymysql-%{version} -p1 %build %pyproject_build @@ -52,6 +52,10 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Thu Sep 04 2025 dongjiao - 1.1.2-1 +- Update package to version 1.1.2 +- use KILL instead of COM_KILL for MySQL 8.4 support. + * Mon Jun 03 2024 liuzhilin - 1.1.1-1 - Update package to version 1.1.1 - Prohibit dict parameter for Cursor.execute(). It didn't produce valid SQL and might cause SQL injection. (CVE-2024-36039)