diff --git a/psycopg2-2.9.10.tar.gz b/psycopg2-2.9.10.tar.gz deleted file mode 100644 index 30c97f9..0000000 --- a/psycopg2-2.9.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12ec0b40b0273f95296233e8750441339298e6a572f7039da5b260e3c8b60e11 -size 385672 diff --git a/psycopg2-2.9.11.tar.gz b/psycopg2-2.9.11.tar.gz new file mode 100644 index 0000000..5009844 --- /dev/null +++ b/psycopg2-2.9.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:964d31caf728e217c697ff77ea69c2ba0865fa41ec20bb00f0977e62fdcc52e3 +size 379598 diff --git a/python-psycopg2.changes b/python-psycopg2.changes index 13cf9b5..f12ff0f 100644 --- a/python-psycopg2.changes +++ b/python-psycopg2.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Nov 20 15:36:15 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 2.9.11 + * Add support for Python 3.14. + * Avoid a segfault passing more arguments than placeholders if + Python is built with assertions enabled (ticket #1791). + * Add riscv64 platform binary packages (ticket 1813). + * `~psycopg2.errorcodes` map and `~psycopg2.errors` classes + updated to PostgreSQL 18. + * Drop support for Python 3.8. +- Update BuildRequires from setup.py + ------------------------------------------------------------------- Thu Apr 10 12:25:48 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-psycopg2.spec b/python-psycopg2.spec index 8aafb2e..55c37aa 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -18,13 +18,13 @@ %{?sle15_python_module_pythons} Name: python-psycopg2 -Version: 2.9.10 +Version: 2.9.11 Release: 0 Summary: Python-PostgreSQL Database Adapter License: LGPL-3.0-or-later AND (LGPL-3.0-or-later OR ZPL-2.0) AND SUSE-GPL-2.0-with-openssl-exception URL: https://www.psycopg.org/ Source: https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-%{version}.tar.gz -BuildRequires: %{python_module devel >= 3.7} +BuildRequires: %{python_module devel >= 3.9} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel}