Rebase to the newest version (Related: rhbz#2244039)
This commit is contained in:
parent
0cea009da8
commit
26706621e0
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ pyodbc-2.1.5.zip
|
||||
/pyodbc-4.0.39.tar.gz
|
||||
/pyodbc-5.0.0b1.tar.gz
|
||||
/pyodbc-5.0.0b4.tar.gz
|
||||
/pyodbc-5.0.1.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: pyodbc
|
||||
Version: 5.0.0~b4
|
||||
%global uversion 5.0.0b4
|
||||
Version: 5.0.1
|
||||
%global uversion 5.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Python DB API 2.0 Module for ODBC
|
||||
License: MIT
|
||||
@ -52,8 +52,11 @@ decimal.
|
||||
%{python3_sitearch}/%{name}.pyi
|
||||
|
||||
%changelog
|
||||
* Sun Oct 15 2023 Ondrej Sloup <osloup@redhat.com> - 5.0.1-1
|
||||
- Rebase to the newest version (Related: rhbz#2244039)
|
||||
|
||||
* Thu Sep 28 2023 Ondrej Sloup <osloup@redhat.com> - 5.0.0~b4-1
|
||||
- Rebase to the newest version, test the beta (Relates: rhbz#2235401)
|
||||
- Rebase to the newest version, test the beta (Related: rhbz#2235401)
|
||||
- Remove the hotfix (move of pyodbc.py) as it is fixed in upstream
|
||||
|
||||
* Mon Aug 28 2023 Ondřej Sloup <osloup@redhat.com> - 5.0.0~b1-2
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pyodbc-5.0.0b4.tar.gz) = 89cc74f3b33a30e6535ded6b12415cf3ebe46e55061e40570ea8ff9d3c20470a56ff581162c684a4f9f26d93443eab73cad92b4133f88675fdfb05f49d2762d1
|
||||
SHA512 (pyodbc-5.0.1.tar.gz) = 6da2599c30fd8cda663f533e3e0cca9a4392f166d177a535d1a5dcd07d14d2ca4280c35aeb2b6cc9e9e94452fc781f57d6263988051c12e55e542de26e1da7c0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user