diff --git a/psycopg2-2.9.10.tar.gz b/psycopg2-2.9.10.tar.gz deleted file mode 100644 index 58355f77f011e75b261a1be83b6b7716d3b05e2a..0000000000000000000000000000000000000000 Binary files a/psycopg2-2.9.10.tar.gz and /dev/null differ diff --git a/psycopg2-2.9.11.tar.gz b/psycopg2-2.9.11.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..73a6991211cff0415d0a63a83b09acda2e3cde2d Binary files /dev/null and b/psycopg2-2.9.11.tar.gz differ diff --git a/python-psycopg2.spec b/python-psycopg2.spec index 82d5cc3e0437e049d669f9aa9308039e4ce2e63e..218c451ef8a09752e0d2262819e6d3bd03a972cf 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -8,12 +8,12 @@ %bcond_with tests %endif Name: python-psycopg2 -Version: 2.9.10 -Release: 2 +Version: 2.9.11 +Release: 1 Summary: PostgreSQL database adapter for the Python programming language License: GPL-3.0-only and LGPL-3.0-only URL: http://www.psycopg.org/psycopg/ -Source0: https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/89/8d/9d12bc8677c24dad342ec777529bce705b3e785fa05d85122b5502b9ab55/psycopg2-%{version}.tar.gz %global desc Psycopg is the most popular PostgreSQL adapter for the Python \ programming language. Its core is a complete implementation of the Python DB \ @@ -135,6 +135,14 @@ done %doc doc %changelog +* Thu Oct 09 2025 sqfu - 2.9.11-1 +- 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`). +- `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to PostgreSQL 18. +- Drop support for Python 3.8. + * Mon Jun 09 2025 yaoxin <1024769339@qq.com> - 2.9.10-2 - Build directly with client library libpq-devel instead of postgresql-devel