diff --git a/PyMySQL-1.1.1.tar.gz b/PyMySQL-1.1.1.tar.gz deleted file mode 100644 index d6129f0..0000000 --- a/PyMySQL-1.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:123ad082f57620e05de5f1e37f065bb5efacf8fcb801aebc71d7279fc0e12357 -size 89986 diff --git a/PyMySQL-1.1.2.tar.gz b/PyMySQL-1.1.2.tar.gz new file mode 100644 index 0000000..199e71e --- /dev/null +++ b/PyMySQL-1.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dffceb6354556d48161005ede20374d312ac0f52d8db51ee007974866c8351a5 +size 89950 diff --git a/python-PyMySQL.changes b/python-PyMySQL.changes index 7b82933..4948cac 100644 --- a/python-PyMySQL.changes +++ b/python-PyMySQL.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Sep 29 21:06:17 UTC 2025 - Dirk Müller + +- update to 1.1.2: + * Prevent UnboundLocalError in very rare situation. + * Close underlying `SocketIO` soon when Connection is closed + for PyPy. + * Fix importing PyMySQL fail on CPython 3.13 when + `getpass.getuser()` raises OSEError. + * Make charset name "utf8" case insensitive. + * `Connection.kill()` uses `KILL` query instead of + `COM_KILL`command to support MySQL 8.4. + * Fix SSL error on CPython 3.13 caused by strict TLS default + setting. https://github.com/PyMySQL/PyMySQL/pull/1198 + * Fix auth switch request handling. + ------------------------------------------------------------------- Tue Apr 29 11:17:15 UTC 2025 - Dirk Müller diff --git a/python-PyMySQL.spec b/python-PyMySQL.spec index 7b69c2d..e3b85ca 100644 --- a/python-PyMySQL.spec +++ b/python-PyMySQL.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyMySQL # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ %{?sle15_python_module_pythons} Name: python-PyMySQL -Version: 1.1.1 +Version: 1.1.2 Release: 0 Summary: Pure Python MySQL Driver License: MIT