diff --git a/PyMySQL-1.1.0.tar.gz b/PyMySQL-1.1.0.tar.gz deleted file mode 100644 index dc080dc..0000000 --- a/PyMySQL-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e131859c075d571419c9a9939ed127f0b547901af908b498fe804bbdbdff3d82 -size 90416 diff --git a/PyMySQL-1.1.1.tar.gz b/PyMySQL-1.1.1.tar.gz new file mode 100644 index 0000000..d6129f0 --- /dev/null +++ b/PyMySQL-1.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:123ad082f57620e05de5f1e37f065bb5efacf8fcb801aebc71d7279fc0e12357 +size 89986 diff --git a/python-PyMySQL.changes b/python-PyMySQL.changes index 2e7f817..9a01a25 100644 --- a/python-PyMySQL.changes +++ b/python-PyMySQL.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu May 23 11:34:26 UTC 2024 - Daniel Garcia + +- Update to 1.1.1 (bsc#1225070): + * Prohibit dict parameter for Cursor.execute(). It didn't produce + valid SQL and might cause SQL injection. (CVE-2024-36039) + * Added ssl_key_password param by @svaskov in #1145 + ------------------------------------------------------------------- Wed Aug 16 14:43:37 UTC 2023 - ecsos diff --git a/python-PyMySQL.spec b/python-PyMySQL.spec index 43db515..656a0be 100644 --- a/python-PyMySQL.spec +++ b/python-PyMySQL.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyMySQL # -# 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 @@ -25,7 +25,7 @@ %{?sle15_python_module_pythons} Name: python-PyMySQL -Version: 1.1.0 +Version: 1.1.1 Release: 0 Summary: Pure Python MySQL Driver License: MIT @@ -77,7 +77,7 @@ dbuserpw='db_user_secret' dbname1='test1' dbname2='test2' # Needs mysql server -#%%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v +#%%python_expand PYTHONPATH=%%{buildroot}%%{$python_sitelib} py.test-%%{$python_bin_suffix} -v cconf=abuild-myclient.cnf # # start the mariadb server