From 153330e5d3d6c446c78394d7164212f7b3027d1e8ea4d14886f4fa6239a76523 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 5 Jan 2024 17:51:23 +0000 Subject: [PATCH] - update to 3.1.16: * Fix empty ports handling in async multiple connection attempts OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg?expand=0&rev=6 --- psycopg-3.1.15.tar.gz | 3 --- psycopg-3.1.16.tar.gz | 3 +++ python-psycopg.changes | 6 ++++++ python-psycopg.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 psycopg-3.1.15.tar.gz create mode 100644 psycopg-3.1.16.tar.gz diff --git a/psycopg-3.1.15.tar.gz b/psycopg-3.1.15.tar.gz deleted file mode 100644 index 4954e03..0000000 --- a/psycopg-3.1.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f46a238017c6548eab55af1e249dd3f3301b4be981db27d513d6917254a213e3 -size 502669 diff --git a/psycopg-3.1.16.tar.gz b/psycopg-3.1.16.tar.gz new file mode 100644 index 0000000..59b2faa --- /dev/null +++ b/psycopg-3.1.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f156b09b376871065f02b0dba46686de06110aa2a08a2bdc4790751178322d89 +size 502759 diff --git a/python-psycopg.changes b/python-psycopg.changes index 1021961..7ec15fd 100644 --- a/python-psycopg.changes +++ b/python-psycopg.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jan 5 17:50:05 UTC 2024 - Dirk Müller + +- update to 3.1.16: + * Fix empty ports handling in async multiple connection attempts + ------------------------------------------------------------------- Thu Dec 14 21:11:45 UTC 2023 - Dirk Müller diff --git a/python-psycopg.spec b/python-psycopg.spec index b8afa67..6431144 100644 --- a/python-psycopg.spec +++ b/python-psycopg.spec @@ -1,7 +1,7 @@ # # spec file for package python-psycopg # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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 @@ Name: python-psycopg # This needs to upgraded in lockstep with python-psycopg-c -Version: 3.1.15 +Version: 3.1.16 Release: 0 Summary: PostgreSQL database adapter for Python License: LGPL-3.0-only