diff --git a/aiomysql-0.2.0.tar.gz b/aiomysql-0.2.0.tar.gz deleted file mode 100644 index 6a7302866abd1f0e896a755c2a114059454dbc81..0000000000000000000000000000000000000000 Binary files a/aiomysql-0.2.0.tar.gz and /dev/null differ diff --git a/aiomysql-0.3.2.tar.gz b/aiomysql-0.3.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1c2be0152750fe26fa3ed0a9fec093452927d0f1 Binary files /dev/null and b/aiomysql-0.3.2.tar.gz differ diff --git a/python-aiomysql.spec b/python-aiomysql.spec index 0a70749319e372316666d65b0b52e62c35875a8b..05ffe19481ddb5af56bd499e33192f9f98a2b2cc 100644 --- a/python-aiomysql.spec +++ b/python-aiomysql.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-aiomysql -Version: 0.2.0 +Version: 0.3.2 Release: 1 Summary: MySQL driver for asyncio. License: MIT URL: https://github.com/aio-libs/aiomysql -Source0: https://files.pythonhosted.org/packages/67/76/2c5b55e4406a1957ffdfd933a94c2517455291c97d2b81cec6813754791a/aiomysql-0.2.0.tar.gz +Source0: %{pypi_source aiomysql} BuildArch: noarch @@ -22,6 +22,7 @@ BuildRequires: python3-devel BuildRequires: python3-pip BuildRequires: python3-PyMySQL BuildRequires: python3-wheel +BuildRequires: python3-setuptools_scm Requires: python3-PyMySQL Requires: python3-sqlalchemy %description -n python3-aiomysql @@ -46,7 +47,7 @@ preserve same api, look and feel. %pyproject_build %install -%pyproject_install aiomysql==%{version} +%pyproject_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi @@ -56,12 +57,15 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %files -n python3-aiomysql %doc README.rst %license LICENSE -%{python3_sitelib}/aiomysql* +%{python3_sitelib}/* %files help %{_docdir}/* %changelog +* Tue Oct 28 2025 yaoxin <1024769339@qq.com> - 0.3.2-1 +- Update to 0.3.2 for fix CVE-2025-62611 + * Wed Jun 21 2023 jiangxinyu - 0.2.0-1 - Update package to 0.2.0