From bce862644f1defb49ecdfa5ceaa9a68b6f83078e Mon Sep 17 00:00:00 2001 From: Python Maint Date: Sun, 9 Jun 2024 12:03:11 +0200 Subject: [PATCH] Rebuilt for Python 3.13 --- python-psycopg3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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