diff --git a/psycopg2-2.8.5.tar.gz b/psycopg2-2.8.5.tar.gz deleted file mode 100644 index 4e9cf51..0000000 --- a/psycopg2-2.8.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7d46240f7a1ae1dd95aab38bd74f7428d46531f69219954266d669da60c0818 -size 380874 diff --git a/psycopg2-2.8.6.tar.gz b/psycopg2-2.8.6.tar.gz new file mode 100644 index 0000000..fb30462 --- /dev/null +++ b/psycopg2-2.8.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb23f6c71107c37fd667cb4ea363ddeb936b348bbd6449278eb92c189699f543 +size 383797 diff --git a/python-psycopg2.changes b/python-psycopg2.changes index cc291eb..4171623 100644 --- a/python-psycopg2.changes +++ b/python-psycopg2.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Sep 16 21:18:19 UTC 2020 - Dirk Mueller + +- 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 diff --git a/python-psycopg2.spec b/python-psycopg2.spec index 5e06859..73f5fd4 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -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