forked from pool/python-psycopg2
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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user