From 17a507b6d9221de713c4b7ca41f1e436bed6412e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Aug 2019 10:20:21 +0200 Subject: [PATCH] Rebuilt for Python 3.8 --- mysql-connector-python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mysql-connector-python.spec b/mysql-connector-python.spec index aaa1db3..c5704ea 100644 --- a/mysql-connector-python.spec +++ b/mysql-connector-python.spec @@ -13,7 +13,7 @@ Name: mysql-connector-python Version: 8.0.16 -Release: 3%{?dist} +Release: 4%{?dist} Summary: MySQL Connector for Python 2 License: GPLv2 with exceptions @@ -88,6 +88,9 @@ chmod -x examples/*py %changelog +* Mon Aug 19 2019 Miro Hrončok - 8.0.16-4 +- Rebuilt for Python 3.8 + * Mon Jul 29 2019 Miro Hrončok - 8.0.16-3 - Drop python2-mysql-connector (#1731660)