From f9cdca6bc24d71c6816055b71f74805e9e431ed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Janu=C5=A1?= Date: Mon, 30 Sep 2019 10:57:17 +0200 Subject: [PATCH] Rebase onto 4.0.27 --- pyodbc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pyodbc.spec b/pyodbc.spec index d056f72..80b28d4 100644 --- a/pyodbc.spec +++ b/pyodbc.spec @@ -1,8 +1,8 @@ %global modulename pyodbc Name: pyodbc -Version: 3.0.10 -Release: 19%{?dist} +Version: 4.0.27 +Release: 1%{?dist} Summary: Python DB API 2.0 Module for ODBC License: MIT URL: https://github.com/mkleehammer/pyodbc @@ -43,6 +43,9 @@ decimal. %{python3_sitearch}/* %changelog +* Mon Sep 23 2019 Filip Janus - 4.0.27-1 +- Upstream released 4.0.27 + * Mon Aug 19 2019 Miro HronĨok - 3.0.10-19 - Rebuilt for Python 3.8