14
0

Accepting request 1133195 from devel:languages:python

- update to 3.1.15:
  * Fix use of service in connection string
  * Fix async connection to hosts resolving to multiple IP
    addresses
  * Respect the PGCONNECT_TIMEOUT environment variable to
    determine the connection timeout.
  * Psycopg 3.1.14
  * Fix interaction with gevent (ticket #527).
  * Add support for PyPy (ticket #686).

- Initial release of 3.1.9

OBS-URL: https://build.opensuse.org/request/show/1133195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psycopg-c?expand=0&rev=3
This commit is contained in:
2023-12-15 20:48:25 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 5 deletions

View File

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

3
psycopg-c-3.1.15.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Dec 14 21:08:26 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.1.15:
* Fix use of service in connection string
* Fix async connection to hosts resolving to multiple IP
addresses
* Respect the PGCONNECT_TIMEOUT environment variable to
determine the connection timeout.
* Psycopg 3.1.14
* Fix interaction with gevent (ticket #527).
* Add support for PyPy (ticket #686).
-------------------------------------------------------------------
Fri Nov 24 13:58:45 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
@@ -59,4 +72,4 @@ Fri Nov 24 13:58:45 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
-------------------------------------------------------------------
Wed Jul 12 05:34:34 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Initial release of 3.1.9
- Initial release of 3.1.9

View File

@@ -18,7 +18,7 @@
Name: python-psycopg-c
# This needs to upgraded in lockstep with python-psycopg
Version: 3.1.13
Version: 3.1.15
Release: 0
Summary: PostgreSQL database adapter for Python -- C optimisation distribution
License: LGPL-3.0-only