Rebuilt for Python 3.12

This commit is contained in:
Python Maint 2023-07-03 13:10:11 +02:00 committed by Miro Hrončok
parent bd7d872fcf
commit 9b58e3ee91

View File

@ -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 <python-maint@redhat.com> - 3.1.9-2
- Rebuilt for Python 3.12
* Fri May 05 2023 Ondrej Sloup <osloup@redhat.com> - 3.1.9-1
- Rebase to the latest upstream version (rhbz#2192620)
- Remove the version for anyio from setup.py