diff --git a/python-psycopg3.spec b/python-psycopg3.spec index 73096ee..b9d80ba 100644 --- a/python-psycopg3.spec +++ b/python-psycopg3.spec @@ -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 - 3.1.18-5 +- Rebuilt for Python 3.13 + * Wed Apr 17 2024 Michel Lind - 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