Changelog for
python311-psycopg2-2.9.6-54.7.x86_64.rpm :
* 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.
* Wed Sep 16 2020 Dirk Mueller - update to 2.8.6:
* Fixed memory leak changing connection encoding to the current one
* Fixed search of mxDateTime headers in virtualenvs (:ticket:`#996`).
* Added missing values from errorcodes (:ticket:`#1133`).
* `cursor.query` reports the query of the last :sql:`COPY` opearation too
* `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to PostgreSQL 13.
* Added wheel packages for ARM architecture (:ticket:`#1125`).
* Wheel package compiled against OpenSSL 1.1.1g.
* Tue May 19 2020 Tomáš Chvátal - Sort out the syntax of the deps bsc#1171213
* Thu Apr 23 2020 Marcus Rueckert - update to 2.8.5 - Fixed use of connection_factory and cursor_factory together (ticket #1019). - Added support for logging.LoggerAdapter in LoggingConnection (ticket #1026). - Column objects in cursor.description can be sliced (ticket [#1034]). - Added AIX support (ticket #1061). - Fixed copy() of DictCursor rows (ticket #1073).
* Thu Mar 19 2020 Hans-Peter Jansen - fix postgresql build dependency: pg_config is in postgresql-server-devel (bsc#1167541)
* Fri Feb 28 2020 Dirk Mueller - update to 2.8.4: - Fixed building with Python 3.8 (:ticket:`#854`). - Don\'t swallow keyboard interrupts on connect when a password is specified in the connection string (:ticket:`#898`). - Don\'t advance replication cursor when the message wasn\'t confirmed (:ticket:`#940`). - Fixed inclusion of ``time.h`` on linux (:ticket:`#951`). - Fixed int overflow for large values in `~psycopg2.extensions.Column.table_oid` and `~psycopg2.extensions.Column.type_code` (:ticket:`#961`). - `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to PostgreSQL 12. - Wheel package compiled against OpenSSL 1.1.1d and PostgreSQL at least 11.4.