diff --git a/psycopg2-2.8.4.tar.gz b/psycopg2-2.8.4.tar.gz deleted file mode 100644 index 49af3cf..0000000 --- a/psycopg2-2.8.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f898e5cc0a662a9e12bde6f931263a1bbd350cfb18e1d5336a12927851825bb6 -size 377883 diff --git a/psycopg2-2.8.5.tar.gz b/psycopg2-2.8.5.tar.gz new file mode 100644 index 0000000..4e9cf51 --- /dev/null +++ b/psycopg2-2.8.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7d46240f7a1ae1dd95aab38bd74f7428d46531f69219954266d669da60c0818 +size 380874 diff --git a/python-psycopg2.changes b/python-psycopg2.changes index 8f2ebae..3924861 100644 --- a/python-psycopg2.changes +++ b/python-psycopg2.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Apr 23 16:13:29 UTC 2020 - Marcus Rueckert + +- update to 2.8.5 + - Fixed use of connection_factory and cursor_factory together + (ticket #1019). + - Added support for logging.LoggerAdapter in LoggingConnection + (ticket #1026). + - Column objects in cursor.description can be sliced (ticket + #1034). + - Added AIX support (ticket #1061). + - Fixed copy() of DictCursor rows (ticket #1073). + ------------------------------------------------------------------- Thu Mar 19 08:19:57 UTC 2020 - Hans-Peter Jansen diff --git a/python-psycopg2.spec b/python-psycopg2.spec index ba925ab..4dab476 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.4 +Version: 2.8.5 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