From ce5b3b34c5e008874e2440caccca0c5bc392e1e33af735a9cb13ab2945c0b9ce Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 14 Dec 2023 21:12:16 +0000 Subject: [PATCH] - 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 ` (: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?expand=0&rev=5 --- psycopg-3.1.13.tar.gz | 3 --- psycopg-3.1.15.tar.gz | 3 +++ python-psycopg.changes | 15 ++++++++++++++- python-psycopg.spec | 2 +- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 psycopg-3.1.13.tar.gz create mode 100644 psycopg-3.1.15.tar.gz diff --git a/psycopg-3.1.13.tar.gz b/psycopg-3.1.13.tar.gz deleted file mode 100644 index f303dd9..0000000 --- a/psycopg-3.1.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:558a5e33420ad4349eedfe66b6ee6bbcbb1ad18f8caa66d5d8f6b2180432d6d7 -size 500475 diff --git a/psycopg-3.1.15.tar.gz b/psycopg-3.1.15.tar.gz new file mode 100644 index 0000000..4954e03 --- /dev/null +++ b/psycopg-3.1.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f46a238017c6548eab55af1e249dd3f3301b4be981db27d513d6917254a213e3 +size 502669 diff --git a/python-psycopg.changes b/python-psycopg.changes index 81d7602..1021961 100644 --- a/python-psycopg.changes +++ b/python-psycopg.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Dec 14 21:11:45 UTC 2023 - Dirk Müller + +- 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 ` (:ticket:`#527`). + * Add support for PyPy (:ticket:`#686`). + ------------------------------------------------------------------- Fri Nov 24 13:58:45 UTC 2023 - Antonio Larrosa @@ -59,4 +72,4 @@ Fri Nov 24 13:58:45 UTC 2023 - Antonio Larrosa ------------------------------------------------------------------- Wed Jul 12 05:41:29 UTC 2023 - Steve Kowalik -- Initial release of 3.1.9 +- Initial release of 3.1.9 diff --git a/python-psycopg.spec b/python-psycopg.spec index ef3b24f..b8afa67 100644 --- a/python-psycopg.spec +++ b/python-psycopg.spec @@ -18,7 +18,7 @@ Name: python-psycopg # This needs to upgraded in lockstep with python-psycopg-c -Version: 3.1.13 +Version: 3.1.15 Release: 0 Summary: PostgreSQL database adapter for Python License: LGPL-3.0-only