From 3c3402005f94226807fb1eb76a49d79eeb286c6f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sep 20 2020 17:37:25 +0000 Subject: * Sun Sep 20 2020 Fabian Affolter - 0.0.20-7 - Add metapackage sa --- diff --git a/fix-requirements.patch b/fix-requirements.patch index 15c1a4f..e615287 100644 --- a/fix-requirements.patch +++ b/fix-requirements.patch @@ -1,6 +1,6 @@ diff -Nur aiomysql-0.0.20/requirements-dev.txt aiomysql-0.0.20-new/requirements-dev.txt ---- aiomysql-0.0.20/requirements-dev.txt 2020-09-03 18:47:14.988672930 +0200 -+++ aiomysql-0.0.20-new/requirements-dev.txt 2020-09-03 18:53:50.848427040 +0200 +--- aiomysql-0.0.20/requirements-dev.txt 2018-12-19 22:43:36.000000000 +0100 ++++ aiomysql-0.0.20-new/requirements-dev.txt 2020-09-20 19:35:17.946577088 +0200 @@ -1,13 +1,13 @@ -coverage==4.5.1 -flake8==3.5.0 @@ -28,3 +28,15 @@ diff -Nur aiomysql-0.0.20/requirements-dev.txt aiomysql-0.0.20-new/requirements- +sphinxcontrib-asyncio +sqlalchemy +uvloop +diff -Nur aiomysql-0.0.20/setup.py aiomysql-0.0.20-new/setup.py +--- aiomysql-0.0.20/setup.py 2018-12-19 22:43:36.000000000 +0100 ++++ aiomysql-0.0.20-new/setup.py 2020-09-20 19:34:33.159446235 +0200 +@@ -4,7 +4,7 @@ + from setuptools import setup, find_packages + + +-install_requires = ['PyMySQL>=0.9,<=0.9.2'] ++install_requires = [] + + PY_VER = sys.version_info + diff --git a/python-aiomysql.spec b/python-aiomysql.spec index f08e8d0..5d6d12a 100644 --- a/python-aiomysql.spec +++ b/python-aiomysql.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 0.0.20 -Release: 6%{?dist} +Release: 7%{?dist} Summary: MySQL driver for asyncio License: MIT @@ -30,6 +30,8 @@ aiomysql is a "driver" for accessing a MySQL database from the asyncio 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 @@ -51,6 +53,9 @@ rm -rf %{pypi_name}.egg-info %{python3_sitelib}/%{pypi_name}-%{version}-py*.egg-info/ %changelog +* 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)