From 1deef4063485e04f39d9f55e5c76e7f558575558 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 20:49:53 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- pyodbc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyodbc.spec b/pyodbc.spec index 1824311..6e1993a 100644 --- a/pyodbc.spec +++ b/pyodbc.spec @@ -1,6 +1,6 @@ Name: pyodbc Version: 4.0.39 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python DB API 2.0 Module for ODBC License: MIT URL: https://github.com/mkleehammer/pyodbc @@ -59,6 +59,9 @@ echo 'Version: %{version}' > PKG-INFO %{python3_sitearch}/pyodbc.pyi %changelog +* Tue Jun 13 2023 Python Maint - 4.0.39-2 +- Rebuilt for Python 3.12 + * Mon Apr 17 2023 Ondřej Sloup - 4.0.39-1 - Rebase to the newest version - Remove the PyUnicode_AsUTF8String Patch file, as it is already merged in upstream