upgrade to 2.9.3
This commit is contained in:
parent
0ade58084a
commit
fd988c15e2
BIN
2_8_6.tar.gz
BIN
2_8_6.tar.gz
Binary file not shown.
BIN
2_9_3.tar.gz
Normal file
BIN
2_9_3.tar.gz
Normal file
Binary file not shown.
@ -8,8 +8,8 @@
|
||||
%bcond_with tests
|
||||
%endif
|
||||
Name: python-psycopg2
|
||||
Version: 2.8.6
|
||||
Release: 2
|
||||
Version: 2.9.3
|
||||
Release: 1
|
||||
Summary: PostgreSQL database adapter for the Python programming language
|
||||
License: GPL-3.0-only and LGPL-3.0-only
|
||||
URL: http://www.psycopg.org/psycopg/
|
||||
@ -109,7 +109,6 @@ cp -r tests/ %{buildroot}%{python3_sitearch}/psycopg2/tests/
|
||||
for i in `find %{buildroot}%{python3_sitearch}/psycopg2/tests/ -iname "*.py"`; do
|
||||
sed -i 's|#!/usr/bin/env python|#!/usr/bin/python3|' $i
|
||||
done
|
||||
%{?with_python3:rm -r %{buildroot}%{python3_sitearch}/psycopg2/tests/test_async_keyword.py}
|
||||
|
||||
|
||||
%files -n python3-psycopg2
|
||||
@ -128,13 +127,16 @@ done
|
||||
|
||||
%files -n python3-psycopg2-debug
|
||||
%license LICENSE
|
||||
%{python3_sitearch}/psycopg2/_psycopg.cpython-3??d*.so
|
||||
%{python3_sitearch}/psycopg2/_psycopg.cpython-3*d*.so
|
||||
|
||||
%files doc
|
||||
%license LICENSE
|
||||
%doc doc
|
||||
|
||||
%changelog
|
||||
* Wed Aug 03 2022 kkz <zhaoshuang@uniontech.com> -2.9.3-1
|
||||
- update to 2.9.3
|
||||
|
||||
* Sat May 07 2022 renxichen <renhongxun@h-partnsers.com> - 2.8.6-2
|
||||
- fix packaging error on _psycopg.cpython-*.so
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user