From b8e25f640d7cf6a3bd5f4316827f6dfe01729b7a Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 15 Jun 2023 12:06:17 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-PyMySQL.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-PyMySQL.spec b/python-PyMySQL.spec index 418bc21..1f3d701 100644 --- a/python-PyMySQL.spec +++ b/python-PyMySQL.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 1.0.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Pure-Python MySQL client library License: MIT @@ -67,6 +67,9 @@ cp %{SOURCE1} . %{python3_sitelib}/pymysql/ %changelog +* Thu Jun 15 2023 Python Maint - 1.0.3-3 +- Rebuilt for Python 3.12 + * Thu May 11 2023 Yaakov Selkowitz - 1.0.3-2 - Disable ed25519 in RHEL builds