%global pypi_name aiomysql Name: python-%{pypi_name} Version: 0.0.20 Release: 13%{?dist} Summary: MySQL driver for asyncio License: MIT URL: https://github.com/aio-libs/aiomysql Source0: %{url}/archive/v%{version}/%{pypi_name}-%{version}.tar.gz Patch0: fix-requirements.patch BuildArch: noarch %description aiomysql is a "driver" for accessing a MySQL database from the asyncio (PEP-3156/tulip) framework. It depends on and reuses most parts of PyMySQL. aiomysql tries to be like awesome aiopg library and preserve same api, look and feel. %package -n python3-%{pypi_name} Summary: %{summary} BuildRequires: python3-devel BuildRequires: python3-setuptools %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-%{pypi_name} aiomysql is a "driver" for accessing a MySQL database from the asyncio (PEP-3156/tulip) framework. It depends on and reuses most parts of PyMySQL. aiomysql tries to be like awesome aiopg library and preserve same api, look and feel. %{?python_extras_subpkg:%python_extras_subpkg -n python3-%{pypi_name} -i %{python3_sitelib}/*.egg-info sa} %prep %autosetup -n %{pypi_name}-%{version} -p1 rm -rf %{pypi_name}.egg-info %build %py3_build %install %py3_install # Testing is done with a Docker container #%check #PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} -v tests/ %files -n python3-%{pypi_name} %license LICENSE %doc README.rst %{python3_sitelib}/%{pypi_name}/ %{python3_sitelib}/%{pypi_name}-%{version}-py*.egg-info/ %changelog * Fri Jul 22 2022 Fedora Release Engineering - 0.0.20-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 0.0.20-12 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 0.0.20-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 0.0.20-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 0.0.20-9 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 0.0.20-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sun Sep 20 2020 Fabian Affolter - 0.0.20-7 - Add metapackage sa * Thu Sep 03 2020 Fabian Affolter - 0.0.20-6 - Fix FTBFS (rhbz#1871591) * Tue Jul 28 2020 Fedora Release Engineering - 0.0.20-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro HronĨok - 0.0.20-4 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 0.0.20-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Tue Jan 07 2020 Fabian Affolter - 0.0.20-2 - Better use of wildcards (rhbz#1787216) * Sun Dec 29 2019 Fabian Affolter - 0.0.20-1 - Initial package for Fedora