From 3596a67278b8decb7d72c0c65923e19f59f7cb00 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jul 2024 14:14:26 +0000 Subject: [PATCH] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- python-psycopg3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)