Rebase to the newest version, test the beta (Relates: rhbz#2235401)
Remove the hotfix (move of pyodbc.py) as it is fixed in upstream
This commit is contained in:
parent
d4303b71de
commit
c95fd98561
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ pyodbc-2.1.5.zip
|
||||
/pyodbc-4.0.30.tar.gz
|
||||
/pyodbc-4.0.39.tar.gz
|
||||
/pyodbc-5.0.0b1.tar.gz
|
||||
/pyodbc-5.0.0b4.tar.gz
|
||||
|
||||
13
pyodbc.spec
13
pyodbc.spec
@ -1,6 +1,6 @@
|
||||
Name: pyodbc
|
||||
Version: 5.0.0~b1
|
||||
%global uversion 5.0.0b1
|
||||
Version: 5.0.0~b4
|
||||
%global uversion 5.0.0b4
|
||||
Release: 2%{?dist}
|
||||
Summary: Python DB API 2.0 Module for ODBC
|
||||
License: MIT
|
||||
@ -44,11 +44,6 @@ decimal.
|
||||
%install
|
||||
%pyproject_install
|
||||
|
||||
# Hotfix - move pyodbc.pyi from %%{_usr} dir to %%{python3_sitearch}
|
||||
# Upstream changes of setup.py:
|
||||
# https://github.com/mkleehammer/pyodbc/blob/5.0.0b1/setup.py#L55
|
||||
mv %{buildroot}%{_usr}/pyodbc.pyi %{buildroot}%{python3_sitearch}/pyodbc.pyi
|
||||
|
||||
%files -n python3-%{name}
|
||||
%license LICENSE.txt
|
||||
%doc README.md notes.txt
|
||||
@ -57,6 +52,10 @@ mv %{buildroot}%{_usr}/pyodbc.pyi %{buildroot}%{python3_sitearch}/pyodbc.pyi
|
||||
%{python3_sitearch}/%{name}.pyi
|
||||
|
||||
%changelog
|
||||
* 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)
|
||||
- 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
|
||||
- Move /usr/pyodbc.pyi to /usr/lib64/python3.X/site-packages/pyodbc.pyi as originally intended
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pyodbc-5.0.0b1.tar.gz) = 4a3bd3f01152bf3b94d049244a735e557948067f6a251054202a843c4276491f9f76e554341b7ff43d452ad2f3d9e886d0e1f31f5cf5c9e33bfd627cea37750b
|
||||
SHA512 (pyodbc-5.0.0b4.tar.gz) = 89cc74f3b33a30e6535ded6b12415cf3ebe46e55061e40570ea8ff9d3c20470a56ff581162c684a4f9f26d93443eab73cad92b4133f88675fdfb05f49d2762d1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user