From 7340d81cdae0711dd7f7cced3667a305fd39c268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Dec 2016 18:20:37 +0100 Subject: [PATCH] Rebuild for Python 3.6 --- python-PyMySQL.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-PyMySQL.spec b/python-PyMySQL.spec index 20b6282..d1a4106 100644 --- a/python-PyMySQL.spec +++ b/python-PyMySQL.spec @@ -5,7 +5,7 @@ Name: python-%{pypi_name} Version: 0.7.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Pure-Python MySQL client library License: MIT @@ -93,6 +93,9 @@ done %endif %changelog +* Mon Dec 19 2016 Miro HronĨok - 0.7.9-3 +- Rebuild for Python 3.6 + * Wed Nov 23 2016 Damien Ciabrini - 0.7.9-2 - cherrypick commit 755dfdc upstream to allow bind before connect Related: rhbz#1378008