14
0

- 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:
2020-09-16 21:19:49 +00:00
committed by Git OBS Bridge
parent 74d891bdd3
commit a7eb58cb1d
4 changed files with 16 additions and 4 deletions

View File

@@ -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>