From 9b58e3ee91785be6c26231d78f1a7dc69fd89f81 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 3 Jul 2023 13:10:11 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-psycopg3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-psycopg3.spec b/python-psycopg3.spec index ff1c968..8c2ff64 100644 --- a/python-psycopg3.spec +++ b/python-psycopg3.spec @@ -8,7 +8,7 @@ and Python features.} Name: python-%{src_name} Version: 3.1.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Psycopg 3 is a modern implementation of a PostgreSQL adapter for Python License: LGPLv3 @@ -74,6 +74,9 @@ export PSYCOPG_TEST_DSN="host=$PGHOST port=$PGPORT dbname=${PGTESTS_DATABASES##* %changelog +* Mon Jul 03 2023 Python Maint - 3.1.9-2 +- Rebuilt for Python 3.12 + * Fri May 05 2023 Ondrej Sloup - 3.1.9-1 - Rebase to the latest upstream version (rhbz#2192620) - Remove the version for anyio from setup.py