14
0

- 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
This commit is contained in:
2024-01-05 17:51:23 +00:00
committed by Git OBS Bridge
parent ce5b3b34c5
commit 153330e5d3
4 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f46a238017c6548eab55af1e249dd3f3301b4be981db27d513d6917254a213e3
size 502669

3
psycopg-3.1.16.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f156b09b376871065f02b0dba46686de06110aa2a08a2bdc4790751178322d89
size 502759

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 5 17:50:05 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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