forked from pool/python-psycopg2
- update to 2.8.6:
* Fixed memory leak changing connection encoding to the current one * Fixed search of mxDateTime headers in virtualenvs (🎫`#996`). * Added missing values from errorcodes (🎫`#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 (🎫`#1125`). * Wheel package compiled against OpenSSL 1.1.1g. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg2?expand=0&rev=80
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-psycopg2
|
||||
Version: 2.8.5
|
||||
Version: 2.8.6
|
||||
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