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..fc68f6ec26f88900785a0eb2ad5ee635918874d1 100644 --- a/python-PyMySQL.spec +++ b/python-PyMySQL.spec @@ -1,10 +1,10 @@ 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/ -Source0: https://files.pythonhosted.org/packages/source/P/PyMySQL/PyMySQL-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/60/ea/33b8430115d9b617b713959b21dfd5db1df77425e38efea08d121e83b712/PyMySQL-1.0.2.tar.gz BuildRequires: python3-cryptography python3-devel python3-setuptools @@ -40,6 +40,9 @@ Most public APIs are compatible with mysqlclient and MySQLdb. %changelog +* Sun Jul 24 2022 liksh - 1.0.2-1 +- upgrade to 1.0.2 for openstack yoga + * 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