diff --git a/PyMySQL-0.9.2.tar.gz b/PyMySQL-0.9.2.tar.gz deleted file mode 100644 index aa4d74d7345e4a78607c22b9e452e08fbf3e27df..0000000000000000000000000000000000000000 Binary files a/PyMySQL-0.9.2.tar.gz and /dev/null differ diff --git a/PyMySQL-0.9.3.tar.gz b/PyMySQL-0.9.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3335adcf0bad893cf4dbd025da3b50a43758ee61 Binary files /dev/null and b/PyMySQL-0.9.3.tar.gz differ diff --git a/python-PyMySQL.spec b/python-PyMySQL.spec index c4806705c04a631e0133cb6e46728530104f27be..3b4f1ace1e9282097e917d5568f1ed91db5a09fd 100644 --- a/python-PyMySQL.spec +++ b/python-PyMySQL.spec @@ -1,6 +1,6 @@ Name: python-PyMySQL -Version: 0.9.2 -Release: 3 +Version: 0.9.3 +Release: 1 Summary: Pure Python MySQL Client License: MIT URL: https://pypi.python.org/pypi/PyMySQL/ @@ -63,5 +63,8 @@ Most public APIs are compatible with mysqlclient and MySQLdb. %changelog +* Jul Thu 16 2020 yanglongkang - 0.9.3-1 +- update package to 0.9.3 + * Fri Feb 14 2020 hy-euler - 0.9.2-3 - Package Initialization