diff --git a/python-psycopg3.spec b/python-psycopg3.spec index 890603d..15cc70c 100644 --- a/python-psycopg3.spec +++ b/python-psycopg3.spec @@ -20,7 +20,7 @@ Name: python-%{src_name} Version: 3.2.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Psycopg 3 is a modern implementation of a PostgreSQL adapter for Python License: LGPL-3.0-only @@ -29,7 +29,7 @@ Source0: https://github.com/%{package_name}/%{package_name}/archive/refs/tags/%{ Source1: https://github.com/%{package_name}/%{package_name}/archive/refs/tags/%{pool_name}.tar.gz %if %{without cython} -BuildArch: noarch +BuildArch: noarch %endif # https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval @@ -40,7 +40,7 @@ BuildRequires: libpq openssl BuildRequires: postgresql-static postgresql-server-devel BuildRequires: python3-pip python3-wheel python3-tomli %if %{with pypy} -BuildRequires: pypy +BuildRequires: pypy %endif %if %{with tests} @@ -159,7 +159,8 @@ export PSYCOPG_TEST_DSN="host=$PGHOST port=$PGPORT dbname=${PGTESTS_DATABASES##* test_datetime or \ test_range or \ test_string or \ - test_notify\ + test_notify or \ + test_waiting\ )" %endif @@ -185,6 +186,9 @@ export PSYCOPG_TEST_DSN="host=$PGHOST port=$PGPORT dbname=${PGTESTS_DATABASES##* %endif %changelog +* Tue Jul 30 2024 Ondrej Sloup - 3.2.1-3 +- Added specific tests to skip (test_pipeline) as it fails on s390x (rhbz#2301198) + * Fri Jul 19 2024 Fedora Release Engineering - 3.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild