diff --git a/python-psycopg3.spec b/python-psycopg3.spec index 2ec8bb5..890603d 100644 --- a/python-psycopg3.spec +++ b/python-psycopg3.spec @@ -20,7 +20,7 @@ Name: python-%{src_name} Version: 3.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Psycopg 3 is a modern implementation of a PostgreSQL adapter for Python License: LGPL-3.0-only @@ -185,6 +185,9 @@ export PSYCOPG_TEST_DSN="host=$PGHOST port=$PGPORT dbname=${PGTESTS_DATABASES##* %endif %changelog +* Fri Jul 19 2024 Fedora Release Engineering - 3.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Wed Jul 10 2024 Ondrej Sloup - 3.2.1-1 - Rebase to the latest upstream version (rhbz#2295550) - Added specific tests to skip (test_pipeline, test_multirange, test_datetime, test_range, test_string, test_notify)