diff --git a/PyMySQL-0.9.3.tar.gz b/PyMySQL-0.9.3.tar.gz deleted file mode 100644 index 3335adcf0bad893cf4dbd025da3b50a43758ee61..0000000000000000000000000000000000000000 Binary files a/PyMySQL-0.9.3.tar.gz and /dev/null differ diff --git a/PyMySQL-1.0.2.tar.gz b/PyMySQL-1.0.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..28fcceb0c10b584c7d6f07c46b859c27da9afb46 Binary files /dev/null and b/PyMySQL-1.0.2.tar.gz differ diff --git a/python-PyMySQL.spec b/python-PyMySQL.spec index 510d405862446d1ae0de4e1d5db6b00f049ff5d7..11a90d5ac6b50c1b1b0187d24ddb5b0f5e55200b 100644 --- a/python-PyMySQL.spec +++ b/python-PyMySQL.spec @@ -1,6 +1,6 @@ Name: python-PyMySQL -Version: 0.9.3 -Release: 3 +Version: 1.0.2 +Release: 1 Summary: Pure Python MySQL Client License: MIT URL: https://pypi.python.org/pypi/PyMySQL/ @@ -40,6 +40,10 @@ Most public APIs are compatible with mysqlclient and MySQLdb. %changelog +* Mon Apr 08 2024 wangjing - 1.0.2-1 +- update package python3-PyMySQL to version 1.0.2 +- Fix user, password, host, database are still positional arguments. All arguments of connect() are now keyword-only. + * Wed Aug 25 2021 OpenStack_SIG - 0.9.3-3 - Revert the version to 0.9.3, because python3-aiomysql depends on the python-PyMySQL vertion ranging form 0.9 to 0.9.3