Rebuilt for Python 3.12

This commit is contained in:
Python Maint 2023-06-13 20:49:53 +02:00 committed by Tomáš Hrnčiar
parent 6e1f11c306
commit 1deef40634

View File

@ -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 <python-maint@redhat.com> - 4.0.39-2
- Rebuilt for Python 3.12
* Mon Apr 17 2023 Ondřej Sloup <osloup@redhat.com> - 4.0.39-1
- Rebase to the newest version
- Remove the PyUnicode_AsUTF8String Patch file, as it is already merged in upstream