From e8f784581a9790f1b7ffdb4b15f5d1346026ac23e4fd9b3af8b7957d9919d63c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 28 Feb 2020 21:51:09 +0000 Subject: [PATCH] - update to 2.8.4: - Fixed building with Python 3.8 (:ticket:`#854`). - Don't swallow keyboard interrupts on connect when a password is specified in the connection string (:ticket:`#898`). - Don't advance replication cursor when the message wasn't confirmed (:ticket:`#940`). - Fixed inclusion of ``time.h`` on linux (:ticket:`#951`). - Fixed int overflow for large values in `~psycopg2.extensions.Column.table_oid` and `~psycopg2.extensions.Column.type_code` (:ticket:`#961`). - `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to PostgreSQL 12. - Wheel package compiled against OpenSSL 1.1.1d and PostgreSQL at least 11.4. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg2?expand=0&rev=70 --- psycopg2-2.8.3.tar.gz | 3 --- psycopg2-2.8.4.tar.gz | 3 +++ python-psycopg2.changes | 16 ++++++++++++++++ python-psycopg2.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 psycopg2-2.8.3.tar.gz create mode 100644 psycopg2-2.8.4.tar.gz diff --git a/psycopg2-2.8.3.tar.gz b/psycopg2-2.8.3.tar.gz deleted file mode 100644 index cca572f..0000000 --- a/psycopg2-2.8.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:897a6e838319b4bf648a574afb6cabcb17d0488f8c7195100d48d872419f4457 -size 377333 diff --git a/psycopg2-2.8.4.tar.gz b/psycopg2-2.8.4.tar.gz new file mode 100644 index 0000000..49af3cf --- /dev/null +++ b/psycopg2-2.8.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f898e5cc0a662a9e12bde6f931263a1bbd350cfb18e1d5336a12927851825bb6 +size 377883 diff --git a/python-psycopg2.changes b/python-psycopg2.changes index 15009f9..38e0452 100644 --- a/python-psycopg2.changes +++ b/python-psycopg2.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Feb 28 21:49:40 UTC 2020 - Dirk Mueller + +- update to 2.8.4: + - Fixed building with Python 3.8 (:ticket:`#854`). + - Don't swallow keyboard interrupts on connect when a password is specified + in the connection string (:ticket:`#898`). + - Don't advance replication cursor when the message wasn't confirmed + (:ticket:`#940`). + - Fixed inclusion of ``time.h`` on linux (:ticket:`#951`). + - Fixed int overflow for large values in `~psycopg2.extensions.Column.table_oid` + and `~psycopg2.extensions.Column.type_code` (:ticket:`#961`). + - `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to + PostgreSQL 12. + - Wheel package compiled against OpenSSL 1.1.1d and PostgreSQL at least 11.4. + ------------------------------------------------------------------- Mon Oct 14 14:14:29 UTC 2019 - Matej Cepl diff --git a/python-psycopg2.spec b/python-psycopg2.spec index f694ca9..f0abb16 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -1,7 +1,7 @@ # # spec file for package python-psycopg2 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-psycopg2 -Version: 2.8.3 +Version: 2.8.4 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