From e82814268125c13a77f2b976bb616fb1e6f25343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 10:51:04 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- pyodbc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyodbc.spec b/pyodbc.spec index 53c8677..3641f7c 100644 --- a/pyodbc.spec +++ b/pyodbc.spec @@ -11,7 +11,7 @@ Name: pyodbc Version: 3.0.10 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Python DB API 2.0 Module for ODBC Group: Development/Languages License: MIT @@ -99,6 +99,9 @@ popd %endif %changelog +* Tue Jun 19 2018 Miro HronĨok - 3.0.10-14 +- Rebuilt for Python 3.7 + * Wed Feb 14 2018 Iryna Shcherbina - 3.0.10-13 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)