forked from pool/python-psycopg
- update to 3.1.15:
* Fix use of ``service`` in connection string (regression in
3.1.13, 🎫`#694`).
* Fix async connection to hosts resolving to multiple IP
addresses (regression in 3.1.13, 🎫`#695`).
* Respect the :envvar:`PGCONNECT_TIMEOUT` environment variable
to determine the connection timeout.
* Fix :ref:`interaction with gevent <gevent>` (🎫`#527`).
* Add support for PyPy (🎫`#686`).
- Initial release of 3.1.9
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg?expand=0&rev=5
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 14 21:11:45 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.1.15:
|
||||
* Fix use of ``service`` in connection string (regression in
|
||||
3.1.13, :ticket:`#694`).
|
||||
* Fix async connection to hosts resolving to multiple IP
|
||||
addresses (regression in 3.1.13, :ticket:`#695`).
|
||||
* Respect the :envvar:`PGCONNECT_TIMEOUT` environment variable
|
||||
to determine the connection timeout.
|
||||
* Fix :ref:`interaction with gevent <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:41:29 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Initial release of 3.1.9
|
||||
- Initial release of 3.1.9
|
||||
|
||||
Reference in New Issue
Block a user