From 81263afd6a3cda567365315fcc9729bf46d6bb62 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Thu, 18 Jan 2024 15:32:10 +0100 Subject: [PATCH] Reintroduce aiomysql version requirement Signed-off-by: Nils Philippsen --- python-sqlalchemy-1.4.50-aiomysql.patch | 12 ------------ python-sqlalchemy.spec | 1 - 2 files changed, 13 deletions(-) delete mode 100644 python-sqlalchemy-1.4.50-aiomysql.patch diff --git a/python-sqlalchemy-1.4.50-aiomysql.patch b/python-sqlalchemy-1.4.50-aiomysql.patch deleted file mode 100644 index 222193d..0000000 --- a/python-sqlalchemy-1.4.50-aiomysql.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up SQLAlchemy-1.4.50/setup.cfg.aiomysql SQLAlchemy-1.4.50/setup.cfg ---- SQLAlchemy-1.4.50/setup.cfg.aiomysql 2023-10-29 21:23:42.082080100 +0100 -+++ SQLAlchemy-1.4.50/setup.cfg 2023-11-16 13:18:37.694587291 +0100 -@@ -70,7 +70,7 @@ pymysql = - pymysql<1;python_version<"3" - aiomysql = - %(asyncio)s -- aiomysql>=0.2.0;python_version>="3" -+ aiomysql;python_version>="3" - asyncmy = - %(asyncio)s - asyncmy>=0.2.3,!=0.2.4;python_version>="3" diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index df4d68a..e965936 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -25,7 +25,6 @@ Summary: Modular and flexible ORM library for Python License: MIT URL: https://www.sqlalchemy.org/ Source0: %{pypi_source %{srcname} %{srcversion}} -Patch: python-sqlalchemy-1.4.50-aiomysql.patch BuildRequires: gcc BuildRequires: python3-devel >= 3.6