diff --git a/python-psycopg2.spec b/python-psycopg2.spec index 341e807..a9273ee 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -1,5 +1,5 @@ Name: python-psycopg2 -Version: 2.9.7 +Version: 2.9.8 Release: 1mamba Summary: PostgreSQL database adapter for the Python programming language Group: System/Libraries @@ -12,8 +12,9 @@ License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libpostgresql-devel -BuildRequires: libpython3-devel +BuildRequires: libpython311-devel ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba BuildRequires: libpython3-devel Requires: python >= %python_version @@ -51,6 +52,12 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist # %doc NEWS README.rst %changelog +* Thu Sep 28 2023 Automatic Build System 2.9.8-1mamba +- automatic version update by autodist + +* Tue Sep 26 2023 Automatic Build System 2.9.7-2mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Sun Aug 06 2023 Automatic Build System 2.9.7-1mamba - automatic version update by autodist