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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7d46240f7a1ae1dd95aab38bd74f7428d46531f69219954266d669da60c0818
|
||||
size 380874
|
3
psycopg2-2.8.6.tar.gz
Normal file
3
psycopg2-2.8.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb23f6c71107c37fd667cb4ea363ddeb936b348bbd6449278eb92c189699f543
|
||||
size 383797
|
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 16 21:18:19 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- 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 06:16:56 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@@ -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