From adeef9c35513895720df91c2f0042d1f6477d11d0098d51e71b8c224fd27b3ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 31 Oct 2022 13:22:06 +0000 Subject: [PATCH] Accepting request 1032036 from home:yarunachalam:branches:devel:languages:python - 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 OBS-URL: https://build.opensuse.org/request/show/1032036 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg2?expand=0&rev=85 --- psycopg2-2.9.3.tar.gz | 3 --- psycopg2-2.9.5.tar.gz | 3 +++ python-psycopg2.changes | 20 ++++++++++++++++++++ python-psycopg2.spec | 4 ++-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 psycopg2-2.9.3.tar.gz create mode 100644 psycopg2-2.9.5.tar.gz diff --git a/psycopg2-2.9.3.tar.gz b/psycopg2-2.9.3.tar.gz deleted file mode 100644 index 849382e..0000000 --- a/psycopg2-2.9.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e841d1bf3434da985cc5ef13e6f75c8981ced601fd70cc6bf33351b91562981 -size 380611 diff --git a/psycopg2-2.9.5.tar.gz b/psycopg2-2.9.5.tar.gz new file mode 100644 index 0000000..b4d3b1d --- /dev/null +++ b/psycopg2-2.9.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5246d2e683a972e2187a8714b5c2cf8156c064629f9a9b1a873c1730d9e245a +size 384343 diff --git a/python-psycopg2.changes b/python-psycopg2.changes index 90b4eb0..6a58ca5 100644 --- a/python-psycopg2.changes +++ b/python-psycopg2.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Oct 28 19:56:31 UTC 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 09:54:04 UTC 2021 - Dirk Müller diff --git a/python-psycopg2.spec b/python-psycopg2.spec index 510322a..aa5b8ad 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -1,7 +1,7 @@ # # spec file for package python-psycopg2 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-psycopg2 -Version: 2.9.3 +Version: 2.9.5 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