14
0

- 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/package/show/devel:languages:python/python-psycopg-c?expand=0&rev=6
This commit is contained in:
2023-12-14 21:11:14 +00:00
committed by Git OBS Bridge
parent 2bdf6535e9
commit cc5e38012e
4 changed files with 18 additions and 5 deletions

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