Rebuilt for Python 3.13

This commit is contained in:
Python Maint 2024-06-09 12:03:11 +02:00 committed by Karolina Surma
parent d9aa18b336
commit bce862644f

View File

@ -20,7 +20,7 @@
Name: python-%{src_name}
Version: 3.1.18
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Psycopg 3 is a modern implementation of a PostgreSQL adapter for Python
License: LGPL-3.0-only
@ -177,6 +177,9 @@ export PSYCOPG_TEST_DSN="host=$PGHOST port=$PGPORT dbname=${PGTESTS_DATABASES##*
%endif
%changelog
* Sun Jun 09 2024 Python Maint <python-maint@redhat.com> - 3.1.18-5
- Rebuilt for Python 3.13
* Wed Apr 17 2024 Michel Lind <salimma@fedoraproject.org> - 3.1.18-4
- Make Cython and PyPy conditional, and only enable on Fedora for now
- Disable tests on non-Fedora builds due to missing dependencies