!13 【更新版本】更新master分支到最新的发布版本2.9.3

From: @kkzhs_admin 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-08-11 03:02:10 +00:00 committed by Gitee
commit d5d8f76247
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 4 deletions

Binary file not shown.

BIN
2_9_3.tar.gz Normal file

Binary file not shown.

View File

@ -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