Rebase to the newest version, test the beta (rhbz#2235122)
This release drops Python 2 and adds Python 3.12 support
This commit is contained in:
parent
131aa99399
commit
1b25110f2a
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ pyodbc-2.1.5.zip
|
||||
/pyodbc-4.0.27.tar.gz
|
||||
/pyodbc-4.0.30.tar.gz
|
||||
/pyodbc-4.0.39.tar.gz
|
||||
/pyodbc-5.0.0b1.tar.gz
|
||||
|
||||
10
pyodbc.spec
10
pyodbc.spec
@ -1,6 +1,6 @@
|
||||
Name: pyodbc
|
||||
Version: 4.0.39
|
||||
Release: 4%{?dist}
|
||||
Version: 5.0.0b1
|
||||
Release: 1%{?dist}
|
||||
Summary: Python DB API 2.0 Module for ODBC
|
||||
License: MIT
|
||||
URL: https://github.com/mkleehammer/pyodbc
|
||||
@ -56,9 +56,13 @@ echo 'Version: %{version}' > PKG-INFO
|
||||
%doc README.md notes.txt
|
||||
%{python3_sitearch}/%{name}%{python3_ext_suffix}
|
||||
%{python3_sitearch}/%{name}-%{version}.dist-info/
|
||||
%{python3_sitearch}/pyodbc.pyi
|
||||
%{_usr}/pyodbc.pyi
|
||||
|
||||
%changelog
|
||||
* Mon Aug 28 2023 Ondřej Sloup <osloup@redhat.com> - 5.0.0b1-1
|
||||
- Rebase to the newest version, test the beta (rhbz#2235122)
|
||||
- This release drops Python 2 and adds Python 3.12 support
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.39-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pyodbc-4.0.39.tar.gz) = 1f54eedc44acc32844cac22b1689d18c9ef789c1ff8da33eed5063937471a13dd28666f4b96081089b244e379d07bc60a8c5f59a275c440e1556f0206c037b47
|
||||
SHA512 (pyodbc-5.0.0b1.tar.gz) = 4a3bd3f01152bf3b94d049244a735e557948067f6a251054202a843c4276491f9f76e554341b7ff43d452ad2f3d9e886d0e1f31f5cf5c9e33bfd627cea37750b
|
||||
|
||||
Loading…
Reference in New Issue
Block a user