forked from pool/python-psycopg
- Update to 3.1.17:
* Fix multiple connection attempts when a host name resolve to multiple IP addresses (🎫`699`). * Use `typing.Self` as a more correct return value annotation of context managers and other self-returning methods (see 🎫`708`). - Add patch fix-pool-import.patch: * Correct where we are importing from due to new pool release. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg?expand=0&rev=7
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 15 05:04:06 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 3.1.17:
|
||||
* Fix multiple connection attempts when a host name resolve to multiple
|
||||
IP addresses (:ticket:`699`).
|
||||
* Use `typing.Self` as a more correct return value annotation of context
|
||||
managers and other self-returning methods (see :ticket:`708`).
|
||||
- Add patch fix-pool-import.patch:
|
||||
* Correct where we are importing from due to new pool release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 5 17:50:05 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user