diff --git a/2_8_6.tar.gz b/2_8_6.tar.gz deleted file mode 100644 index 35256553f69286fd2086df78edca786bedfba854..0000000000000000000000000000000000000000 Binary files a/2_8_6.tar.gz and /dev/null differ diff --git a/2_9_3.tar.gz b/2_9_3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7916c021dd49b75052165dfafaf5443d3cfed177 Binary files /dev/null and b/2_9_3.tar.gz differ diff --git a/python-psycopg2.spec b/python-psycopg2.spec index f4f4de38702688d0d213a6cfa4e32c9e9374bc75..87b33d3ed133330e9c089fff153ae677b9128a4c 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -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 -2.9.3-1 +- update to 2.9.3 + * Sat May 07 2022 renxichen - 2.8.6-2 - fix packaging error on _psycopg.cpython-*.so