diff --git a/psycopg2-2.9.1.tar.gz b/psycopg2-2.9.1.tar.gz deleted file mode 100644 index 04ae4d3..0000000 --- a/psycopg2-2.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de5303a6f1d0a7a34b9d40e4d3bef684ccc44a49bbe3eb85e3c0bffb4a131b7c -size 379972 diff --git a/psycopg2-2.9.2.tar.gz b/psycopg2-2.9.2.tar.gz new file mode 100644 index 0000000..389d24e --- /dev/null +++ b/psycopg2-2.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a84da9fa891848e0270e8e04dcca073bc9046441eeb47069f5c0e36783debbea +size 380253 diff --git a/python-psycopg2.changes b/python-psycopg2.changes index eacd183..7d2b28f 100644 --- a/python-psycopg2.changes +++ b/python-psycopg2.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Nov 29 10:57:15 UTC 2021 - Dirk Müller + +- update to 2.9.2: + * Raise `ValueError` for dates >= Y10k (:ticket:`#1307`). + * `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to + PostgreSQL 14. + * Add preliminary support for Python 3.11 (:tickets:`#1376, #1386`). + * Wheel package compiled against OpenSSL 1.1.1l and PostgreSQL 14.1 + ------------------------------------------------------------------- Tue Oct 12 10:07:48 UTC 2021 - ecsos diff --git a/python-psycopg2.spec b/python-psycopg2.spec index 0cfb4c0..88f999c 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-psycopg2 -Version: 2.9.1 +Version: 2.9.2 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