Changelog for
python311-psycopg2-2.9.9-59.62.x86_64.rpm :
* Wed Jan 03 2024 Dirk Müller
- require setuptools
* Tue Nov 28 2023 Dirk Müller - update to 2.9.9:
* Add support for Python 3.12.
* Drop support for Python 3.6.
* Wheel package bundled with PostgreSQL 16 libpq in order to add support for recent features, such as ``sslcertmode``.
* Thu Sep 07 2023 Dirk Müller - update to 2.9.7:
* Fix propagation of exceptions raised during module initialization
* Fix building when pg_config returns an empty string
* Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Mon Apr 03 2023 Dirk Müller - update to 2.9.6:
* Package manylinux 2014 for aarch64 and ppc64le platforms, in order to include libpq 15 in the binary package (:ticket:`#1396`).
* Wheel package compiled against OpenSSL 1.1.1t.
* Fri Oct 28 2022 Yogalakshmi Arunachalam - Update to 2.9.5
* Add support for Python 3.11.
* Add support for rowcount in MERGE statements in binary packages (ticket`#1497`).
* Wheel package compiled against OpenSSL 1.1.1r and PostgreSQL 15 libpq.- Update to 2.9.4
* Fix `~psycopg2.extras.register_composite()`, `~psycopg2.extras.register_range()` with customized search_path (ticket`#1487`).
* Handle correctly composite types with names or in schemas requiring escape.
* Find ``pg_service.conf file in the ``/etc/postgresql-common`` directory in binary packages (ticket`1365`).
* `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to PostgreSQL 15.
* Wheel package compiled against OpenSSL 1.1.1q and PostgreSQL 14.4
* Thu Dec 30 2021 Dirk Müller - update to 2.9.3:
* Alpine (musl) wheels now available
* Mon Nov 29 2021 Dirk Müller - update to 2.9.2:
* Raise `ValueError` for dates >= Y10k (:ticket:`#1307`).
* `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to PostgreSQL 14.
* Add preliminary support for Python 3.11 (:tickets:`#1376, #1386`).
* Wheel package compiled against OpenSSL 1.1.1l and PostgreSQL 14.1
* Tue Oct 12 2021 ecsos - Update to 2.9.1 - Fix regression with named `sql.Placeholder` (:ticket:`1291`).- Update to 2.9.0 - ``with connection`` starts a transaction on autocommit transactions too (:ticket:`#941`). - Timezones with fractional minutes are supported on Python 3.7 and following (:ticket:`#1272`). - Escape table and column names in `~cursor.copy_from()` and `~cursor.copy_to()`. - Connection exceptions with sqlstate ``08XXX`` reclassified as `~psycopg2.OperationalError` (a subclass of the previously used `~psycopg2.DatabaseError`) (:ticket:`#1148`). - Include library dirs required from libpq to work around MacOS build problems (:ticket:`#1200`). - Dropped support for Python 2.7, 3.4, 3.5 (:ticket:`#1198, #1000, #1197`). - Dropped support for mx.DateTime. - Use `datetime.timezone` objects by default in datetime objects instead of `~psycopg2.tz.FixedOffsetTimezone`. - The `psycopg2.tz` module is deprecated and scheduled to be dropped in the next major release. - Provide :pep:`599` wheels packages (manylinux2014 tag) for i686 and x86_64 platforms. - Provide :pep:`600` wheels packages (manylinux_2_24 tag) for aarch64 and ppc64le platforms. - Wheel package compiled against OpenSSL 1.1.1k and PostgreSQL 13.3. - Build system for Linux/MacOS binary packages moved to GitHub action.