From cc36ddbf8aed271c31476988d772a446f187608e Mon Sep 17 00:00:00 2001 From: Julien Enselme Date: Thu, 5 Nov 2015 11:27:03 +0100 Subject: [PATCH] Rebuilt for python 3.5 --- python-PyMySQL.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-PyMySQL.spec b/python-PyMySQL.spec index 9045000..ccce571 100644 --- a/python-PyMySQL.spec +++ b/python-PyMySQL.spec @@ -5,7 +5,7 @@ Name: python-%{pypi_name} Version: 0.6.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Pure-Python MySQL client library License: MIT @@ -89,6 +89,9 @@ done %endif %changelog +* Thu Nov 5 2015 Julien Enselme - 0.6.7-3 +- Rebuilt for python 3.5 + * Wed Nov 4 2015 Haïkel Guémar - 0.6.7-2 - Drop unnecessary mariadb requirement - Add python3 conditionals in order to rebuild it in EL7